fix: restore unauthenticated space switching - #39
Merged
Conversation
alexk-dev
marked this pull request as ready for review
April 19, 2026 16:22
alexk-dev
force-pushed
the
fix/unauthenticated-space-switcher
branch
from
April 19, 2026 16:35
dd30b69 to
5419576
Compare
alexk-dev
marked this pull request as draft
April 19, 2026 16:36
alexk-dev
marked this pull request as ready for review
April 19, 2026 16:38
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.
What changed
/route.Why
When authentication is disabled or there is no current user, the only existing space switcher lived inside the account menu, so there was no reachable UI for changing spaces. The version marker also occupied header space that should remain available for navigation actions.
Playwright also caught that switching spaces while already on
/refreshed the tree but not the visible root page, because the viewer only reloaded on path changes. The viewer now also watches active space changes.Impact
Unauthenticated/public shell users can switch between spaces again. Authenticated users keep the same account-menu switching flow as before. The current page content follows the selected space even when the URL stays the same. The header stays more compact on mobile, while the version marker remains visible in the sidebar footer.