From f8426e97dca05cfc2a3d8ea4edfcd43d05bb1644 Mon Sep 17 00:00:00 2001 From: CodexAdrian <83074853+CodexAdrian@users.noreply.github.com> Date: Tue, 30 May 2023 08:42:23 -0400 Subject: [PATCH 01/13] Initial onboarding --- theseus_gui/src/App.vue | 2 +- .../src/components/OnboardingModal.vue | 180 ++++++++++++++++++ .../src/components/ui/AccountsCard.vue | 20 +- .../src/components/ui/JavaSelector.vue | 17 +- .../src/components/ui/RunningAppBar.vue | 15 +- 5 files changed, 220 insertions(+), 14 deletions(-) create mode 100644 theseus_gui/src/components/OnboardingModal.vue diff --git a/theseus_gui/src/App.vue b/theseus_gui/src/App.vue index 7f590efaf..9f92efe81 100644 --- a/theseus_gui/src/App.vue +++ b/theseus_gui/src/App.vue @@ -61,7 +61,7 @@ watch(notificationsWrapper, () => {