Skip to content

🤝 Help wanted: Allow decimal weights in inputs (e.g. 2.5 kg / 7.5 kg) #99

@Snouzy

Description

@Snouzy

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

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions