feat: implement bounty countdown timer component for bounty #826#1023
Open
HNR138 wants to merge 7 commits intoSolFoundry:mainfrom
Open
feat: implement bounty countdown timer component for bounty #826#1023HNR138 wants to merge 7 commits intoSolFoundry:mainfrom
HNR138 wants to merge 7 commits intoSolFoundry:mainfrom
Conversation
… add initial check, remove redundant tabIndex
- Add ScrollToTop component at frontend/src/components/common/ScrollToTop.tsx - Button appears when scrolling down more than 300px - Smooth scroll animation to top on click - Fade-in/fade-out animations - Dark theme styling with indigo-600 - Accessible with aria-label and keyboard focusable - No new dependencies, uses CSS transitions Closes SolFoundry#340
…y#826 - Add CountdownTimer component with real-time updates and urgency indicators - Modify BountyCard to use the new countdown timer - Fixes SolFoundry#826
…y#826 - Add CountdownTimer component with real-time updates and urgency indicators - Modify BountyCard to use the new countdown timer - Fixes SolFoundry#826
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR implements the countdown timer component for bounty #826.
Changes:
/claim #826
open #
Solana wallet for payout
**Wallet:8dgSUWh7Bm3VWkeac7py5xBoePGjiHG1j7eoYKoVboJr
Type of Change
Checklist
console.logor debugging code left behindTesting
Screenshots (if applicable)
Additional Notes