Skip to content

Show only relevant lists on the index page.

Abhilash Raj requested to merge maxking/postorius:relevant-index into master

This commit changes the index page to make sure that we list only lists that a logged-is user is related to. Related to means that they are either a owner/member/moderator of those lists and they can select one of the lists.

Fixes #251 (closed)

Changes:

  • Logged-out users will see the index page as they did before.
  • Logged-in users will see only the lists they are related to in the index page, unless they aren't related to any list, in which case they will see all the lists, like any logged-out user.
  • Dropdown provides options to filter lists by membership type (owner, moderator, subscribers) or view all lists.
Edited by Abhilash Raj

Merge request reports