-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CHE-2478: add editing mode in workspace view #2537
Conversation
Build # 466 - FAILED Please check console output at https://ci.codenvycorp.com/job/che-pullrequests-build/466/ to view the results. |
@@ -40,7 +40,7 @@ export class WorkspaceEnvironments { | |||
|
|||
this.scope = { | |||
environmentName: '=', | |||
environmentViewStatus: '=', | |||
machinesViewStatus: '=', |
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.
It could be better to use machinesViewStatus: '=cheMachinesViewStatus'. WDYT?
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.
I don't think so. I think that prefixes are needed for our customized stuff to distinguish from standard/third-party ones.
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.
+1 on machinesViewStatus
Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
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.
It's great to see you've added TypeScript types.
Need to attach an animated gif with those UI changes |
@slemeur animated gif is added into PR description. |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/540/ |
CHE-2478: add editing mode in workspace view
CHE-2478: add editing mode in workspace view
What does this PR do?
It adds an editing mode in workspace view with proposal to save or cancel changes and restart the workspace.
What issues does this PR fix or reference?
#2478
Signed-off-by: Oleksii Kurinnyi okurinnyi@codenvy.com