Skip to content
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

Admin redesign: Settings #63624

Open
Tracked by #53322
jameskoster opened this issue Jul 16, 2024 · 10 comments
Open
Tracked by #53322

Admin redesign: Settings #63624

jameskoster opened this issue Jul 16, 2024 · 10 comments
Labels
Design System Issues related to the system of combining components according to best practices. Needs Design Feedback Needs general design feedback.

Comments

@jameskoster
Copy link
Contributor

jameskoster commented Jul 16, 2024

In the context of the wider admin redesign (#53322), a scalable, portable, and responsive design pattern for settings pages is crucial. This issue outlines some foundational principles and design conventions for such a pattern.

Spec

General Structure

The layout is defined by a consistent header and footer (dictated by the Layout (#53617)), framing the main content area where settings are organized into sections. Each section comprises a left column for title and description, and a right column for the actual settings. The left column makes it easy to scan the page at a high level and locate a specific setting.

Layout Conventions

Screenshot 2024-07-17 at 09 25 24
  • 12-Column Grid: The design is based on a 12-column grid system, ensuring flexibility and consistency across various screen sizes.
  • Responsive Design: The layout adapts to different screen sizes. When the container shrinks beyond a certain breakpoint, the columns stack vertically, and spacing values are adjusted for optimal readability and usability.
  • Horizontal Rules: Sections are visually separated by horizontal rules, providing clear demarcation between different groups of settings.

Section Structure

Screenshot 2024-07-17 at 09 28 22

Each section contains the following elements:

  • Section Title: A clear and concise heading for the section.
  • Description: A brief description of the section's purpose, including a link to relevant documentation for further guidance.
  • Settings Fields: The main content of the section, containing various input elements like text inputs, select dropdowns, checkboxes, radio buttons, and textareas.

Responsive Behavior

Screenshot 2024-07-17 at 09 29 44
  • Stacking Columns: On smaller screens/containers, the left and right columns stack vertically to make efficient use of limited space.
  • Adjusted Spacing: Padding and margin values are reduced to maintain a clean and functional layout.

By adhering to these guidelines, we ensure a consistent, user-friendly, and responsive design for settings pages.

Contextual examples

To test the spec we can try applying it to some existing interfaces.

Editor preferences

Editor preferences

In this example we see how the Editor preferences would adapt to different environments; the existing modal, a hypothetical page in site settings, and on mobile.

Page settings

page settings

This mockup shows the settings for a page in the Inspector (in the full-screen editor, and as a quick-edit interface in data views), in a hypothetical full-screen page / modal, and on mobile.

@oandregal
Copy link
Member

@jameskoster how do we think of validation? In implementing parts of this #59745 I've started to add validation #63895. I wonder how do we surface this to users (e.g.: when a user enters an invalid value for a field or needs to fill a required one, etc.)?

@jameskoster
Copy link
Contributor Author

Good question. I think changing the input outline and including an inline error message could work:

error

The error appears before the help text because I think it's beneficial to give immediate feedback to folks using assistive technologies.

@gziolo gziolo changed the title Settings Admin redesign: Settings Jul 27, 2024
@jeflopodev
Copy link

jeflopodev commented Jul 27, 2024

If a choice between them has yet to be made. I would vote for a full page design. I really like how this looks like.
image

@jameskoster
Copy link
Contributor Author

@jeflopodev Thanks for the feedback. One of the main objectives of the design work here is to make the choice of container inconsequential. In other words a settings form could be rendered in a page (like the example you shared), a wide or narrow modal, a sidebar/panel, or even a popover, and just work.

@nikkivias
Copy link

nikkivias commented Aug 30, 2024

CleanShot 2024-08-31 at 00 00 26

I tested the layout with the PayPal plugin, incorporating some changes and add-ons for consideration:

  • Added an image in the header to help identify the page. Since many plugins only exist as a settings page, this could be a useful (and possibly the only) place to include an identifier.
  • Included a status badge
  • Experimented with placing the Save button in the header, aligning it with the design of other new pages. Although on smaller screens, it will have to move to the bottom.
  • Considered sectioning within sections. For example, within Quick Settings (section 1), the settings on the right are separated by a divider, which could be a useful way to create distinction when it makes sense.

@jameskoster
Copy link
Contributor Author

Thanks @nikkivias, it's really great to see the concepts tested outside of core. To be successful these patterns will need to adequately serve a wide range of use cases; IE plugins 💪

While closely related I'd say that your first three points relate to the page header; a separate component that we need to spec as a part of the parent Page component. Good thoughts there though.

Sub-dividing sections seems reasonable. I wonder if it would make sense to use headings here rather than horizontal rules. In your example the toggles could live inside a fieldset with a legend, which I suspect would be more useful from an a11y perspective.

I noticed your section descriptions included a 'Learn more' link—I think that's a nice idea that would be good to standardise / codify.

@nikkivias
Copy link

nikkivias commented Sep 4, 2024

While closely related I'd say that your first three points relate to the page header; a separate component that we need to spec as a part of the parent Page component. Good thoughts there though.

Ah thanks @jameskoster ! Does that mean we open a new issue like this one? Never mind I found the relevant discussion :D

Sub-dividing sections seems reasonable. I wonder if it would make sense to use headings here rather than horizontal rules. In your example the toggles could live inside a fieldset with a legend, which I suspect would be more useful from an a11y perspective.

It's a good idea, and I explored it at one point, but it doesn’t always cleanly separate sections and can sometimes add more visual noise. In cases where you just need to separate one setting, a subheading may not be necessary. Line separators provide a clean and easy way to distinguish settings without the challenge of crafting the right subheading, which many people may find challenging. That said, I think field setting can still be used where it makes sense.

@jameskoster
Copy link
Contributor Author

Does that mean we open a new issue like this one?

I'd be curious to get @WordPress/gutenberg-components thoughts on a Page component. I could see it being structured a bit like Card with sub-components for header/body/footer. In any case it probably would make sense to open a new issue with a full spec.

@mirka
Copy link
Member

mirka commented Sep 4, 2024

thoughts on a Page component

That makes sense to me, especially since it seems we want to handle not just static layout but responsive styling as well. I am assuming that this Page component (naming TBD) will be part of a higher-level package though (dataviews? admin?), not @wordpress/components.

@tyxla
Copy link
Member

tyxla commented Sep 5, 2024

I am assuming that this Page component (naming TBD) will be part of a higher-level package though (dataviews? admin?), not @wordpress/components.

@wordpress/interface perhaps?

@jameskoster jameskoster added the Design System Issues related to the system of combining components according to best practices. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design System Issues related to the system of combining components according to best practices. Needs Design Feedback Needs general design feedback.
Projects
Status: Next
Status: No status
Development

No branches or pull requests

6 participants