Skip to content
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

Notebooks 2.0 // Frontend // Workspaces table // Start, restart and stop workspace #146

Open
paulovmr opened this issue Dec 4, 2024 · 0 comments

Comments

@paulovmr
Copy link

paulovmr commented Dec 4, 2024

Implement Start, restart and stop workspace actions present in the workspace table actions kebab dropdown.

If workspace is running:

  • Stop action: display warning popup about unsaved work.
    • If there is a pending update:
      • Buttons: "Stop and update", "Stop and defer update", "Cancel".
    • If there is NOT a pending update:
      • Buttons: "Stop", "Cancel".
  • Restart action: display warning popup about unsaved work.
    • If there is a pending update:
      • Buttons: "Update and restart", "Only restart", "Cancel".
    • If there is NOT a pending update:
      • Buttons: "Restart", "Cancel".

If workspace is not running:

  • Start action:
    • If there is a pending update: display warning popup about unsaved work.
      • Buttons: "Update and start", "Only start", "Cancel".
    • If there is NOT a pending update, start workbench directly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

1 participant