From a9994696b03da0125578e21f8411c7a01e43f172 Mon Sep 17 00:00:00 2001 From: Howard Smith Date: Thu, 31 Oct 2024 21:27:50 +0000 Subject: [PATCH 01/18] chore: Fix terminal start location in devcontainer --- .devcontainer/on-create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/on-create.sh b/.devcontainer/on-create.sh index 52d6547..0e27d96 100755 --- a/.devcontainer/on-create.sh +++ b/.devcontainer/on-create.sh @@ -14,4 +14,4 @@ echo 'eval "$(starship init bash)"' >> ~/.bashrc echo 'export EDITOR="code "' >> ~/.bashrc # Start shells in the app/ directory -echo 'cd /workspace/cron-mon-app/app' >> ~/.bashrc +echo 'cd /workspaces/cron-mon-app/app' >> ~/.bashrc From 8099e04a0dc4a5fc60e68f5761abdd26d8e0077e Mon Sep 17 00:00:00 2001 From: Howard Smith Date: Thu, 31 Oct 2024 21:54:31 +0000 Subject: [PATCH 02/18] feat: Add API Key placeholder view and nav support for it --- app/src/App.vue | 31 +++++++++++++++++++++++++++---- app/src/__tests__/App.spec.ts | 14 ++++++++------ app/src/router/routes.ts | 26 +++++++++++++++++++------- app/src/views/KeysView.vue | 1 + 4 files changed, 55 insertions(+), 17 deletions(-) create mode 100644 app/src/views/KeysView.vue diff --git a/app/src/App.vue b/app/src/App.vue index f9d449f..abba473 100644 --- a/app/src/App.vue +++ b/app/src/App.vue @@ -23,6 +23,22 @@ > {{ link.name }} + + + + {{ link.name }} + +