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

Start/stop UX #57

Open
davidferlay opened this issue Jun 11, 2024 · 0 comments
Open

Start/stop UX #57

davidferlay opened this issue Jun 11, 2024 · 0 comments

Comments

@davidferlay
Copy link
Contributor

Current

  • When user executes command to launch web ui, it starts web server and prints link to access it, that user needs to click to open ui in browser
➜ plasmactl web
Starting server on http://localhost:8080
  • Command remains attached
  • User needs to execute ctrl+c on keyboard to stop web ui server

Expected

  • When user executes command to launch web ui, web ui should open in browser tab directly
  • Link should be printed in terminal as well, for user to be able to open it again if browser tab is closed
  • Command needs to be detached
  • Server should remain up untill user executes launchrctl web stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant