mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 02:23:59 +00:00
* feat(ui): scroll truncated sidebar session names on hover Sidebar recent-session labels clip long titles with an ellipsis and there was no way to read the tail without opening the session. Hovering a row now animates the label's text-indent to slide the clipped tail into view (speed-proportional duration, 300ms minimum) and snaps back quickly on mouse leave. Resting ellipsis rendering is preserved by animating text-indent instead of transforming an inner wrapper, since text-overflow draws no ellipsis for atomic inline children. Respects prefers-reduced-motion. * fix(ui): harden sidebar session marquee