You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: consistent spacing and Member Detail stat polish (#75)
* 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: document .env.local copy step for new worktrees
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update: consistent spacing and Member Detail polish
- Standardise all scrollable bodies to bg-[#F8FAFC] px-6 pt-6 pb-8
(fixes px-4/px-5 side margins and bg-white backgrounds on forms,
history, converter, notifications, resources, measure, settings)
- Member Detail stat rows: CapitalCase labels, pl-4 indent to align
with name text, mt-[11px] above first row, mb-[11px] below name
- Add Head (headCircumference) to Member Detail stat rows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update: group Member Detail stats and add Head attribute
- Reorder stat rows: Age/Height/Weight, then Head/Hand/Foot
- Add 3px visual gap before the second group (spaceBefore on Head)
- Add Head (headCircumference) attribute to stat rows
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Fix: stat row grouping using inline style instead of dynamic Tailwind class
Split statRows into two explicit groups; apply marginTop via inline style
on the first item of group 2 to avoid Tailwind v4 purge of dynamic classes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Update: consistent 8px gaps and deeper label indent in Member Detail stats
- 8px gap before Age (name→Age), before Height (Age→Height),
and before Head (Weight→Head) — all group separators now uniform
- Increase label indent pl-4→pl-[18px] to align under 'e' in name
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>
0 commit comments