-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Epic: Improve dashboard responsive layout #4050
New issue
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
Labels
component: dashboard
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
type: epic
user experience
Comments
This comment was marked as outdated.
This comment was marked as outdated.
Re-opening as this is still relevant. |
I would absolutely love to add minimum viable responsiveness to our dashboard. This unfinished business has been gnawing at me for months now. I can time-box this e.g. to one or two days if that's helpful. Maybe we can schedule this next week or so? 🙏 |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as outdated.
This comment was marked as outdated.
Not stale 😇 |
This was referenced Feb 16, 2023
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: dashboard
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
type: epic
user experience
Summary
Although the dashboard layout was not optimized for being responsive on smaller viewports, layout is relatively accessible for medium and large viewports. ✔️
Content and functionality should be designed to be available and useful independent of page constraints. ❗
Context
Responsive layout relies on practices like reflowing elements and content, using truncation or tooltips, and more.
There have been ad-hoc efforts in improving layout and rendering issues like #3859, #10747, #3995, using truncation, etc, we should generally avoid modals when possible except from when revealing critical information, etc.
For more context, see:
Value
Since the dashboard redesign in March 2021, multiple users from the community as well as team members internally have reported layout issues (#3859, #3829, etc) on small viewports or tablets.
Although Gitpod was not designed to be used primarily on mobile devices, we claim on www.gitpod.io that Gitpod is also optimized for small viewpots and tables, see relevant section.
Acceptance Criteria
A user should be able to navigate through the dashboard and admin dashboard, having access to all content and functionality of the product.
Measurement
Some possible way to measure success here could be measuring how many users🅰️ access the dashboard or 🅱️ open workspaces on mobile devices.
In scope
The scope of this issue includes:
/tokens/create
.Out of scope
Optionally, it would be nice to:
Responsive layout issues
The text was updated successfully, but these errors were encountered: