-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Global settings priorities discussion #909
Comments
@tyleralsbury's notes:
|
Dividers and lines are already gone, but not Sections. |
Those priorities seems reasonable to me. Just some random remarks on some of them..
|
I think before we start any development, there's some documentation housekeeping to complete:
Once dev and design has signed off on the finalized doc, we can start the implementation knowing that we all aligned on what settings need to be changed and how to test for them |
Additional change to consider in our list
|
✅ This is done already! 🎉 |
I know we do for corner radius set via sections settings (which are about to be removed). I'm not sure if we do this for textboxes/media/whatever in sections that can go fullwidth. I'd venture a guess we mostly don't. |
Developer action items
Also, while working on settings, identify and add test cases (sections/elements affected by settings + edge cases) to the settings doc |
This we won't need to do since we'll rely on a margins setting to allow this flexibility. |
Context
After prototyping and regrouping we've come to a space where we can talk about priorities divide and conquer.
Below I will list what comes to mind, let's combined and divide on multiples issues after and moving forward. Just feels right to have everything at one place to see what we have to do.
Meeting MVP expectations
- Sections
- Dividers and lines
Sections
settings, 2 things we need to introduce- Image with text section, the text part would be styled by the Text box setting moving forward and the media will renamed managed by Media setting
- Bring
Vertical space between sections
setting toLayout
category (Formerly namedGrid
) (Preview of the new hierarchy internal file)Popups
andDrawers
to 2 distinct categories and follow the Figma guidance- Examples:
- Do not duplicate border for touching borders when horizontal spacing is set to 0
- Remove the corner radius when horizontal spacing is set to zero or when the component hug another one.
Follow up tasks
The text was updated successfully, but these errors were encountered: