You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
show recent moderations and users when hover community community_id?
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
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...
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.
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'
The text was updated successfully, but these errors were encountered: