- Notifications
You must be signed in to change notification settings - Fork3
Closed
Description
Coder Desktop's primary interface at this stage is a tray menu. It shows the follow status information:
- Coder deployment URL
- The current logged in (Coder) user
- Whether the CoderVPN function is enabled
- Whether the CoderVPN function is operating without error
- For each of the user’s workspaces:
- Name
- Status (e.g. stopped, starting, running)
- Whether the CoderVPN is connected to all agents
- Ping latency in milliseconds to the first agent
- Clicking a workspace in the menu MUST open the workspace in the Coder web dashboard.
It should use the native UX kit as much as possible.