This repository was archived by the owner on Jul 31, 2026. It is now read-only.
feat: improve org selector layout sizing - #326
Merged
danielkov merged 3 commits intoDec 24, 2025
Merged
Conversation
ThomasRooney
approved these changes
Dec 23, 2025
| const inputRef = useRef<HTMLInputElement>(null) | ||
| const [filteredWorkspaces, setFilteredWorkspaces] = useState<Workspace[]>( | ||
| selectedOrg?.workspaces || [] | ||
| selectedOrg.workspaces |
Member
There was a problem hiding this comment.
Just sense-checking this doesn't crash anything when someone goes to a non-workspace page. Always a bit cautious when we remove guarding logic
Contributor
Author
There was a problem hiding this comment.
It's true, if there are no orgs at all, this check can fail. Since I'm there anyway, I'll just refactor this part as it's a bit spaghetti right now.
Contributor
Author
There was a problem hiding this comment.
(We wouldn't be rendering this component if there are no orgs, which is why this is fine)
danielkov
deleted the
daniel/gen-2269-bug-fix-workspace-selection-screen-for-mobile
branch
December 24, 2025 15:45
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Screen.Recording.2025-12-23.at.15.16.10.mov
Screen.Recording.2025-12-23.at.15.14.19.mov