Skip to content

feat: Add function displayPrice as an ui helper#60

Merged
contre95 merged 3 commits into
mainfrom
fix/usd-display
Aug 24, 2025
Merged

feat: Add function displayPrice as an ui helper#60
contre95 merged 3 commits into
mainfrom
fix/usd-display

Conversation

@contre95

@contre95 contre95 commented Aug 24, 2025

Copy link
Copy Markdown
Owner

Aims to fix #52

Added helper fiber function to be use in UI to better display prices.

Unfortunately, due to the nature of the <input> tag type="number" I can't display the thousands separator.
Doing so would require either the usage of an internal library or some js and to use type=text. I'm displaying the current price on top.

image

@contre95

Copy link
Copy Markdown
Owner Author

@ImDevinC this solves #52. I'll leave it open for a couple of days in case you wanna take a look.

@ImDevinC

Copy link
Copy Markdown
Contributor

This looks great, thanks for knocking it out so quickly!

@contre95 contre95 merged commit d5ad69d into main Aug 24, 2025
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.

USD display isn't formatted properly

2 participants