Added user feedback toaster messages
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-16 14:49:03 +02:00
parent 02294d36e8
commit 554741c2e5
5 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public partial class BookCard
CartService.AddItem(productPriceFetch.Value, bookFetch.Value.Product!, authorFetch.Value);
ToastService.ShowSuccess($"Added '{Title}' to your order.", "Add To Cart");
ToastService.ShowSuccess($"Added '{Title}' to your order.", "Cart Changed");
}
catch
{