From 4a15f9260b5536cbc4c39ed1131a0a7fdd2e295a Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Tue, 10 Mar 2026 20:26:38 -0700 Subject: [PATCH] refactor: trying to start the move to utility based styling --- .prettierignore | 1 + public/index.html | 2 + public/reset.css | 0 public/sidebar/sidebar.html | 160 +++---------- public/tabs/chat/channel_sidebar.html | 95 +++++--- public/utility.css | 312 ++++++++++++++++++++++++++ 6 files changed, 411 insertions(+), 159 deletions(-) create mode 100644 .prettierignore create mode 100644 public/reset.css create mode 100644 public/utility.css diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..6846cb6 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +public/utility.css diff --git a/public/index.html b/public/index.html index 09d55ed..c159e59 100644 --- a/public/index.html +++ b/public/index.html @@ -9,6 +9,8 @@ + + diff --git a/public/reset.css b/public/reset.css new file mode 100644 index 0000000..e69de29 diff --git a/public/sidebar/sidebar.html b/public/sidebar/sidebar.html index 0a616ba..8896256 100644 --- a/public/sidebar/sidebar.html +++ b/public/sidebar/sidebar.html @@ -92,22 +92,6 @@ -