From e528da9365cf7113b0d5a407ad1241b760feb9bf Mon Sep 17 00:00:00 2001 From: Richie Date: Wed, 25 Mar 2026 21:27:05 +1100 Subject: [PATCH] Update session log with post-review fixes Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/memory/session-log.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/memory/session-log.md b/docs/memory/session-log.md index 128b9ad..06ea175 100644 --- a/docs/memory/session-log.md +++ b/docs/memory/session-log.md @@ -756,8 +756,12 @@ Each entry follows this structure: - **Planned (2 molecules):** MapCard, FormField - **Planned (4 organisms):** ServiceSelector, PricingTable, ArrangementForm, Footer +**Post-review fixes (same session):** +- SearchBar: button height aligned via explicit CSS var height, icon-to-text gap tightened (adornment mr: 0.5), focus ring gap increased (gap 6px → 10px) +- AddOnOption: price moved to own row below heading, heading row centre-aligned so short headings (no description) align with switch, heading-to-price margin removed +- AddOnOption + ServiceOption: added optional `maxDescriptionLines` prop with CSS line-clamp + "View more"/"View less" toggle (caption size, text.secondary, weight 400). Omit prop for no limit. + **Next steps:** -- User to review all 4 new components in Storybook - Build Footer organism (Link + Typography + Divider — dependencies ready) - Build ServiceSelector organism (ServiceOption × n + Typography + Button) - Consider FormField molecule if Input's built-in label/helperText proves insufficient