From 74094e3ed9da00fdf9059e247efcf8fd225ce857 Mon Sep 17 00:00:00 2001 From: Trenton Zimmer <66042448+trmazi@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:33:11 -0500 Subject: [PATCH] remove bats, add snow. base code for an email modal and store code for cookies. --- .env.development | 2 +- index.html | 12 +- public/assets/halloween-bats.js | 327 ++++++++++++++-------------- public/assets/snow.js | 105 +++++++++ src/components/EmailModal.vue | 74 +++++++ src/css/main.css | 5 + src/layouts/LayoutAuthenticated.vue | 2 + src/stores/api/account.js | 11 +- src/stores/cookies.js | 33 +++ src/stores/main.js | 9 - 10 files changed, 397 insertions(+), 183 deletions(-) create mode 100644 public/assets/snow.js create mode 100644 src/components/EmailModal.vue create mode 100644 src/stores/cookies.js diff --git a/.env.development b/.env.development index 7366e9c..372eb7c 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VITE_API_URL="http://10.5.7.231:8000/" +VITE_API_URL="http://10.5.7.5:8000/" VITE_API_KEY="your_api_key_should_be_here" \ No newline at end of file diff --git a/index.html b/index.html index 14cf2b6..4d856b2 100644 --- a/index.html +++ b/index.html @@ -46,16 +46,24 @@ + +
+ +
+ + + - + +