Feature Request: Resizable right sidebar panel #217
himudigonda
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Allow users to drag the divider between the timeline and the right sidebar (day summary / activity detail) to resize it, with the chosen width persisting across app restarts.
Motivation
The right sidebar currently has a fixed width of 358px. Depending on the content — a long "Detailed Summary" in an activity card, or the donut chart legend with many categories — users may want the panel wider to read comfortably, or narrower to give the timeline more room. There's no way to adjust this today.
This is a standard interaction pattern in macOS apps (Finder, Xcode, Mail all have resizable sidebars), so users already know how to discover and use it.
Proposed behavior
↔resize cursor appears on hover over the divider.I have a working implementation ready: #216
Two commits:
ui(main): add persisted sidebar width storage via AppStorageui(timeline): add draggable resize handle for right sidebar panelAll reactions