More responsiveness touch-ups - #3361
Draft
benjaminleonard wants to merge 3 commits into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding back some fixes from the very first PR (#2087) and more general improvements.
We can also log any other responsive funkiness to fix here.
1. Date range picker — below 1000px the date text is screen-reader-only and the control is the calendar icon.
2. Properties table — labels stack above values so long IDs don’t overflow. Two-column tables still sit side-by-side from 1000px up.
4. Sticky tabs — page tab lists stick under the top bar. Sticky is on a wrapper so it doesn’t fight horizontal scroll. Form tab lists (instance create) stay in flow.
5. Metrics / utilization filters — toolbars stack and listboxes go full width. Instance metrics side tabs (CPU / Disk / Network) move to a horizontal row so they don’t eat half the phone.
6. CLI command — hidden below 1000px on Connect and the serial console footer.
7. Adjust menu icon button size — fills cell and narrower
8. Fix error message container width
9. Tighter pagination footer density
10. Improve card header button wrapping

11. Improve page header wrapping and truncation


12. Avoid sticky tab bar overlapping main top bar and disable overscroll bounce
Todo: