tgxn / lemmy-modder

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

User Details: Get Modlog Entries #75

Open tgxn opened 12 months ago

tgxn commented 12 months ago

Add user moderation to the popup and maybe also community? Modlog

mod log needs a bunch of work, mainly around rendering content that was actioned.

create views for each type of report ensure correct icons and action is taken (eg. "removedPost" has "removed" attribute that could be true if it is restored) need upstream api support to support "local only" filtering'

Pdzly commented 12 months ago

In some time, i would recommend do caching of that result. As on some mod logs it is just repetitive and that should be cached. Could reduce the api calls to the lemmy instnace

tgxn commented 11 months ago

At the moment, there's no backend - I was thinking I could cache these in localStorage?

I have been avoid adding any features that would need me to have my own backend for like #50 and #60

I'm drafting up a ticket with lemmy in order to add some more sorting/filtering options to the administration API's at the moment, so maybe we could create an issue with Lemmy to support moderation notes and stuff directly...

Pdzly commented 11 months ago

Frontend caching would be better but not best case. But yeah without adding a backend it would be difficult. If #60 will get implemented those could cache it.

tgxn commented 11 months ago

image