-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or requestfeature requestA user has an idea for the appA user has an idea for the app
Description
Describe the problem
Beyond use of numeric, there's no other input validation for the two fields on the Bitcoin Calculator widget. There are also some formatting improvements we could make to polish this widget.
Describe the solution
I suggest the following:
- Do not allow 0 before any positive value for any currency
- Use consistent number of decimal places for fiat currencies. This is always 2 except for the exceptions , as far as I can tell, of KWD and BHD that use 3.
- Make it easier to read larger numbers by putting a gap between each group of 3 digits, as we do for balances.
- Cap the maximum input for bitcoin to 2_100_000_000_000_000. We could do the same for the fiat value if it results in a bitcoin value higher than this, or display something else, easter egg?
- Prevent engineering numbers from being displayed. I think this may be resolved by addressing 4.
Additional context
v1.0.9 (145)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature requestA user has an idea for the appA user has an idea for the app