From 0ed7faa69b1d503cc43bfa750b405cee45dfc5d4 Mon Sep 17 00:00:00 2001
From: Max Tyson <98maxt98@gmail.com>
Date: Tue, 12 Mar 2024 22:23:18 +1300
Subject: [PATCH] IDE Checks
---
.idea/inspectionProfiles/Project_Default.xml | 9 ++++++
LICENSE | 2 +-
README.md | 25 ++++++++--------
website/src/components/dropdown_section.tsx | 2 +-
website/src/components/footer.tsx | 2 ++
website/src/components/infinteLoading.tsx | 2 +-
website/src/components/layout.tsx | 1 -
website/src/components/page_header.tsx | 2 +-
website/src/components/plant_sections.tsx | 5 +---
website/src/components/slider.tsx | 6 ++--
website/src/components/stats.tsx | 3 +-
website/src/lib/api_tools.ts | 13 ++++----
website/src/lib/cache.ts | 2 +-
website/src/lib/plant_data.ts | 4 +--
website/src/lib/users.ts | 2 +-
website/src/pages/account/edit.tsx | 8 +----
website/src/pages/account/index.tsx | 14 +++------
website/src/pages/account/keys/[id].tsx | 8 +----
website/src/pages/account/keys/create.tsx | 7 +----
website/src/pages/admin/settings.tsx | 5 ++--
website/src/pages/admin/users.tsx | 1 -
website/src/pages/api/auth/[...nextauth].ts | 2 +-
.../src/pages/api/files/backup_database.ts | 7 ++---
website/src/pages/api/files/upload.ts | 10 -------
website/src/pages/api/plants/download.ts | 2 +-
website/src/pages/api/plants/upload.ts | 2 ++
website/src/pages/calendar.tsx | 9 ++----
website/src/pages/index.tsx | 11 ++-----
website/src/pages/plants/[id].tsx | 9 ++----
website/src/pages/plants/create.tsx | 30 ++++++++-----------
website/src/pages/plants/index.tsx | 2 --
website/src/pages/plants/mushrooms.tsx | 6 ----
website/src/pages/plants/plant_index.tsx | 12 +++-----
website/src/pages/search.tsx | 13 +++-----
.../components/input_sections.module.css | 2 +-
.../src/styles/components/navbar.module.css | 4 +--
.../components/plant_sections.module.css | 2 +-
.../src/styles/pages/account/index.module.css | 2 +-
website/src/styles/pages/index.module.css | 2 +-
.../src/styles/pages/plant_index.module.css | 2 +-
website/src/styles/pages/plants/id.module.css | 2 +-
41 files changed, 94 insertions(+), 160 deletions(-)
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 03d9549..a2fd731 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,15 @@