-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
UI: Switch to fullscreen layout for lists and detail, left aligned forms #4435
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you given any thought to a narrow layout for forms? I've been thinking about that for Vault since we've got so many forms that are awkwardly wide, and I'm trying to think through options and I'm not sure how I feel about the left aligned forms like in your example |
Hey @joshuaogle ! Nice gif 😂 . This is part 1 of a change to the entire layout of the app. Currently we've kept the forms the same width as previously - but left aligned them. The next step is probably going to be a 2 pane layout for average screensizes and above, whilst sticking to a single pane for lower than average screensizes. Ta, |
P.S. Addresses parts of #4116 |
* Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
Lists use the entire available area by removing the left and right white areas on larger screens.
Forms remain the same width yet left aligned.
Navigation and footer will now span the entire viewport area for all layouts.
Listing Before:
Listing After:
Form Before:
Form After: