Add reports management #186

Merged
floatingghost merged 5 commits from :feat/moderation into develop 2022-11-06 21:26:05 +00:00
First-time contributor

implements part of #178, other parts will come later

implements part of #178, other parts will come later
Ghost added 3 commits 2022-10-21 17:48:09 +00:00
Ghost 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
Ghost 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
First-time contributor

oops yeah

oops yeah
Ghost marked this conversation as resolved
Author
First-time 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
Ghost added 2 commits 2022-11-05 14:25:33 +00:00
Add moderation button to side drawer
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
bff34818bb
Author
First-time 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
floatingghost referenced this pull request from a commit 2022-11-06 21:26:06 +00:00
Sign in to join this conversation.
No description provided.