diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb39e8d..dea955d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to fetch all statuses from a given instance - Grouped reports: now you can view reports, which are grouped by status (pagination is not implemented yet, though) - Ability to confirm users' emails and resend confirmation emails +- Ability to moderate users on the statuses page ### Fixed diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index 60fbb610..5ff766b4 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -5,8 +5,10 @@
+
+
-
{{ $t('statuses.loadMore') }}
@@ -21,16 +26,19 @@