Skip to content

Comments

Issue 29 token dropdown#33

Merged
AlAfiz merged 4 commits intoBETAIL-BOYS:mainfrom
Tebrihk:issue-29-token-dropdown
Feb 24, 2026
Merged

Issue 29 token dropdown#33
AlAfiz merged 4 commits intoBETAIL-BOYS:mainfrom
Tebrihk:issue-29-token-dropdown

Conversation

@Tebrihk
Copy link

@Tebrihk Tebrihk commented Feb 23, 2026

closes #29

Your GitHub Username added 4 commits February 23, 2026 03:03
- Create src/app/not-found.tsx with TradeFlow dark theme
- Add friendly error message 'This pool doesn't exist'
- Include button to route back to home page (/)
- Add secondary 'Go Back' button using browser history
- Include helpful tips section for users
- Add decorative elements for visual appeal
- Responsive design with proper spacing and typography

Addresses issue BETAIL-BOYS#21
- Create TokenDropdown component with hardcoded tokens: ['XLM', 'USDC', 'yXLM']
- Use React state to track selectedToken with default 'XLM'
- Implement custom dropdown menu with open/close functionality
- Add click outside handler to close dropdown when clicking elsewhere
- Include visual feedback for selected token with blue accent
- Add smooth transitions and hover effects
- Support optional onTokenChange callback prop
- Consistent dark theme styling matching TradeFlow design

Addresses issue BETAIL-BOYS#29
@AlAfiz AlAfiz merged commit 44094f3 into BETAIL-BOYS:main Feb 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Build a UI dropdown to select tokens (Static Data)

2 participants