tgxn / lemmy-modder

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

Feature: Allow promoting Community Mod with only Username #115

Open tgxn opened 11 months ago

tgxn commented 11 months ago

What do you want to see? In the lemmy UI, you can only promote mods from existing posts/comments in the UI. This would be to add a feature to promote a new MOD by searching their username, and then use the ID to promote them using https://join-lemmy.org/api/interfaces/AddModToCommunity.html

Actions on User/Community

Pdzly commented 11 months ago

The same with promoting admins and banning users from communities.

tgxn commented 11 months ago

The same with promoting admins yes 👍

and banning users from communities. I don't see the point of this, since I'm never banning someone unless it's from a report. would this maybe be a button on the user popup?

also: as for how this would look, what about a row of buttons on the community and user tooltip under the register date: image

there's still need to be a way to search for users/communities direct from the UI

I feel like this is a per-requisite to this feature though, so there's a way to seach/find users? https://github.com/tgxn/lemmy-modder/issues/47 this is almost a dupe since I mean to implement a way to easily manage your communities...