You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2025. It is now read-only.
Add post status badge to main listing Home groups directory shows no distinction
Style trash status pages so it is more obvious Trash status pages are displaying in groups, but row actions are nicely dynamic
Style trash status relatives so it is more obvious Trash page relatives are not apparent, and Page Relatives parent page says there is (no parent) so it's quite confusing that Page Relatives shows a parent page...
Add a red-background toggle switch to show/hide trash pages (details view) and groups (home view)
In the section header makes sense to me. Add data-post-status attribute to relevant HTML containers for easily showing/hiding all trash status elements. Default hide trash posts, though. Otherwise, usermeta will need to get involved for remembering the current user's preference.
I think trash status posts should still be included in the Groups objects. I thought about changing the query, but I rather give the option to the user than just permanently remove those posts from groups. It also doesn't make sense by definition to just randomly not include something that is still part of a group, for class design, anyways.
Add post status badge to main listing

Home groups directory shows no distinction
Style trash status pages so it is more obvious

Trash status pages are displaying in groups, but row actions are nicely dynamic
Style trash status relatives so it is more obvious

Trash page relatives are not apparent, and Page Relatives parent page says there is
(no parent)so it's quite confusing that Page Relatives shows a parent page...Add a red-background toggle switch to show/hide trash pages (details view) and groups (home view)
In the section header makes sense to me. Add
data-post-statusattribute to relevant HTML containers for easily showing/hiding alltrashstatus elements. Default hide trash posts, though. Otherwise, usermeta will need to get involved for remembering the current user's preference.I think trash status posts should still be included in the Groups objects. I thought about changing the query, but I rather give the option to the user than just permanently remove those posts from groups. It also doesn't make sense by definition to just randomly not include something that is still part of a group, for class design, anyways.