-
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
Advancing site editor index views #59659
Comments
Thanks for opening this issue, these are some nice flows.
I think this one is going to be challenging to pull off, I'd navigate to "custom views" (or default views if the experiment is disabled) on the first iteration. We'd need stronger routing to be able to stay in the top view in the sidebar while navigating to templates.
This item is also to be addressed with care, currently the patterns list view doesn't show "template parts", so it might mean "merging them", adding fields to filter one or the other... It might require its own issue for clarity. |
#59858 makes the |
Updates index for pages #59950 |
#60069 explores using |
Adding the tracking label to this as it tracks work across the experience and is part of the broader Overview issue of Data Views and Admin Redesign. |
#60337 enables |
#60345 removes "Manage all of my patterns" link. |
#60359 looks at template parts in patterns (needs feedback on target design). |
#60409 to display the content frame for Pages in mobile. |
#60372 adds the author field & filter to the template parts in the Patterns page. |
I'm wondering if any of this work should/could be extended to the In the past, we've received feedback that users would like to be able to edit (including ability to create) menus within the sidebar but I'm not sure that (especially editing) fits with the new UX paradigm outlined here. Questions:
Update: I noticed in #53322 there is a UI (see Also I notice the term "Navigation" is being used a lot to described moving through "stacks" in the UI. That's fine, but just noting we may need to be careful to distinguish menus by referring to them as "Navigation Menus". |
There's been a lot of activity in the Patterns screen and we're almost there: #60689 removes the "Manage template parts" link and old code. After this one lands, I'm focusing a bit on the DataViews component again – improving the list layout with actions, etc. |
#60689 has landed and all listed tasks for Patterns are implemented. It's been a bit more involved than expected, and there's probably other things we need to polish now that this is ready. Next, I'm planning to look at the task related to the |
I wanted to highlight this issue because although it is not directly tied to data views it does become more important to solve after we've added the new 3 column layout. Once we close this work out, and the inspector, we should follow it up with responsive changes. |
Based on @jameskoster comment, I've added some more tasks for consolidating Patterns/Parts:
|
#60805 landed adding "edit" & "all actions" buttons in list layout for all index views that support it (pages, templates). |
Update on my availability for this: I have some upcoming AFK in a few days and won't be able to be back at this until the week of the 27th. |
In case anyone is able to pick up the work here in @oandregal's absence, it would be really great if the following could be closed out for 6.6:
Most of them are small adjustments, so hopefully we can get it done 🤞 |
PR at #60477 |
PR at #61718 |
#62021 adds the missing Published & Scheduled items. I've left "Utility" out. I presume it's related to this discussion about "utility pages", for which there's an ongoing conversation — it can be addressed separately. |
#62075 addresses the preliminary steps to implement the above: it adds the |
Most of the items here have been addressed, so I think we can close this one out. I've tracked any relevant outstanding items in a new tracking issue for 6.7: #63128 |
Related #55083 #53322
What problem does this address?
As part of the admin track of work we want to start adopting some of the new UX paradigms within the site editor index views.
layout-motion.mp4
Pages and templates within the site editor currently drill-down the navigation sidebar showing a list of records, but what we want to work towards is always using the "content frame" for lists, including the "side by side" layout type which lets you quickly preview posts before editing. This also solves the weird "manage pages" and "manage templates" links that currently exist. The goal of this work is bring those "manage" pages forward so they are visible when visiting /pages or /templates, much like /patterns.
Tasks
Site editor responsiveness
Replace current pages with manage pages
Replace the existing pages view that shows pages in sidebar and update with the "manage pages" view. For this piece of work we can keep the "custom views" as experimental.
Old
New
Criteria:
table
layoutReplace current templates with manage pages
Much like pages, we want to do the same for templates.
Old
New
Criteria:
grid
layout as default #60069postTypes
andisCustom
fields & filters #62075Updates patterns to remove template parts management
The current patterns page makes use of the new data views but we still have a "manage template parts" link. We should aim to remove that link and bring the missing functionality over to the patterns view.
Criteria:
The text was updated successfully, but these errors were encountered: