-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor(dashboard/menu): persist team selection #10603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Now even I am used to Next.js routing not to |
The current behavior I implemented is for pages to be aware of the team even if the URL does not contain the team slug. I do not know whether this is wanted 🙂 |
/werft run 👍 started the job as gitpod-build-improve-persist-team-selection-fork.0 |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
- Creating a new team should change the persisted team to the new created team - Visiting a team via URL should change the persisted team to the one in the URL - Deleting a team should remove the persisted team
4a2eedc
to
000eeba
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Persist team selection for better UX.
Related Issue(s)
Fixes #10496
How to test
Then:
/
)Release Notes
Documentation