-
Notifications
You must be signed in to change notification settings - Fork 42
[MS] Hide and unmount workspace from contextual menu #11686
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
base: ms-show-hide-workspace-feature
Are you sure you want to change the base?
[MS] Hide and unmount workspace from contextual menu #11686
Conversation
aa83f70 to
7f15eab
Compare
9f1235f to
126d6ce
Compare
126d6ce to
d9d85e2
Compare
182dc53 to
4c81f85
Compare
87eb970 to
32f7704
Compare
client/src/views/workspaces/SmallDisplayWorkspaceContextMenu.vue
Outdated
Show resolved
Hide resolved
| <ion-item | ||
| button | ||
| v-show="clientProfile !== UserProfile.Outsider && isDesktop() && isHidden" | ||
| @click="onClick(WorkspaceAction.UnMount)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the workspace is hidden you're unmounting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes that's the point of the issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check your code, or just try it in small display.
5e9431f to
6f31624
Compare
02e767d to
9cfc0f6
Compare
| <ion-item | ||
| button | ||
| v-show="clientProfile !== UserProfile.Outsider && isDesktop() && isHidden" | ||
| @click="onClick(WorkspaceAction.UnMount)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check your code, or just try it in small display.
f7b0118 to
22b81cd
Compare
b1fc131 to
c91e254
Compare
22b81cd to
893b335
Compare
c91e254 to
5c30a06
Compare
…t" based on workspace hidden state
893b335 to
24c91a2
Compare
Describe what's changed
The user can open workspace context menu to hide/unhide "Mount" and "Unmount" based on workspace hidden state
Show.Hide.mov
closes #11865