JITSU-125 Dedupe switcher footer: single "All Workspaces (N)" link#1422
Merged
vklimontovich merged 1 commit intoJul 23, 2026
Merged
Conversation
JITSU-125
The switcher listed two links to /workspaces ("More (N)" + "All Workspaces").
Replace both with a single "View all workspaces" action below the divider,
showing the total as a muted, comma-formatted count with a chevron. It only
appears when there are more workspaces than listed inline; a short list shows
all of them with no extra link.
vklimontovich
force-pushed
the
vladimir/jitsu-125-single-all-workspaces-link
branch
from
July 23, 2026 16:52
11e9da1 to
503d2e6
Compare
| </Link> | ||
| ), | ||
| }, | ||
| ...(hasMore |
There was a problem hiding this comment.
Potential regression question: with this hasMore guard, users no longer get any /workspaces link when they have <= 10 workspaces (or when the recent-workspaces request fails and totalCount defaults to 0). Previously All Workspaces was always available as a fallback navigation path. Was removing that fallback intentional?
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.
Follow-up to #1421 (that PR merged before this commit synced into it, so this change was left behind).
The switcher dropdown showed two links to
/workspaces— a "More (N)" item and "All Workspaces". This removes the duplicate "More" item and folds the count into the single "All Workspaces" link, formatted with a thousands separator and shown only when there are more workspaces than listed inline:More (5738)+All WorkspacesAll Workspaces (5,748)JITSU-125