Skip to content

πŸ’± Add multi-currency supportΒ #49

@Smartdevs17

Description

@Smartdevs17

Problem

Only USD supported in UI, limiting international use.

Context

Users in other countries cannot see prices in their local currency.

Proposed Solution

Implement currency selection:

  1. Add currency picker to settings
  2. Fetch exchange rates
  3. Convert display prices
  4. Store preference

Acceptance Criteria

  • Multiple currencies available
  • Prices converted correctly
  • Preference persisted
  • Exchange rates updated

Technical Notes

APIs: Free currency conversion API
Files:

  • src/utils/formatting.ts
  • src/store/settingsStore.ts

Constraints

  • API rate limits
  • Offline handling
  • Rate caching

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or requestfeatureNew feature request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions