Description
Reimplement the Rate page that was deleted from wata-board-frontend. This allows users to view and interact with exchange rates.
What was deleted
- wata-board-frontend/src/pages/Rate.tsx: Rate page component
Why it's important
Exchange rate information is critical for users making payment decisions, helping them understand the value of transactions in real time.
Implementation details
- Display current XLM and token exchange rates
- Rate refresh mechanism
- Historical rate chart
- Currency conversion calculator
- Rate source attribution
- Loading and error states
- Responsive layout
Acceptance criteria
- Rates are accurate and up to date
- Refresh works correctly
- Chart renders properly
- Conversion calculator is accurate
Priority
Medium - Financial information
Labels
UI/UX, enhancement, blockchain
Description
Reimplement the Rate page that was deleted from wata-board-frontend. This allows users to view and interact with exchange rates.
What was deleted
Why it's important
Exchange rate information is critical for users making payment decisions, helping them understand the value of transactions in real time.
Implementation details
Acceptance criteria
Priority
Medium - Financial information
Labels
UI/UX, enhancement, blockchain