Add reports management #186

Merged
floatingghost merged 5 commits from nbsp/pleroma-fe:feat/moderation into develop 2022-11-06 21:26:05 +00:00
Contributor

implements part of #178, other parts will come later

implements part of #178, other parts will come later
nbsp added 3 commits 2022-10-21 17:48:09 +00:00
nbsp changed title from feat/moderation to Add reports management 2022-10-21 17:51:30 +00:00
floatingghost reviewed 2022-11-01 15:26:01 +00:00
floatingghost left a comment
Owner

this is pretty ok, but i think we need a few more things here

  1. refetching reports on a timer so we don't need to reload to get more reports
  2. maybe a little badge icon to tell us how many unresolved reports we have sitting around
  • this is not mandatory but might be nice

1 is sorta needed, the other you can leave out

this is pretty ok, but i think we need a few more things here 1. refetching reports on a timer so we don't need to reload to get more reports 2. maybe a little badge icon to tell us how many unresolved reports we have sitting around - this is not mandatory but might be nice 1 is sorta needed, the other you can leave out
@ -154,0 +160,4 @@
fixed-width
class="fa-scale-110 fa-old-padding"
icon="user-tie"
:title="$t('nav.moderation')"

this key is undefined in the locale file

this key is undefined in the locale file
nbsp marked this conversation as resolved
@ -0,0 +13,4 @@
>
<ReportsTab />
</div>
<!-- <div -->

should this stuff here be here?

it seems to be older test content?

should this stuff here be here? it seems to be older test content?
Author
Contributor

oops yeah

oops yeah
nbsp marked this conversation as resolved
Author
Contributor

do you think the reports badge should sit on the moderation button in the navbar? because eventually it's gonna be for more than just reports, so i don't know if showing a number there works

do you think the reports badge should sit on the moderation button in the navbar? because eventually it's gonna be for more than just reports, so i don't know if showing a number there works

ok yeah fair if it'll be used for other things

maybe we should make reports be sent to admins as notifications at some point to fix that then

ok yeah fair if it'll be used for other things maybe we should make reports be sent to admins as notifications at some point to fix that then
nbsp added 2 commits 2022-11-05 14:25:33 +00:00
Author
Contributor

@floatingghost i think it's pretty much done now

@floatingghost i think it's pretty much done now

works nicely now, refreshes all work

thanks!

works nicely now, refreshes all work thanks!
floatingghost merged commit 15bac1e401 into develop 2022-11-06 21:26:05 +00:00
floatingghost deleted branch feat/moderation 2022-11-06 21:26:05 +00:00
Sign in to join this conversation.
No description provided.