-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Library: Update section headings in pattern grid to account for template parts #51985
Conversation
Size Change: +103 B (0%) Total Size: 1.44 MB
ℹ️ View Unchanged
|
I've heard rumblings that the Library may be renamed to Patterns which would affect this PR, so I'm switching to draft. |
Not for 6.3, but as a follow-up we could probably implement a filter mechanism instead of separating into two groups. |
I made a related accessibility issue - Library: Add some context about the currently selected category to the main 'Library Content' region |
As long as template parts are not called patterns, I find it confusing that the heading, description and search placeholder includes "Pattern" at all. |
Yes, that's much better. |
What?
When browsing template parts in the Library, do not display the "Synced" heading and description.
Why?
The pattern grid splits synced and unsynced entries like so:
This is useful in contexts where patterns can be synced or not, such as the "Custom patterns" section.
However, template parts are always synced, so the heading is somewhat irrelevant.
Additionally, the description refers to the entries as "patterns", and it is not 100% clear that is the correct label for template parts.
Testing Instructions
Before
After