From b8426ccea7a6c61e160001eac17ef82aa76bb4be Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 21 May 2023 06:44:15 -0600 Subject: [PATCH 1/2] Update admin dashboard, add mass account deletes --- resources/views/admin/home.blade.php | 556 ++++++++++++++++----------- 1 file changed, 328 insertions(+), 228 deletions(-) diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index 92f606f98..e53e48182 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -97,269 +97,369 @@
- -
-
- + +
+
+ - Load more -
+ Load more + + + + + + +
+
-
- -
-
- +
+ @endsection @push('scripts') @endpush @push('styles') @endpush From 0abc5723bc81664fa88632e643bf27acb68b10d5 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 21 May 2023 06:46:20 -0600 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ae130bb..90a6cf380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,7 @@ - Update Settings, allow users to disable atom feeds ([3662d3de](https://github.com/pixelfed/pixelfed/commit/3662d3de)) - Update ApiV1Controller, filter muted/blocked accounts from tag timeline ([f42c1140](https://github.com/pixelfed/pixelfed/commit/f42c1140)) - Update admin moderation logic, only re-add top level posts ([c6ffda96](https://github.com/pixelfed/pixelfed/commit/c6ffda96)) +- Update admin dashboard, add mass account deletes ([b8426cce](https://github.com/pixelfed/pixelfed/commit/b8426cce)) - ([](https://github.com/pixelfed/pixelfed/commit/)) ## [v0.11.6 (2023-05-03)](https://github.com/pixelfed/pixelfed/compare/v0.11.5...v0.11.6)