We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Redo/facelift the workspace proxy UI. Including how to interact with the feature.
The current UI for workspace proxies lives in the account settings page:
The RFC had a design like this:
The final UI/UX can be up for discussion in this issue.
The entire state of the proxy UI is driven by a context. The new UI should rely entirely on these context values.
https://github.com/coder/coder/blob/stevenmasley%2Fproxy_picker/site/src/contexts/ProxyContext.tsx#L14-L24
The text was updated successfully, but these errors were encountered:
BrunoQuaresma
Successfully merging a pull request may close this issue.
Workspace Proxy UI/UX
Redo/facelift the workspace proxy UI. Including how to interact with the feature.
The current UI for workspace proxies lives in the account settings page:
The RFC had a design like this:
The final UI/UX can be up for discussion in this issue.
Interactions
Implementation details
The entire state of the proxy UI is driven by a context. The new UI should rely entirely on these context values.
https://github.com/coder/coder/blob/stevenmasley%2Fproxy_picker/site/src/contexts/ProxyContext.tsx#L14-L24
The text was updated successfully, but these errors were encountered: