Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
psam21
/
cb
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: psam21/cb
Actions
All workflows
Workflows
CI
CI
Show more workflows...
Management
Caches
Deployments
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
625 workflow runs
625 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
docs: update original forensic doc with completion status
CI
#575:
Commit
52543c5
pushed by
psam21
2m 0s
main
main
2m 0s
View workflow file
docs: finalize forensic analysis with all 5 fixes complete
CI
#574:
Commit
06a3913
pushed by
psam21
2m 15s
main
main
2m 15s
View workflow file
perf: memoize product data transformation to prevent unnecessary re-r…
CI
#573:
Commit
84de9d6
pushed by
psam21
2m 16s
main
main
2m 16s
View workflow file
refactor: eliminate duplicate sorting logic with helper function
CI
#572:
Commit
651d32b
pushed by
psam21
2m 16s
main
main
2m 16s
View workflow file
refactor: remove useless filteredProducts memoization
CI
#571:
Commit
e89e0d2
pushed by
psam21
2m 8s
main
main
2m 8s
View workflow file
fix: remove debug console.log statements from shop page
CI
#570:
Commit
650cd6e
pushed by
psam21
2m 16s
main
main
2m 16s
View workflow file
fix: add author enrichment to local store fallback path
CI
#569:
Commit
91c5975
pushed by
psam21
2m 12s
main
main
2m 12s
View workflow file
refactor: move profile enrichment to service layer following proper S…
CI
#568:
Commit
d8e3e2b
pushed by
psam21
2m 12s
main
main
2m 12s
View workflow file
fix: move author profile enrichment to useShopProducts hook layer mat…
CI
#567:
Commit
1427574
pushed by
psam21
2m 15s
main
main
2m 15s
View workflow file
fix: use require() pattern matching BaseContentProvider for profile f…
CI
#566:
Commit
36eefcb
pushed by
psam21
2m 11s
main
main
2m 11s
View workflow file
debug: add console logs to trace profile fetching
CI
#565:
Commit
af158bf
pushed by
psam21
2m 10s
main
main
2m 10s
View workflow file
fix: fetch author profiles for shop listing cards (SOA pattern)
CI
#564:
Commit
e96a51f
pushed by
psam21
2m 16s
main
main
2m 16s
View workflow file
fix: remove all fallbacks - only show displayName if present
CI
#563:
Commit
3e1f9a5
pushed by
psam21
2m 7s
main
main
2m 7s
View workflow file
fix: use displayName from author profile data (SOA pattern)
CI
#562:
Commit
6080a54
pushed by
psam21
2m 13s
main
main
2m 13s
View workflow file
fix: simplify seller display to show name only (no npub/hex fallback)
CI
#561:
Commit
4104016
pushed by
psam21
2m 18s
main
main
2m 18s
View workflow file
feat: show seller name instead of relay count on product cards
CI
#560:
Commit
cd77900
pushed by
psam21
2m 22s
main
main
2m 22s
View workflow file
fix: ensure consistent card heights in shop grid layout
CI
#559:
Commit
fa89dcc
pushed by
psam21
2m 9s
main
main
2m 9s
View workflow file
feat: implement Amazon-style quantity controls for cart items
CI
#558:
Commit
5b8b644
pushed by
psam21
2m 5s
main
main
2m 5s
View workflow file
fix: prevent navigation when adding to cart from shop listing
CI
#557:
Commit
9f46e58
pushed by
psam21
2m 32s
main
main
2m 32s
View workflow file
fix: standardize AddToCartButton styling to match Contact Seller button
CI
#556:
Commit
e7a2137
pushed by
psam21
2m 18s
main
main
2m 18s
View workflow file
feat: improve cart UX - Amazon-style icon + listing page button
CI
#555:
Commit
f5da331
pushed by
psam21
2m 26s
main
main
2m 26s
View workflow file
Implement shopping cart Phase 1: Add to cart + header badge
CI
#554:
Commit
aa40817
pushed by
psam21
2m 11s
main
main
2m 11s
View workflow file
Fix 3 inconsistencies in Purchase Flow Features
CI
#553:
Commit
c7749b8
pushed by
psam21
2m 2s
main
main
2m 2s
View workflow file
Remove time limits from dispute resolution - embrace Nostr freedom
CI
#552:
Commit
943c1a2
pushed by
psam21
2m 11s
main
main
2m 11s
View workflow file
Update SOA tables with detailed NEW/UPDATE cell descriptions
CI
#551:
Commit
f9a8674
pushed by
psam21
2m 12s
main
main
2m 12s
View workflow file
Previous
1
2
3
4
5
…
24
25
Next
You can’t perform that action at this time.