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
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
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 }}
ghzhost
/
frontend
Public
forked from
MergeFi/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
frontend
src
on
fix/issues-empty-state
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2026
fix(issues): render EmptyState fallback when bounty list is empty (#274)
ghzhost
committed
b6ab467
View commit details
Copy full SHA for b6ab467
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
Remove the now-unused timeAgo helper from the landing page
richardtoms100
committed
df34590
View commit details
Copy full SHA for df34590
View code at this point
Browse repository at this point
Remove the now-redundant inline activity feed markup from the landing page
richardtoms100
committed
57d5fb2
View commit details
Copy full SHA for 57d5fb2
View code at this point
Browse repository at this point
Render ActivityList alongside the existing inline activity feed markup
richardtoms100
committed
3c6e33e
View commit details
Copy full SHA for 3c6e33e
View code at this point
Browse repository at this point
Import ActivityList into the landing page
richardtoms100
committed
3ef3070
View commit details
Copy full SHA for 3ef3070
View code at this point
Browse repository at this point
Add ActivityList regression test for a genuine positive amount
richardtoms100
committed
3c15fd5
View commit details
Copy full SHA for 3c15fd5
View code at this point
Browse repository at this point
Add ActivityList regression test for the amount: undefined case
richardtoms100
committed
9ad9f40
View commit details
Copy full SHA for 9ad9f40
View code at this point
Browse repository at this point
Add ActivityList regression test for the amount: 0 case
richardtoms100
committed
9f1430f
View commit details
Copy full SHA for 9f1430f
View code at this point
Browse repository at this point
Document the falsy-zero hazard and codebase audit result
richardtoms100
committed
0cceebe
View commit details
Copy full SHA for 0cceebe
View code at this point
Browse repository at this point
Fix falsy-zero amount rendering bug in ActivityList
richardtoms100
committed
da062f7
View commit details
Copy full SHA for da062f7
View code at this point
Browse repository at this point
Add cross-tab sync tests for WalletContext
miraclesonly
committed
0c2f73b
View commit details
Copy full SHA for 0c2f73b
View code at this point
Browse repository at this point
Sync WalletContext across tabs on wallet-address storage events
miraclesonly
committed
7a6fef8
View commit details
Copy full SHA for 7a6fef8
View code at this point
Browse repository at this point
Add cross-tab sync tests for AuthContext
miraclesonly
committed
84c1045
View commit details
Copy full SHA for 84c1045
View code at this point
Browse repository at this point
Sync AuthContext across tabs on token storage events
miraclesonly
committed
0420ef4
View commit details
Copy full SHA for 0420ef4
View code at this point
Browse repository at this point
Export TOKEN_KEY from lib/auth for cross-tab key filtering
miraclesonly
committed
9b27dd7
View commit details
Copy full SHA for 9b27dd7
View code at this point
Browse repository at this point
Add unit tests for useCrossTabStorage
miraclesonly
committed
1aa7e02
View commit details
Copy full SHA for 1aa7e02
View code at this point
Browse repository at this point
Add useCrossTabStorage hook for cross-tab storage-event sync
miraclesonly
committed
0340eda
View commit details
Copy full SHA for 0340eda
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
test: guard every Bounty field against adaptBounty silently dropping it
Show description for 336d19b
boluwacodes
committed
336d19b
View commit details
Copy full SHA for 336d19b
View code at this point
Browse repository at this point
test: adaptBounty leaves milestoneId undefined when there's no milestone
Show description for c65197e
boluwacodes
committed
c65197e
View commit details
Copy full SHA for c65197e
View code at this point
Browse repository at this point
test: adaptBounty maps milestoneId from the nested issue
Show description for 5aec151
boluwacodes
committed
5aec151
View commit details
Copy full SHA for 5aec151
View code at this point
Browse repository at this point
feat(issue-detail): show a milestone indicator when milestoneId is set
Show description for 3b10110
boluwacodes
committed
3b10110
View commit details
Copy full SHA for 3b10110
View code at this point
Browse repository at this point
docs: record the #86 investigation on adaptBounty
Show description for c99285e
boluwacodes
committed
c99285e
View commit details
Copy full SHA for c99285e
View code at this point
Browse repository at this point
fix: map issue.milestoneId onto Bounty in adaptBounty
Show description for 8d60c94
boluwacodes
committed
8d60c94
View commit details
Copy full SHA for 8d60c94
View code at this point
Browse repository at this point
fix: nest milestoneId under RawIssue, matching the real backend shape
Show description for 0497dfd
boluwacodes
committed
0497dfd
View commit details
Copy full SHA for 0497dfd
View code at this point
Browse repository at this point
fix(Avatar): scope unoptimized prop to allow github avatar optimization
Opulencechuks
committed
a969901
View commit details
Copy full SHA for a969901
View code at this point
Browse repository at this point
Merge branch 'main' into fix/formatcurrency-preserve-sign
rindicomfort
authored
4450339
View commit details
Copy full SHA for 4450339
View code at this point
Browse repository at this point
Commits on Aug 16, 2026
test: escrow-locked statuses and pipeline columns are kept mechanically consistent (#88)
Show description for bc29046
abayomicornelius
committed
bc29046
View commit details
Copy full SHA for bc29046
View code at this point
Browse repository at this point
test: a 'paid' bounty deliberately never appears in any pipeline column (#88)
Show description for d3b3d72
abayomicornelius
committed
d3b3d72
View commit details
Copy full SHA for d3b3d72
View code at this point
Browse repository at this point
test: an empty column shows one placeholder per pipeline stage (#88)
Show description for bf3f678
abayomicornelius
committed
bf3f678
View commit details
Copy full SHA for bf3f678
View code at this point
Browse repository at this point
test: the four existing pipeline columns still render correctly (#88)
Show description for 10fabfe
abayomicornelius
committed
10fabfe
View commit details
Copy full SHA for 10fabfe
View code at this point
Browse repository at this point
test: merged bounties render in a visible pipeline column (#88)
Show description for 7a71dc8
abayomicornelius
committed
7a71dc8
View commit details
Copy full SHA for 7a71dc8
View code at this point
Browse repository at this point
feat: add a pipeline column for merged (payout-pending) bounties (#88)
Show description for 701e209
abayomicornelius
committed
701e209
View commit details
Copy full SHA for 701e209
View code at this point
Browse repository at this point
refactor: extract the pipeline board into its own component (#88)
Show description for 4041eb1
abayomicornelius
committed
4041eb1
View commit details
Copy full SHA for 4041eb1
View code at this point
Browse repository at this point
test: BountyCard's truncated preview shows clean plain text for markdown descriptions (#89)
Show description for b95298e
Temi-suwa18
committed
b95298e
View commit details
Copy full SHA for b95298e
View code at this point
Browse repository at this point
test: BountyDescription neutralizes XSS payloads embedded in markdown (#89)
Show description for 5f8283d
Temi-suwa18
committed
5f8283d
View commit details
Copy full SHA for 5f8283d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.