tgxn / lemmy-modder

A moderation tool for Lemmy
https://modder.lemmyverse.net/
MIT License
12 stars 3 forks source link

Community Administration (mod and admin level) #121

Open tgxn opened 11 months ago

tgxn commented 11 months ago
/**
 *
 * if the user is an admin, we need to show a search and then have an infintie list of the results (or just paginated comunities)
 * if the user is only a mod of certain communities, we gotta show a list of those.
 *
 *
 * for each communtity, we should show a overview pane that can be expanded to show moderator list and latest actions in that community
 * when it's expnaded, we can ad-hoc: ban user by search, promote to mod by search
 * we can also see list of existing mods, and their activity in the community
 */
tgxn commented 11 months ago

closes #115

pretty bare-bones atm image