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 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:
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
errorpage has a different behavior (signaled by the icon), yet it's in the middle of other unlisted pages. I think pages withchangeStatusset tofalseshould be ordered after ones that have it set totrue. Like this: