-
-
Notifications
You must be signed in to change notification settings - Fork 423
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Context
Currently, weight inputs only accept integers which limits users who train with plates like 2.5kg / 7.5kg or their lb equivalents (5.5 lb, etc).
In real gyms, fractional weights like 2.5 or 7.5 are super common, and not allowing decimals makes tracking less accurate.
Goal
Allow users to input decimal values in the weight fields (kg and lb), such as:
- 2.5 kg
- 7.5 kg
- 12.5 lb
- 17.5 lb
How to get started
- Update input fields for weight to accept decimal values (e.g.
step="0.1"
or similar) - Ensure display formatting doesn’t auto-round
- Optional: Add validation if needed (e.g. 0.25 steps max?)
Want to help ship it ?
Comment below and we’ll get you started. Always happy to guide new contributors 💪
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed