feat(webapp): settings toggle for the +/- weight button
Users on devices with a proper numeric+sign keyboard (most Android, desktop) don't need the +/- button and may find it clutter. Added a "Negative weight button" toggle in Settings; default on. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6f9d04a0bf
commit
4320b14441
2 changed files with 24 additions and 2 deletions
|
|
@ -105,6 +105,15 @@
|
|||
<input type="checkbox" id="setting-rest-timer" class="settings-toggle" checked />
|
||||
</label>
|
||||
</div>
|
||||
<div class="card">
|
||||
<label class="settings-row">
|
||||
<div class="settings-row-label">
|
||||
<div class="settings-row-title">Negative weight button</div>
|
||||
<div class="settings-row-hint">Show the ± sign-flip button next to the weight input (useful for assisted bodyweight exercises).</div>
|
||||
</div>
|
||||
<input type="checkbox" id="setting-weight-sign" class="settings-toggle" checked />
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer id="app-footer">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue