Commit 8ca8cc6
Update: GUI reference screen spacing and nav fixes (#72)
* Fix: replace add button circle with bare green plus; fix ALERTS spacing
- BTN_ADD_CLS: strip bg/rounded-full/shadow, keep text-[#008751] with hover state
- MemberDetail: swap PlusCircle -> Plus for add gear button
- NotificationsPanel: remove mt-5 (overridden by unlayered CSS reset)
- App: replace mt-5 wrapper with h-5 spacer div (height utilities bypass
the * { margin: 0 } reset that overrides @layer utilities in Tailwind v4)
- docs/solutions: document CSS cascade/margin override pattern
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update: homepage font sizes +2px across all elements; fix MemberCard stat row layout
- Bump all homepage text +2px: stat values xs→base, labels xs→sm,
names xl→24px, section headers xl→22px, notification copy sm/xs→base/sm
- Stat rows now justify-end with gap-2; value in w-12 text-right, unit in w-7
so label+value+unit group sits right with clear spacing between number and unit
- Name row uses items-end so name baseline aligns with edit/delete button bottoms
- Fix docs/solutions tailwind cascade doc: correct physical vs logical property
table (px-*/py-* work; pt-*/pb-* fail), update component count to 17 files
- CLAUDE.md: add design review/screenshot instructions, bug fix protocol,
rebase-before-PR rule, TODO.md scope clarification
- TODO.md: remove completed Known Issues and Technical Debt items
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update: fix ResourcesScreen sport spacing, increase sport label font, fix BottomNav clipping
- Replace space-y-* with flex flex-col gap-[22px] in ResourcesScreen (safe
pattern — gap-* unaffected by unlayered CSS reset that zeros margin/padding)
- Sport label heading: text-xs → text-sm; broken mb-4 → h-4 spacer div
- Column header row: broken pb-2 mb-1 → py-2 (logical padding, CSS-reset safe)
- BottomNav: reduce px-8 → px-4 side padding; remove scale-110 active transform
that pushed RESOURCES label beyond the right viewport edge
- Update BottomNav tests to assert active color class instead of removed scale-110
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: theredmoose <theredmoose@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 852f1fd commit 8ca8cc6
3 files changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments