Restructure drawer navigation and pinned items - #281
Merged
hamzamerzic merged 9 commits intoJul 27, 2026
Conversation
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
hamzamerzic
enabled auto-merge (squash)
July 27, 2026 20:25
Expose icon availability without loading blobs or provoking expected 404s, keep row action menus keyboard-discoverable, distinguish rail shortcut names, and update E2E selectors for the persistent rail and Apps destination.\n\nCo-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Render the actual menu trigger in row flow instead of collapsing it to an inert one-pixel anchor, and have the logout integration test target the navigation owner explicitly. Co-authored-by: Codex <noreply@openai.com>
Navigation no longer owns data refreshes, so reload the shell to drive the same production apiFetch 401 path without coupling the security test to drawer presentation. Co-authored-by: Codex <noreply@openai.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
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.
Summary
Review notes
This combines the three prepared drawer navigation contributions in their intended order, rebased onto current
mainafter #280. The rebase conflict was resolved at the drawer-row interaction owner so the restructuring does not regress the menu gesture fixes.Validation
npm test— 2,068 tests passednpm run buildpython3 -m py_compile backend/app/routes/apps.pygit diff --check