From c1797059016c34a3fda773137e3f5a84e1c561a7 Mon Sep 17 00:00:00 2001
From: ItsBr0dyy <1500forlifejahh@gmail.com>
Date: Wed, 26 Aug 2026 20:28:46 -0700
Subject: [PATCH 1/3] feat: add user lookup
---
src/router/index.ts | 5 +
src/views/user.vue | 656 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 661 insertions(+)
create mode 100644 src/views/user.vue
diff --git a/src/router/index.ts b/src/router/index.ts
index c27a671..1be567b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -95,6 +95,11 @@ const routes: RouteRecordRaw[] = [
name: 'NotFound',
component: () => import('../views/notFound.vue'),
},
+ {
+ path: '/user/:username?',
+ name: 'User',
+ component: () => import('../views/user.vue'),
+ },
];
const router = createRouter({
diff --git a/src/views/user.vue b/src/views/user.vue
new file mode 100644
index 0000000..fe00423
--- /dev/null
+++ b/src/views/user.vue
@@ -0,0 +1,656 @@
+
+
+
+ Couldn't find a user by that name. {{ cmd.response }}
+
+ Loading...
+
+
+
+
+
+ {{ cmd.run_command }}
+
+
{{ cmd.run_command }}
- {{ cmd.response }}
-{{ cmd.run_command }}
+ {{ cmd.response }}
+This user does not have PotatBotat in their channel.
+This user hasn't claimed any potatoes yet.
+ + + +This user does not have PotatBotat in their channel.
+{{ cmd.run_command }}
- {{ cmd.response }}
-{{ cmd.run_command }}
+ {{ cmd.response }}
+This user does not have PotatBotat in their channel.
- +
+ No commands set up.
+
+ This user hasn't joined PotatBotat in a channel.
+