-
Notifications
You must be signed in to change notification settings - Fork 94
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
TreeDropdownField should use page icons and indicate draft status #232
Comments
@newleeland @clarkepaul this needs design (medium priority) |
Cheers added to backlog @chillu |
Talked with James about this yesterday, it's looking great! Note that I don't think we should show the MODIFIED flag here, since that's kind of irrelevant in this context (hence the AC about "choose which status flags to show"). The point is that it'll have to work with multiple status flags at the same time (e.g. "draft" and a custom "review required") |
@chillu You might want to reconsider keeping Modified if you are showing Draft, as you might be linking to a content on a page which isn't published yet. I think we can look at the other custom status as a separate issue as they seem like they would be module specific or non-existent as yet? |
I’m working on a site with a large number of pages and it’s currently quite difficult to navigate via the I’d love to take this on, but I fear it’s outside of my limited React knowledge. Presumably this is also partly blocked by the work needed to update the to the new page icons from #574 |
Overview
Page icons and status are fairly important data points to get context on more complex sites. Otherwise authors might accidentally link to pages which aren't published yet. It's common to add custom icons to pages in SilverStripe, which can be a nice replacement for showing page types
Acceptance Criteria
The text was updated successfully, but these errors were encountered: