From 97615b8d00be8aca485a30f2a936d2129ad84c00 Mon Sep 17 00:00:00 2001 From: bwnyasse <5323628+bwnyasse@users.noreply.github.com> Date: Sat, 10 Jan 2026 23:04:22 -0500 Subject: [PATCH] feat: remove launchpad prototypes The prototypes are not needed anymore. They were only used for initial development. --- .../prototypes/mobile/client/index.html | 22 ------------------- .../prototypes/mobile/staff/index.html | 22 ------------------- internal/launchpad/prototypes/web/index.html | 22 ------------------- 3 files changed, 66 deletions(-) delete mode 100644 internal/launchpad/prototypes/mobile/client/index.html delete mode 100644 internal/launchpad/prototypes/mobile/staff/index.html delete mode 100644 internal/launchpad/prototypes/web/index.html diff --git a/internal/launchpad/prototypes/mobile/client/index.html b/internal/launchpad/prototypes/mobile/client/index.html deleted file mode 100644 index aec5634a..00000000 --- a/internal/launchpad/prototypes/mobile/client/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - KROW Mobile Client - Prototype - - - -
-
- -
-

Mobile Client App

-

Interactive prototype placeholder.

-
-
-
-
-
- - \ No newline at end of file diff --git a/internal/launchpad/prototypes/mobile/staff/index.html b/internal/launchpad/prototypes/mobile/staff/index.html deleted file mode 100644 index c486be0f..00000000 --- a/internal/launchpad/prototypes/mobile/staff/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - KROW Mobile Staff - Prototype - - - -
-
- -
-

Mobile Staff App

-

Interactive prototype placeholder.

-
-
-
-
-
- - \ No newline at end of file diff --git a/internal/launchpad/prototypes/web/index.html b/internal/launchpad/prototypes/web/index.html deleted file mode 100644 index 87a36823..00000000 --- a/internal/launchpad/prototypes/web/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - KROW Web Dashboard - Prototype - - - -
-
- -
-

Web Dashboard

-

Interactive prototype placeholder.

-
-
-
-
-
- - \ No newline at end of file