Commit Graph

5 Commits

Author SHA1 Message Date
3e9bf153dc fix(03): replace template x-data with tbody x-data for table rendering
<template x-data> inside <tbody> is inert — browsers don't render its
children. Replace with per-member <tbody x-data> (multiple tbody is
valid HTML). Also replace x-collapse on <tr> with x-transition since
table rows don't support max-height/overflow-hidden.

UAT: all 7 tests passed via Playwright automation.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-13 15:02:16 +08:00
596e43bed3 docs(phase-03): complete phase execution and verification 2026-02-13 13:05:19 +08:00
3e03784202 docs(03-01): complete expandable note history panel plan
- Created comprehensive SUMMARY.md documenting implementation
- Updated STATE.md: Phase 3 complete, all 3 phases finished
- Recorded metrics: 2.2 min duration, 11 tests passing
- Documented decisions: collapse plugin, template wrapper pattern, client-side search
- Self-check verified: all files and commits present
2026-02-13 13:02:02 +08:00
14bab518dd docs(03): create phase plan for note history display 2026-02-13 12:53:17 +08:00
2791b34e59 docs(phase-03): research note history & display implementation 2026-02-13 12:49:28 +08:00