You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order to let users switch to specific workspace when paste a deep link from other users, we need to make url stateful with workspace info. This PR mainly introduce the capability to keep the workspace Id in url consistent with the workspace id in memory so that user can feel free to copy the url and share to others.
SuZhou-Joe
changed the title
[Workspace] Make url stateful in hash with workspace id
[Workspace] Make url stateful in url with workspace id
Mar 7, 2024
Is your feature request related to a problem? Please describe.
In order to let users switch to specific workspace when paste a deep link from other users, we need to make url stateful with workspace info. This PR mainly introduce the capability to keep the workspace Id in url consistent with the workspace id in memory so that user can feel free to copy the url and share to others.
Describe the solution you'd like
Use the hash to store current workspace id
Describe alternatives you've considered
#5243
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: