diff --git a/dashboard/src/App.svelte b/dashboard/src/App.svelte
index bca3a6ae..ac324263 100644
--- a/dashboard/src/App.svelte
+++ b/dashboard/src/App.svelte
@@ -15,6 +15,7 @@ import DiscordLogin from "./pages/DiscordLogin.svelte";
import { onMount } from 'svelte';
import BulkGroupPrivacy from "./pages/BulkGroupPrivacy.svelte";
import BulkMemberPrivacy from "./pages/BulkMemberPrivacy.svelte";
+ import Random from './pages/Random.svelte';
// theme cdns (I might make some myself too)
// if there's a style already set, retrieve it
@@ -38,8 +39,6 @@ import BulkMemberPrivacy from "./pages/BulkMemberPrivacy.svelte";
};
};
- let falseBool = false;
-
onMount(() => {
let settings = JSON.parse(localStorage.getItem("pk-settings"));
@@ -55,21 +54,29 @@ import BulkMemberPrivacy from "./pages/BulkMemberPrivacy.svelte";
-
-
+
+
+
+
+
+
-
+ Please provide a system ID in the URL.
+
+
+ Please provide a member ID in the URL.
+ Please provide a group ID in the URL.
diff --git a/dashboard/src/lib/group/Body.svelte b/dashboard/src/lib/group/Body.svelte
index eb78b24b..6d280180 100644
--- a/dashboard/src/lib/group/Body.svelte
+++ b/dashboard/src/lib/group/Body.svelte
@@ -104,25 +104,50 @@
{/if}
-
+ Includes every member who's a part of any of the groups.Excludes every member who's a part of any of the groups, the opposite of include.Only includes members who are a part of every group.Only includes members that are in no groups.
{/if}
-
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/dashboard/src/pages/Random.svelte b/dashboard/src/pages/Random.svelte
new file mode 100644
index 00000000..5ef554bb
--- /dev/null
+++ b/dashboard/src/pages/Random.svelte
@@ -0,0 +1,291 @@
+
+
+
+
+