Allows the user to change which edge the bar is attached to (top, left, bottom). No support for right yet due to how weird it'd be to have the sidebar and the bar on the same side, might look into that later though.
Related issue
No response
Type
New feature
Tested
Build succeeds
Existing tests pass
Manually verified
Breaking changes?
Everything.
Checklist
CI passes (format, lint, typecheck)
Clean commits
No new warnings
Docs updated if needed
### What & why
Allows the user to change which edge the bar is attached to (top, left, bottom). No support for right yet due to how weird it'd be to have the sidebar and the bar on the same side, might look into that later though.
### Related issue
_No response_
### Type
New feature
### Tested
- [x] Build succeeds
- [x] Existing tests pass
- [x] Manually verified
### Breaking changes?
Everything.
### Checklist
- [x] CI passes (format, lint, typecheck)
- [x] Clean commits
- [x] No new warnings
- [x] Docs updated if needed
lgtm. Tested all sides. Size change when edge is on left behaves fine as a default. A discussion point was to set logic to deal with size changes when the bar is on the left. Currently out of scope since this is quite a niche. If we encounter difficulties, a new issue can be made to resolve the issue.
lgtm. Tested all sides. Size change when edge is on left behaves fine as a default. A discussion point was to set logic to deal with size changes when the bar is on the left. Currently out of scope since this is quite a niche. If we encounter difficulties, a new issue can be made to resolve the issue.
zach
merged commit 02bb7e43d8 into main2026-08-16 11:02:22 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What & why
Allows the user to change which edge the bar is attached to (top, left, bottom). No support for right yet due to how weird it'd be to have the sidebar and the bar on the same side, might look into that later though.
Related issue
No response
Type
New feature
Tested
Breaking changes?
Everything.
Checklist
lgtm. Tested all sides. Size change when edge is on left behaves fine as a default. A discussion point was to set logic to deal with size changes when the bar is on the left. Currently out of scope since this is quite a niche. If we encounter difficulties, a new issue can be made to resolve the issue.