File tree navigation in a side panel#63
Open
armanarutiunov wants to merge 18 commits intobanga:mainfrom
Open
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… stats Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…r nested tree Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ents Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…DER_WIDTH constants Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
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.
Disclaimer: this is completely clauded, and since I don't have much experience with typescript or js I couldn't really verify the code quality. I did make sure it works nicely though through manual testing. If it's not allowed in this repository, no problem at all, happy to close the PR.
Description
This PR adds a TUI style flavour to the app. Main purpose of it was to add a side panel so it's easier to navigate in-between of the files when reviewing large diffs. Once I started implementing I realised to make it work it kind of needs to be in a TUI box as opposed to being part of the global terminal output as it was before.
Keybindings
Screen recording
Please take a look at the video showcasing the change but I'd encourage you to checkout the branch and try and play around with it yourself.
Screen.Recording.2026-03-11.at.12.14.06.mov
Sidenote
I know it's kind of changing the high level idea behind this app a little bit. So, no problem if you don't like. I can close it and just use my fork on my own. ty