From 1ac878b4aaa19ab889c7a98b7dab6acd57c778b3 Mon Sep 17 00:00:00 2001
From: Akash Keshav <112591754+domesticchores@users.noreply.github.com>
Date: Sat, 5 Apr 2025 22:00:00 -0400
Subject: finish styling basket and list; add persistent theme via
localStorage. -ak
---
.../src/app/components/funding-basket/funding-basket.component.css | 6 +++---
.../src/app/components/funding-basket/funding-basket.component.html | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'ufund-ui/src/app/components/funding-basket')
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
index c46ef57..bd41fda 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.css
@@ -11,7 +11,7 @@
}
.needEntry {
- background-color: #2e2e2e;
+ background-color: var(--tertiary-color);
display: flex;
flex-direction: column;
border-radius: 5px;
@@ -66,13 +66,13 @@
.clickable {
padding: 10px;
- background-color: #3a3a3a;
+ background-color: var(--secondary-color);
border-radius: 5px;
cursor: pointer;
}
.clickable:hover {
- background-color: #444444;
+ background-color: var(--tertiary-color);
}
.actionArea {
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 52b35c1..b88ef31 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -63,7 +63,7 @@
-
+
--
cgit v1.2.3
From ca4443d0d0c5e2a3ee31ffe4a957bcfc3cac8114 Mon Sep 17 00:00:00 2001
From: sowgro
Date: Sun, 6 Apr 2025 15:27:38 -0400
Subject: Complete back-merge
---
.../src/app/components/funding-basket/funding-basket.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'ufund-ui/src/app/components/funding-basket')
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 7158194..6363c68 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -3,7 +3,7 @@
Funding Basket
-
+
--
cgit v1.2.3
From 88865595e2735784537e076a5b8d6edbf6fb6138 Mon Sep 17 00:00:00 2001
From: sowgro
Date: Sun, 6 Apr 2025 19:52:12 -0400
Subject: Improve sort-scheme
---
.../src/app/components/funding-basket/funding-basket.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'ufund-ui/src/app/components/funding-basket')
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 6363c68..7158194 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -3,7 +3,7 @@
Funding Basket
-
+
--
cgit v1.2.3
From d2858b59e495186d51eebd188f84534fe68fc420 Mon Sep 17 00:00:00 2001
From: sowgro
Date: Mon, 7 Apr 2025 13:37:01 -0400
Subject: Disable pagination in checkout
---
.../src/app/components/funding-basket/funding-basket.component.html | 2 +-
ufund-ui/src/app/components/funding-basket/funding-basket.component.ts | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
(limited to 'ufund-ui/src/app/components/funding-basket')
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
index 7158194..a5fec6f 100644
--- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
+++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
@@ -8,7 +8,7 @@
deleteRemove from Basket
-
+