Add sign toggle button for score entry and email to title screen

Replaces type="number" with type="text" + inputMode="numeric" so iOS
shows the numpad. A +/− toggle button beside each field handles the
sign; it is a no-op when the field is empty. Also adds contact email
below the title on the title screen.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 22:27:10 -05:00
parent 9c1bbae359
commit 35c1694e18
4 changed files with 34 additions and 1 deletions
+12
View File
@@ -27,6 +27,18 @@
background: #fff5f5;
}
.signToggle {
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
border: 2px solid var(--color-parchment-border);
background: #fdfaf4;
font-size: 1.2rem;
font-weight: 600;
color: #555;
flex-shrink: 0;
}
.sumLine {
margin: 0.5rem 0 0;
text-align: center;