From c5d7af6083d4fa97e1457b9d45d1568ef02038d8 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:29:53 -0400 Subject: [PATCH] Add testing code --- src/router/index.js | 9 ++ src/views/Auth/SetupMachineView.vue | 159 ++++++++++++++++++++++++++++ 2 files changed, 168 insertions(+) create mode 100644 src/views/Auth/SetupMachineView.vue diff --git a/src/router/index.js b/src/router/index.js index a0127905..ba326236 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -84,6 +84,15 @@ const routes = [ name: "authorize_game", component: () => import("@/views/Auth/AuthorizeGameView.vue"), }, + { + meta: { + requiresAuth: true, + title: "Machine Setup", + }, + path: "/profile/setup_machine", + name: "setup_machine", + component: () => import("@/views/Auth/SetupMachineView.vue"), + }, { meta: { requiresAuth: true, diff --git a/src/views/Auth/SetupMachineView.vue b/src/views/Auth/SetupMachineView.vue new file mode 100644 index 00000000..8a44ab10 --- /dev/null +++ b/src/views/Auth/SetupMachineView.vue @@ -0,0 +1,159 @@ + + + + + + + + + + + PhaseII + + Spinnin' since 2021 + + + + Machine Setup + + + + + + Set up your + DanceDanceRevolution + machine + + + You scanned a Machine Setup QR code. + Let's assign your install a PCBID! + + + + + + Select an arcade and machine + + + Your install will automatically have the PCBID configured. + + + + + + + + + + + + + + + + + + + I changed my mind... + + + + + + + +
Machine Setup
+ You scanned a Machine Setup QR code. + Let's assign your install a PCBID! +
+ Your install will automatically have the PCBID configured. +