[idea] Option to place the sidebar on the right #3181
gustavocaiano
started this conversation in
Ideas
Replies: 2 comments
This is a pretty big one for me. I like to have my code lined up and consistent. If I show/hide a sidebar, I'd prefer that happen on the right side of the screen. |
0 replies
|
+1, I'd really like this too. Worth noting an implementation already exists — PR #2287 (feat(ui): support right-aligned desktop sidebar) added a [ui] sidebar_position. Would be great to see it revived. |
0 replies
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.
idea / problem
The sidebar (workspace + agent panel) is fixed on the left side of the window. There is no config option to move it. The only positional chrome option today is
tab_bar_position = "top" | "bottom".requested change
A config option to place the sidebar on the right, e.g.:
Following the same pattern as the existing
tab_bar_position.why you want this
tab_bar_positionalready proves herdr supports configurable chrome placement; mirroring that for the sidebar feels consistent and low-scope.All reactions