You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Modularizes the tray window to use multiple Pages for the three
different states: signed out, disconnected from RPC, normal
- Adds the two new aforementioned pages
- Adds a CredentialManager service for storing credentials in Windows
Credential Manager
- Adds a RpcController service for managing the connection to the
backend service and reporting state changes to the ViewModel
- Switches to using separate ViewModels in the Views
- Switches to using Dependency Injection for instantiating Views,
ViewModels and Services
- Integrates the tray window into the new RpcController on Start/Stop
interactions. Workspace agent updates will be handled in a separate PR
Relates to #5 (I will do agent updates immediately after this)
Depends on #4
Coder Desktop's primary interface at this stage is a tray menu. It shows the follow status information:
It should use the native UX kit as much as possible.
The text was updated successfully, but these errors were encountered: