From c5613ee0cc136e6c03266a14dfdf5e24eaeef1ec Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Mon, 19 Aug 2024 12:33:26 +0200 Subject: [PATCH] Make formatting a bit more better Display dates for months in view --- frontend/index.html | 13 ++++++++----- frontend/src/App.svelte | 2 +- .../src/lib/components/PaymentBillComp.svelte | 4 +--- frontend/src/lib/components/Payments.svelte | 19 +++++++++++++++---- frontend/src/lib/router/routes/Home.svelte | 14 ++++++++++---- 5 files changed, 35 insertions(+), 17 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 7a7591c..ec86dc6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,12 +1,15 @@ + - - + + wails-template + -
- +
+ - + + \ No newline at end of file diff --git a/frontend/src/App.svelte b/frontend/src/App.svelte index 5a67077..696a953 100644 --- a/frontend/src/App.svelte +++ b/frontend/src/App.svelte @@ -17,7 +17,7 @@