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