From 44007dc5cdf7d74db72da0f8a864640c4a61c5ad Mon Sep 17 00:00:00 2001 From: Maxim Filippov Date: Wed, 11 Dec 2019 17:49:11 +0300 Subject: [PATCH] Ability to moderate users on the statuses page --- CHANGELOG.md | 1 + src/components/Status/index.vue | 11 +++++++++-- src/store/modules/users.js | 4 ++++ src/views/statuses/index.vue | 23 ++++++++++++++++++++++- 4 files changed, 36 insertions(+), 3 deletions(-) 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 @@