feat(app): marquee scroll for overflowing sidebar titles#13210
feat(app): marquee scroll for overflowing sidebar titles#13210alexyaroshuk wants to merge 20 commits into
Conversation
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
|
The following comment was made by an LLM, it may be inaccurate: No duplicate PRs found |
00af2b6 to
42ae8cc
Compare
42ae8cc to
892002a
Compare
# Conflicts: # packages/app/src/pages/layout/sidebar-items.tsx
|
Automated PR Cleanup Thank you for contributing to opencode. Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions. This PR was closed because it matched the following cleanup criteria:
PRs created within the last month are not affected by this cleanup. If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate. Thanks again for taking the time to contribute. |
What does this PR do?
Adds a marquee scroll animation on hover to sidebar session titles, so that it is easier to read the session title without opening it. Long titles truncate with ellipsis by default and smoothly scroll to reveal full text on hover.
2026-02-12.04-12-01.mp4
How did you verify your code works?
tested to ensure animation starts immediately on hover, and resets when mouse leaves the session item
made sure the speed is same for both long and short titles
made sure we only scroll if there is overflow
Files changed:
sidebar-items.tsxutilities.cssmarqueeutility class and keyframes