Browse Source

chore: record journal

dev
hechang27-sprt 3 months ago
parent
commit
358071708e
  1. 5
      .trellis/workspace/hechang27-sprt/index.md
  2. 32
      .trellis/workspace/hechang27-sprt/journal-1.md

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

@ -8,7 +8,7 @@
<!-- @@@auto:current-status --> <!-- @@@auto:current-status -->
- **Active File**: `journal-1.md` - **Active File**: `journal-1.md`
- **Total Sessions**: 4 - **Total Sessions**: 5
- **Last Active**: 2026-03-26 - **Last Active**: 2026-03-26
<!-- @@@/auto:current-status --> <!-- @@@/auto:current-status -->
@ -19,7 +19,7 @@
<!-- @@@auto:active-documents --> <!-- @@@auto:active-documents -->
| File | Lines | Status | | File | Lines | Status |
|------|-------|--------| |------|-------|--------|
| `journal-1.md` | ~142 | Active | | `journal-1.md` | ~174 | Active |
<!-- @@@/auto:active-documents --> <!-- @@@/auto:active-documents -->
--- ---
@ -29,6 +29,7 @@
<!-- @@@auto:session-history --> <!-- @@@auto:session-history -->
| # | Date | Title | Commits | | # | Date | Title | Commits |
|---|------|-------|---------| |---|------|-------|---------|
| 5 | 2026-03-26 | Fix table-v2 resize flicker with queueMicrotask pattern | `179aafe` |
| 4 | 2026-03-26 | list-table-v2 mini table for row height with ResizeObserver | `bd47429`, `c9f8832`, `e72f42a`, `1fe3718`, `ed00f0b`, `854a8f6`, `242f376` | | 4 | 2026-03-26 | list-table-v2 mini table for row height with ResizeObserver | `bd47429`, `c9f8832`, `e72f42a`, `1fe3718`, `ed00f0b`, `854a8f6`, `242f376` |
| 3 | 2026-03-26 | Add viewport resize handling for list-table-v2 | `96fef48` | | 3 | 2026-03-26 | Add viewport resize handling for list-table-v2 | `96fef48` |
| 2 | 2026-03-25 | Create list-table-v2.vue with el-table-v2 | `2a2bba8`, `1024bb1` | | 2 | 2026-03-25 | Create list-table-v2.vue with el-table-v2 | `2a2bba8`, `1024bb1` |

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

@ -140,3 +140,35 @@ Implemented hidden mini table approach for dynamic row height measurement in lis
### Next Steps ### Next Steps
- None - task complete - None - task complete
## Session 5: Fix table-v2 resize flicker with queueMicrotask pattern
**Date**: 2026-03-26
**Task**: Fix table-v2 resize flicker with queueMicrotask pattern
### Summary
Fixed 1-2 frame flash during window resize by using queueMicrotask to minimize gap between clearing and setting estimatedRowHeight. Also documented build commands and rename propagation gotcha in spec guides.
### Main Changes
### Git Commits
| Hash | Message |
|------|---------|
| `179aafe` | (see git log) |
### Testing
- [OK] (Add test results)
### Status
[OK] **Completed**
### Next Steps
- None - task complete

Loading…
Cancel
Save