-
Notifications
You must be signed in to change notification settings - Fork 8.7k
feat: add draggable sidebar resize functionality #5917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
agustif
wants to merge
3
commits into
anomalyco:dev
Choose a base branch
from
agustif:fix/tui-sidebar-resize-box
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+109
−42
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author
|
should it be an option to have this enabled or not from config/settings/command like show/hide sidebar or just be on for everyone? idk should it be just 1px regular bar instead of 3 to differentiate from non draggable? |
Collaborator
|
This is cool! I sent to rest of the team to ask for their opinions |
Contributor
|
love it. merged into shuvcode! |
shuv1337
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 22, 2025
shuv1337
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Dec 24, 2025
Resolved conflicts by keeping fork-specific features: - PR anomalyco#5968 small screen styling (reverted upstream, preserved here) - Search in messages (PR anomalyco#4898) - Draggable sidebar resize (PR anomalyco#5917) - AskQuestion tool (PR anomalyco#5958) - IDE integration - Bash output viewer with ANSI (PR anomalyco#4791) - Mobile PWA support - Share infrastructure for shuv.ai Merged upstream improvements: - review.toggle command with mod+shift+r keybind - Title tag for share pages - Session navigation and sorting improvements - Various docs and CI updates - Provider updates (Cloudflare AI Gateway) - MCP tools/list_changed notifications - Prompt stashing feature - Did you know tips on start screen
shuv1337
added a commit
to Latitudes-Dev/shuvcode
that referenced
this pull request
Jan 29, 2026
- Restore double Ctrl+C to exit with toast warning (PR anomalyco#4900) - Restore AskQuestion dialog and integration (PR anomalyco#5958) - Restore search in messages feature (PR anomalyco#4898) - Restore live token usage during streaming (PR anomalyco#4709) - Restore sidebar resize drag feature (PR anomalyco#5917) - Restore spinner customization features - Restore ANSI terminal emulation for bash output (PR anomalyco#4791) - Restore header visibility toggle - Restore goToParent() for subagent navigation The rerere auto-resolution incorrectly merged some files, removing fork-specific features that were previously added.
00637c0 to
71e0ba2
Compare
f1ae801 to
08fa7f7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Screenshot
this is with hw = 3 (px)

this with hw = 1 (px) (current PR status)
