aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/funding-basket/funding-basket.component.html
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-08 12:26:45 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-08 12:26:45 -0400
commit2552ef6a1805404add60aa93a757556549f94a05 (patch)
tree9a336a8492ab4b15a50c70f225033af28b2bc6af /ufund-ui/src/app/components/funding-basket/funding-basket.component.html
parent2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc (diff)
downloadJellySolutions-3.1.tar.gz
JellySolutions-3.1.tar.bz2
JellySolutions-3.1.zip
Add overfund warningv3.1
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.html')
-rw-r--r--ufund-ui/src/app/components/funding-basket/funding-basket.component.html11
1 files changed, 11 insertions, 0 deletions
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 fa17b10..97375de 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
@@ -1,3 +1,14 @@
+<ng-template #overfundWarn>
+ <div class="overfundWarn">
+ <h1>Overfund Notice</h1>
+ <p>One or more of the needs in your basket will be overfunded.</p>
+ <div>
+ <button (click) ="modalService.hideModal(); cancelModalFn!();">Cancel</button>
+ <button (click)="modalService.hideModal(); acceptModalFn!();">Overfund Needs</button>
+ </div>
+ </div>
+</ng-template>
+
<div id="box">
@if ((authService.getCurrentUserSubject() | async)?.type === userType.HELPER) {
<h1>Funding Basket</h1>