coder / coder

Provision remote development environments via Terraform
https://coder.com
GNU Affero General Public License v3.0
8.32k stars 708 forks source link

WSProxies dropdown shows when only one option is available #11678

Closed stirby closed 5 months ago

stirby commented 10 months ago

Workspace proxy dropdown is available in deployments where only one option (default) is available. Leading to an arbitrary window insinuating control that does not exist. We should disable this dropdown in this case.

wsproxy

A customer pointed this out to us.

stirby commented 10 months ago

@matifali I like the idea of linking to docs instead of not showing it.

We could change the dropdown to show a brief explanation and link?

matifali commented 10 months ago

It would need some frontend refactoring to replace links to settings with docs. Maybe we should only show it it we detect latencies more than 100ms.

stirby commented 9 months ago

I see no reason for barring that information behind the condition of poor latency. It could just be another avenue to learn about workspace proxies?

BrunoQuaresma commented 9 months ago

Wondering if we should wait for more customer feedback before doing this 🤔

I want to try to void adding one more conditional for something that is not a blocker or making things hard to use IMO.