- Notifications
You must be signed in to change notification settings - Fork3
Open
Description
Description
When the workspace list contains a large number of workspaces (45+ on a 4K monitor), the list expands to a fixed height that extends beyond the screen boundaries, making the "Show less" button inaccessible and the interface unusable.
Steps to Reproduce
- Have 45+ workspaces in your Coder instance
- Open Coder Desktop on a 4K monitor
- View the workspace list
- Observe that the list extends beyond the screen edge
- Attempt to scroll or access the "Show less" button
Expected Behavior
The workspace list should remain usable regardless of the number of workspaces, with the "Show less" button always accessible.
Actual Behavior
- The workspace list expands to a fixed height that can exceed screen boundaries
- The "Show less" button becomes inaccessible when positioned below the screen edge
- No scrolling mechanism is available for the workspace list
Current Workaround
Delete workspaces to reduce the list size until the "Show less" button becomes visible again.
Environment
- OS: macOS
- Monitor: 4K
- Number of workspaces: 45+
- Coder Desktop version: 0.6.0
- Coder version: 2.23.1
Suggested Solutions
- Move "Show less" button to the top of the workspace list for consistent accessibility
- Make the workspace list scrollable to handle any number of workspaces
- Implement intelligent list sizing that:
- Shows a reasonable number of workspaces by default
- Is screen-size aware
- Provides "Show more" functionality that doesn't break the UI
Priority
This issue impacts usability for users with many workspaces, as it can make the application hard to use without the workaround.
Metadata
Metadata
Assignees
Labels
No labels