diff --git a/js/src/components/Account/ActorCard.vue b/js/src/components/Account/ActorCard.vue index daead16b4..7d48b4fc6 100644 --- a/js/src/components/Account/ActorCard.vue +++ b/js/src/components/Account/ActorCard.vue @@ -1,6 +1,36 @@ diff --git a/js/src/views/Admin/Instance.vue b/js/src/views/Admin/Instance.vue index 399b8a558..fc4801fa7 100644 --- a/js/src/views/Admin/Instance.vue +++ b/js/src/views/Admin/Instance.vue @@ -9,13 +9,12 @@ />

{{ instance.domain }}

-
+
{{ instance.personCount @@ -23,13 +22,12 @@ {{ $t("Profiles") }}
-
+
{{ instance.groupCount @@ -37,26 +35,21 @@ {{ $t("Groups") }}
-
+
{{ instance.followingsCount }} {{ $t("Followings") }}
-
+
{{ instance.followersCount }} {{ $t("Followers") }}
-
+
{{ instance.reportsCount @@ -64,9 +57,7 @@ {{ $t("Reports") }}
-
+
{{ formatBytes(instance.mediaSize) }} diff --git a/js/src/views/Admin/Users.vue b/js/src/views/Admin/Users.vue index 3f52b2563..70bb912ac 100644 --- a/js/src/views/Admin/Users.vue +++ b/js/src/views/Admin/Users.vue @@ -10,12 +10,27 @@ ]" />
+
+ + + + + + + +

+ {{ + $t("Filter") + }} +

+
+
{{ props.row.id }} - - +