From 4c6292b6c6a1e692d77fb9be10b324faafaede5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 16 Jan 2024 14:28:10 +0100 Subject: [PATCH 1/2] fixed form with on mobile --- app/ui/BillEditForm.tsx | 2 +- app/ui/LocationEditForm.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index b0c2cd8..e3ddf50 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -42,7 +42,7 @@ export const BillEditForm:FC = ({ locationID, bill }) => { } return( -
+
{ diff --git a/app/ui/LocationEditForm.tsx b/app/ui/LocationEditForm.tsx index 52b598e..da81eb1 100644 --- a/app/ui/LocationEditForm.tsx +++ b/app/ui/LocationEditForm.tsx @@ -30,7 +30,7 @@ export const LocationEditForm:FC = ({ location, yearMonth return(
-
+
{ @@ -49,7 +49,7 @@ export const LocationEditForm:FC = ({ location, yearMonth ))}
- +
{state.errors?.locationNotes && state.errors.locationNotes.map((error: string) => ( From 4038541394921b86f6bc8e5e209ed103a5ee51a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 16 Jan 2024 14:28:38 +0100 Subject: [PATCH 2/2] updated image version --- docker-compose-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 8ba66d8..7254f74 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.1.0 + image: utility-bills-tracker:1.2.0 networks: - traefik-network - mongo-network