Add reports management #186
No reviewers
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#186
Loading…
Reference in a new issue
No description provided.
Delete branch ":feat/moderation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
implements part of #178, other parts will come later
feat/moderationto Add reports managementthis is pretty ok, but i think we need a few more things here
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
@ -0,0 +13,4 @@
>
<ReportsTab />
</div>
<!-- <div -->
should this stuff here be here?
it seems to be older test content?
oops yeah
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
@floatingghost i think it's pretty much done now
works nicely now, refreshes all work
thanks!