From 767522a85c1d9c29dd05d2b3b6c502379dc073d8 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 26 Feb 2024 21:33:10 -0700 Subject: [PATCH] Update AdminReports, add story reports and fix cs --- .../assets/components/admin/AdminReports.vue | 1403 +++++++++-------- 1 file changed, 732 insertions(+), 671 deletions(-) diff --git a/resources/assets/components/admin/AdminReports.vue b/resources/assets/components/admin/AdminReports.vue index fdd11b012..7bfcd10a9 100644 --- a/resources/assets/components/admin/AdminReports.vue +++ b/resources/assets/components/admin/AdminReports.vue @@ -9,15 +9,15 @@
-
+
Active Reports
- {{ prettyCount(stats.open) }} + class="text-white h2 font-weight-bold mb-0 human-size" + data-toggle="tooltip" + data-placement="bottom" + :title="stats.open + ' open reports'"> + {{ prettyCount(stats.open) }}
@@ -26,11 +26,11 @@
Active Spam Detections
{{ prettyCount(stats.autospam_open) }} + class="text-white h2 font-weight-bold mb-0 human-size" + data-toggle="tooltip" + data-placement="bottom" + :title="stats.autospam_open + ' open spam detections'" + >{{ prettyCount(stats.autospam_open) }}
@@ -38,11 +38,11 @@
Total Reports
{{ prettyCount(stats.total) }} + class="text-white h2 font-weight-bold mb-0 human-size" + data-toggle="tooltip" + data-placement="bottom" + :title="stats.total + ' total reports'" + >{{ prettyCount(stats.total) }}
@@ -51,11 +51,11 @@
Total Spam Detections
- {{ prettyCount(stats.autospam) }} + class="text-white h2 font-weight-bold mb-0 human-size" + data-toggle="tooltip" + data-placement="bottom" + :title="stats.autospam + ' total spam detections'"> + {{ prettyCount(stats.autospam) }}
@@ -75,73 +75,73 @@ @@ -151,10 +151,10 @@ - - - - + + + + @@ -167,49 +167,49 @@ - + @@ -218,17 +218,17 @@
IDReportReported AccountReported ByIDReportReported AccountReported By Created View Report
-

-
- -
- - -
-

@{{report.reported.username}}

-
- {{report.reported.followers_count}} Followers - · - Joined {{ timeAgo(report.reported.created_at) }} -
-
-
-
+

- -
- + +
+ -
-

@{{report.reporter.username}}

-
- {{report.reporter.followers_count}} Followers - · - Joined {{ timeAgo(report.reporter.created_at) }} -
-
-
-
+
+

@{{report.reported.username}}

+
+ {{report.reported.followers_count}} Followers + · + Joined {{ timeAgo(report.reported.created_at) }} +
+
+
+ +
+ +
+ + +
+

@{{report.reporter.username}}

+
+ {{report.reporter.followers_count}} Followers + · + Joined {{ timeAgo(report.reporter.created_at) }} +
+
+
+
{{ timeAgo(report.created_at) }} View
-
-
-

-

{{ tabIndex === 0 ? 'No Active Reports Found!' : 'No Closed Reports Found!' }}

-
-
+
+
+

+

{{ tabIndex === 0 ? 'No Active Reports Found!' : 'No Closed Reports Found!' }}

+
+
-
- -
- -
+
+ +
-
-
- -
+
+ +
-
-
- -
+
+ +
-