From 847d11c841dad5f633ff9cc1e86327bf0eb6d304 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Tue, 17 Jan 2023 01:06:38 -0600 Subject: [PATCH] new uptime monitors + half-completed create container deployment flow --- .idea/workspace.xml | 45 ++--- package-lock.json | 85 ++++++++++ package.json | 6 + src/App.css | 2 +- src/components/CreateCruisePage.tsx | 183 ++++++++++++++++++++- src/components/DashboardPage.tsx | 38 +++-- src/components/Footer.tsx | 5 +- src/components/HomePage.tsx | 66 ++++++++ src/components/StatusPage.tsx | 30 +--- src/components/UptimeCard.css | 28 ++++ src/components/UptimeCard.tsx | 41 ++++- src/index.tsx | 13 +- src/nws-api/calls.ts | 12 +- src/nws-api/hooks.ts | 70 +++++++- src/nws-api/types.ts | 10 +- src/static/images/NWS_Logo_Transparent.png | Bin 0 -> 24348 bytes 16 files changed, 550 insertions(+), 84 deletions(-) create mode 100644 src/components/HomePage.tsx create mode 100644 src/components/UptimeCard.css create mode 100644 src/static/images/NWS_Logo_Transparent.png diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2e7f84e..caeaebd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,20 +2,21 @@ - - - - - - - - - - + + + + + + + + + + + @@ -45,20 +46,18 @@