From c7658c43a3ec854cc73747436338e5f8776c7c7d Mon Sep 17 00:00:00 2001 From: Carl-Tabuso Date: Tue, 2 Apr 2024 15:32:58 +0800 Subject: [PATCH 1/3] refactor: Remove an unused override variable --- src/css/main.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/main.scss b/src/css/main.scss index b44d75da..1f4e0f62 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -4,8 +4,6 @@ // override the font-family-base to montserrat $font-family-base: 'Montserrat', sans-serif; -$brand-secondary: #C57C47; - // add custom colors for UI $custom-colors: ( "rose-white": #FFF0E9, @@ -17,4 +15,5 @@ $custom-colors: ( $theme-colors: map-merge($theme-colors, $custom-colors); -@import "../../vendor/node_modules/bootstrap/scss/bootstrap"; \ No newline at end of file +@import "../../vendor/node_modules/bootstrap/scss/bootstrap"; + From 479bc76579ca5790ae2feefa3a17d3c98ca6bbc7 Mon Sep 17 00:00:00 2001 From: Carl-Tabuso Date: Tue, 2 Apr 2024 15:34:26 +0800 Subject: [PATCH 2/3] chore: Remove unnecessary icons folder and files. --- src/icons/box-arrow-in-left.svg | 4 ---- src/icons/cart-plus.svg | 4 ---- src/icons/cash-stack.svg | 4 ---- src/icons/clipboard2-data.svg | 5 ----- src/icons/cup.svg | 3 --- src/icons/house-door.svg | 3 --- src/icons/people.svg | 3 --- 7 files changed, 26 deletions(-) delete mode 100644 src/icons/box-arrow-in-left.svg delete mode 100644 src/icons/cart-plus.svg delete mode 100644 src/icons/cash-stack.svg delete mode 100644 src/icons/clipboard2-data.svg delete mode 100644 src/icons/cup.svg delete mode 100644 src/icons/house-door.svg delete mode 100644 src/icons/people.svg diff --git a/src/icons/box-arrow-in-left.svg b/src/icons/box-arrow-in-left.svg deleted file mode 100644 index 1e1bc9a1..00000000 --- a/src/icons/box-arrow-in-left.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/icons/cart-plus.svg b/src/icons/cart-plus.svg deleted file mode 100644 index 2baaae46..00000000 --- a/src/icons/cart-plus.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/icons/cash-stack.svg b/src/icons/cash-stack.svg deleted file mode 100644 index fc8c282f..00000000 --- a/src/icons/cash-stack.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/icons/clipboard2-data.svg b/src/icons/clipboard2-data.svg deleted file mode 100644 index 75ac6c68..00000000 --- a/src/icons/clipboard2-data.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/icons/cup.svg b/src/icons/cup.svg deleted file mode 100644 index 2694ac8e..00000000 --- a/src/icons/cup.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/src/icons/house-door.svg b/src/icons/house-door.svg deleted file mode 100644 index daa093bf..00000000 --- a/src/icons/house-door.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/src/icons/people.svg b/src/icons/people.svg deleted file mode 100644 index 341861a4..00000000 --- a/src/icons/people.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file From 8d3432211df3a66a207267a6c600621145397231 Mon Sep 17 00:00:00 2001 From: Carl-Tabuso Date: Tue, 2 Apr 2024 15:36:10 +0800 Subject: [PATCH 3/3] feat: Make sidebar responsive to smaller screens --- src/index.html | 238 ++++++++++++++++++++++++++++--------------------- 1 file changed, 138 insertions(+), 100 deletions(-) diff --git a/src/index.html b/src/index.html index 7969ce61..9a2874e2 100644 --- a/src/index.html +++ b/src/index.html @@ -2,135 +2,173 @@ - + Sweet Avenue POS + - + - -