-
Notifications
You must be signed in to change notification settings - Fork 145
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
feat(ui): add git remotes tab #397
feat(ui): add git remotes tab #397
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## browse #397 +/- ##
==========================================
+ Coverage 50.10% 50.13% +0.03%
==========================================
Files 134 134
Lines 11491 11498 +7
==========================================
+ Hits 5757 5765 +8
Misses 5294 5294
+ Partials 440 439 -1
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @emilaleksanteri, thanks for the PR. This is an oversimplified solution. I think the remotes tab should have each remote act like a directory where you can browse remote branches.
@aymanbagabas so instead of browsing the remotes content on via the existing files and commits tabs etc, have its own thing for those or? |
So instead of listing all the remote branches in one list, use a tree-like structure to browse remote branches. Similar to what Lazygit offers. |
@aymanbagabas ooh okay, that's really cool, I'll add it to the remote branch feature! |
Complete TODO: Add Git remotes tab #369