Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
f1d3c09
feat(ui): add message navigation strip and redesign scroll-to-bottom …
berry-13 Apr 13, 2026
f285f60
fix(ui): prevent message nav layout shift on scroll
berry-13 Apr 13, 2026
4b47dc7
fix(ui): debounce message nav refresh and persist visibility state
berry-13 Apr 13, 2026
41d3245
fix(ui): prevent nav buttons from disabling during fast scroll
berry-13 Apr 13, 2026
3e085c5
fix(ui): scroll to message start when using nav arrow buttons
berry-13 Apr 13, 2026
0b5504b
fix(ui): account for header offset when scrolling to messages
berry-13 Apr 13, 2026
719dbbe
fix(ui): improve message nav scrolling and visual subtlety
berry-13 Apr 13, 2026
2349771
fix(ui): use native scroll-margin-top for reliable message navigation
berry-13 Apr 14, 2026
4c36a47
fix(ui): use firstActiveIndex for both nav directions
berry-13 Apr 14, 2026
a8fbb5e
fix(ui): address PR review feedback
berry-13 Apr 14, 2026
9a24d38
fix(ui): make message nav scroll precise and chevrons reliable
berry-13 Apr 19, 2026
7b38e41
perf(ui): skip off-screen message layout and fix resulting scroll drift
berry-13 Apr 19, 2026
7f5e368
revert(ui): drop content-visibility on .message-render
berry-13 Apr 19, 2026
022cf58
fix(ui): address PR review — a11y, tests, and MessageNav correctness
berry-13 Apr 20, 2026
a38d7c6
fix(ui): catch in-place message id mutations and react to layout shifts
berry-13 Apr 20, 2026
b81600b
fix(ui): address deep-review follow-ups on MessageNav
berry-13 Apr 20, 2026
342958e
fix(ui): address re-review — clean lockfile + ScrollToBottom ref target
berry-13 Apr 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.28.5",
"@happy-dom/jest-environment": "^20.8.9",
"@tanstack/react-query-devtools": "^4.29.0",
"@testing-library/dom": "^9.3.0",
Expand Down
Loading
Loading