Update session log — FuneralFinder v2 polish complete

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 17:41:05 +11:00
parent cb7ba5dcdb
commit fdb362f50a

View File

@@ -23,6 +23,27 @@ Each entry follows this structure:
## Sessions
### Session 2026-03-26e — FuneralFinder v2 polish + consistency fixes
**Agent(s):** Claude Opus 4.6 (1M context)
**Work completed:**
- Fixed location input styling to match select fields (border color, hover, disabled, error states)
- Added `active` prop to StepCircle — step 1 uses brand-500 primary fill by default
- Aligned Input with full selectSx overrides (bgcolor, disabled opacity+dashed, error border)
- Investigated systemic Input vs Select visual differences — confirmed issue is component-local overrides, not theme
**Decisions made:**
- Custom field styling kept within FuneralFinderV2 (intentional divergence from theme for this component's design)
- Step 1 circle uses primary fill since it's always active — visual "start here" signal
**Next steps:**
- v2 is feature-complete and polished — ready for user review in Storybook
- Decision pending: v1 vs v2 for production
- If v2 chosen: add location autocomplete, write flow logic reference doc
---
### Session 2026-03-26d — FuneralFinder v2 build
**Agent(s):** Claude Opus 4.6 (1M context)