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 has been archived by the owner on Jan 4, 2021. It is now read-only.
Currently, pages with a locked status (like error) are sorted alphabetically with other pages of the same status:
This is a bit confusing in terms of UI - the error page has a different behavior (signaled by the icon), yet it's in the middle of other unlisted pages. I think pages with changeStatus set to false should be ordered after ones that have it set to true. Like this:
Listed
Listed (locked status)
Unlisted
Unlisted (locked status)
Draft
Draft (locked status)
The text was updated successfully, but these errors were encountered:
@distantnative hm, you're right. Well, then I guess it makes sense just for unlisted pages and drafts. I don't know what's the use case for a locked draft status, though... But only listed pages can be sorted, so it makes sense to only leave them out?
Currently, pages with a locked status (like
error
) are sorted alphabetically with other pages of the same status:This is a bit confusing in terms of UI - the
error
page has a different behavior (signaled by the icon), yet it's in the middle of other unlisted pages. I think pages withchangeStatus
set tofalse
should be ordered after ones that have it set totrue
. Like this:The text was updated successfully, but these errors were encountered: