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
Use Zustand persist middleware to persist currency options. This will reduce API calls to coingecko, and provide a better UX. Requires refactoring settings state to use Zustand.
The text was updated successfully, but these errors were encountered:
This resolves#6 by:
- adding explainer copy
- spacing out the form
- sorting the values
- disabling the select while loading
Future work to be tracked in another issue:
- mobile UX (#7)
- cache loaded currency options (#17)
Use Zustand persist middleware to persist currency options. This will reduce API calls to coingecko, and provide a better UX. Requires refactoring settings state to use Zustand.
The text was updated successfully, but these errors were encountered: