diff --git a/.trellis/workspace/hechang27-sprt/index.md b/.trellis/workspace/hechang27-sprt/index.md index f6be7a7..94ced12 100644 --- a/.trellis/workspace/hechang27-sprt/index.md +++ b/.trellis/workspace/hechang27-sprt/index.md @@ -8,8 +8,8 @@ - **Active File**: `journal-1.md` -- **Total Sessions**: 18 -- **Last Active**: 2026-04-08 +- **Total Sessions**: 19 +- **Last Active**: 2026-04-09 --- @@ -19,7 +19,7 @@ | File | Lines | Status | |------|-------|--------| -| `journal-1.md` | ~774 | Active | +| `journal-1.md` | ~807 | Active | --- @@ -29,6 +29,7 @@ | # | Date | Title | Commits | Branch | |---|------|-------|---------|--------| +| 19 | 2026-04-09 | Table-v2 timestamp and alignment follow-up | `e7d26a4` | `dev` | | 18 | 2026-04-08 | Fix table-v2 sizing and measurement | `739ae9f`, `6f92958` | `dev` | | 17 | 2026-04-08 | ListTableV2 flex-fill investigation | `6e18451033fcf4e6c9cf4ed3f2521c39b86cf2c5` | `dev` | | 16 | 2026-04-03 | Debug list-table-v2 virtual scrolling issues | - | diff --git a/.trellis/workspace/hechang27-sprt/journal-1.md b/.trellis/workspace/hechang27-sprt/journal-1.md index d1d18f0..bc2d492 100644 --- a/.trellis/workspace/hechang27-sprt/journal-1.md +++ b/.trellis/workspace/hechang27-sprt/journal-1.md @@ -772,3 +772,36 @@ Fixed exported ListTableV2 sizing behavior by wiring fixed-row-height handling i ### Next Steps - None - task complete + + +## Session 19: Table-v2 timestamp and alignment follow-up + +**Date**: 2026-04-09 +**Task**: Table-v2 timestamp and alignment follow-up +**Branch**: `dev` + +### Summary + +Extracted shared timestamp display logic into plugs/composables, switched list-table-v2 to column-level timestamp formatting, removed table-level timestampFormat, added maxTextWidth-based text caps, and fixed header/body alignment handling in the new table implementation. + +### Main Changes + +(Add details) + +### Git Commits + +| Hash | Message | +|------|---------| +| `e7d26a4` | (see git log) | + +### Testing + +- [OK] (Add test results) + +### Status + +[OK] **Completed** + +### Next Steps + +- None - task complete