Browse Source

chore: record journal

dev
hechang27-sprt 3 months ago
parent
commit
33c3575151
  1. 7
      .trellis/workspace/hechang27-sprt/index.md
  2. 33
      .trellis/workspace/hechang27-sprt/journal-1.md

7
.trellis/workspace/hechang27-sprt/index.md

@ -8,8 +8,8 @@ @@ -8,8 +8,8 @@
<!-- @@@auto:current-status -->
- **Active File**: `journal-1.md`
- **Total Sessions**: 18
- **Last Active**: 2026-04-08
- **Total Sessions**: 19
- **Last Active**: 2026-04-09
<!-- @@@/auto:current-status -->
---
@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<!-- @@@auto:active-documents -->
| File | Lines | Status |
|------|-------|--------|
| `journal-1.md` | ~774 | Active |
| `journal-1.md` | ~807 | Active |
<!-- @@@/auto:active-documents -->
---
@ -29,6 +29,7 @@ @@ -29,6 +29,7 @@
<!-- @@@auto:session-history -->
| # | 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 | - |

33
.trellis/workspace/hechang27-sprt/journal-1.md

@ -772,3 +772,36 @@ Fixed exported ListTableV2 sizing behavior by wiring fixed-row-height handling i @@ -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

Loading…
Cancel
Save