feat: make switching repositories discoverable and show complete paths - #147
Merged
cpojer merged 9 commits intoJul 29, 2026
Merged
Conversation
Member
|
Thanks! Please rebase on main. I don't believe this should changed SharedWalkthroughApp (the web version) though? Because this would show local repo paths there in the wrong way. Please scope the changes only to the desktop app. Also I think extremely long repo names are clipped without an ellipsis as fixed-size tails cannot shrink. Maybe that could be fixed, too. |
…style abbreviations
AbdelrahmanHafez
force-pushed
the
feat/open-folder-entry-points
branch
from
July 28, 2026 23:39
327e34a to
8374a00
Compare
AbdelrahmanHafez
force-pushed
the
feat/open-folder-entry-points
branch
from
July 29, 2026 07:19
4d09b82 to
c333d0c
Compare
Contributor
Author
Member
|
Thank you |
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.



Based on feat/open-review-source-ui (#146), so the diff here includes those commits until it merges.
There was no way to switch repositories from within the app, only through the native menu bar. The repository label in the top bar also linked to the PR page, which the PR badge on the right already does. And paths rendered as fish-style abbreviations (
~/d/w/bloginstead of~/dev/websites/blog), which reads like line noise if you don't live in fish.This PR:
~The top bar label keeps the repository name visible when space runs out: the head of the path shrinks with an ellipsis in the middle, the last segment never truncates. Paths outside the home directory stay absolute, and Windows paths keep their drive prefix.
Created with Fable 5 xhigh, review iteration with Sol 5.6 xhigh. Built and tested and everything works as expected.