From a5567b2ed092af3a50da75eef28d46c06760a266 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 4 Apr 2025 10:48:31 -0400 Subject: Improve add to basket feedback --- .../src/app/components/cupboard/cupboard.component.html | 6 +++--- ufund-ui/src/app/components/cupboard/cupboard.component.ts | 14 +++++++++++++- .../funding-basket/funding-basket.component.html | 2 +- ufund-ui/src/app/components/toast/toast.component.html | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index c055c31..71c258e 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -18,7 +18,7 @@ {{SortingAlgorithms[algorithm].display[sortMode === 'Ascending' ? 0 : 1]}} - @@ -30,8 +30,8 @@

No Results Found

- diff --git a/ufund-ui/src/app/components/toast/toast.component.html b/ufund-ui/src/app/components/toast/toast.component.html index dccf869..dc33ecd 100644 --- a/ufund-ui/src/app/components/toast/toast.component.html +++ b/ufund-ui/src/app/components/toast/toast.component.html @@ -1,6 +1,6 @@
{{this.message}} - {{this.action.label}} + {{this.action.label}} -- cgit v1.2.3