-
-
Notifications
You must be signed in to change notification settings - Fork 71
Description
This is a narrower change while waiting for #1323. The dashboard takes a lot of space to show a community that the reader might not be interested in (full list of categories for each, plus logo). Order can't currently be changed (it's by age), but can we add a way for users to "unpin" (collapse and deprioritize) ones they don't care about and persist that state? I'm imagining a "collapse" icon next to each entry, which collapses that community to a single label with the name and moves it to the bottom of the list. It's ok if the move doesn't happen until the next page load. Collapsed communities should have an icon to do the reverse -- expand and restore to its original position (move can wait for reload).
On page load, we'd show all of the expanded (normal state) communities in their current order followed by the collapsed views of all the unpinned ones, again in deterministic order. Ultimately we want user-controlled ordering that applies everywhere communities are listed, so this is a stopgap -- but because the dashboard entries are large particularly on a phone, I'd like to do some sort of stopgap if we can.