Commit 62627ef
committed
Fix history pane ordering, scrolling, and live updates
- Fix history ordering to show newest edits first (index 0 = newest)
- Fix scrollToChange() to calculate correct viewport offset for context-limited rendering
- Support flat JSON format in parsePayload() for daemon/hook notifications
- Fix navigation keys (j=down to older, k=up to newer)
- Limit file rendering to 100 lines of context for performance
- Use fixed 1/3 width for left pane to prevent layout shifts
- Pad history list to consistent height to prevent UI warping
- Remove variable-height commit headers from history list1 parent c550981 commit 62627ef
2 files changed
+144
-118
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| 303 | + | |
| 304 | + | |
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| |||
0 commit comments