From fb7c78977c386c8384a1e703e671b12d8ae5ffa6 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 4 Jul 2026 11:23:57 -0500 Subject: [PATCH 1/9] discord lander page --- webapp/src/router/index.ts | 9 +++++++ webapp/src/views/DiscordJoin.vue | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 webapp/src/views/DiscordJoin.vue diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts index 50fa563..69b7027 100644 --- a/webapp/src/router/index.ts +++ b/webapp/src/router/index.ts @@ -183,6 +183,14 @@ const router = createRouter({ title: 'Blog Post | DeFlock' } }, + { + path: '/discord', + name: 'discord', + component: () => import('../views/DiscordJoin.vue'), + meta: { + title: 'Join our Discord | DeFlock' + } + }, { path: '/:pathMatch(.*)*', name: 'not-found', @@ -190,6 +198,7 @@ const router = createRouter({ meta: { title: 'Not Found | DeFlock' } + } ] }) diff --git a/webapp/src/views/DiscordJoin.vue b/webapp/src/views/DiscordJoin.vue new file mode 100644 index 0000000..22e882b --- /dev/null +++ b/webapp/src/views/DiscordJoin.vue @@ -0,0 +1,42 @@ + + + + + From 8e2adcf512bce5b1e3b76f75b9f1f60ae585d919 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 4 Jul 2026 11:29:19 -0500 Subject: [PATCH 2/9] change background message text --- webapp/src/views/DiscordJoin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/views/DiscordJoin.vue b/webapp/src/views/DiscordJoin.vue index 22e882b..dba2df8 100644 --- a/webapp/src/views/DiscordJoin.vue +++ b/webapp/src/views/DiscordJoin.vue @@ -1,7 +1,7 @@