From 69f2f3cfd20928c79bf0b6b69b6296c49f946e63 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 31 Jul 2023 21:32:19 +0800 Subject: [PATCH 1/2] Converted to tabular structure For more adaptive widths --- src/views/ContactAmountsView.vue | 127 ++++++++++++++++--------------- 1 file changed, 67 insertions(+), 60 deletions(-) diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index fa02391a..88e4944a 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -6,66 +6,73 @@ -
-
-
-
from them
-
-
to them
-
-
-
- {{ new Date(record.issuedAt).toLocaleString() }} -
-
- -
- {{ record.amount }} {{ record.unit }} - - - Confirmed - - -
-
- {{ record.description }} -
-
-
- - - - -            - - -
-
- -
- {{ record.amount }} {{ record.unit }} - - - Confirmed - - -
-
- {{ record.description }} -
-
-
-
+ + + + + + + + + + + + + + + + + +
From ThemTo Them
+ {{ new Date(record.issuedAt).toLocaleString() }} + + +
+ {{ record.amount }} {{ record.unit }} + + + + +
+
+ {{ record.description }} +
+
+
+ + + + + + + + +
+ {{ record.amount }} {{ record.unit }} + + + + +
+
+ {{ record.description }} +
+
+
Date: Mon, 31 Jul 2023 21:36:05 +0800 Subject: [PATCH 2/2] Visual fixes --- src/main.ts | 4 ++++ src/views/ContactAmountsView.vue | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index bc3f7d58..f07e9127 100644 --- a/src/main.ts +++ b/src/main.ts @@ -10,6 +10,8 @@ import "./assets/styles/tailwind.css"; import { library } from "@fortawesome/fontawesome-svg-core"; import { + faArrowLeft, + faArrowRight, faBurst, faCalendar, faChevronLeft, @@ -51,6 +53,8 @@ import { } from "@fortawesome/free-solid-svg-icons"; library.add( + faArrowLeft, + faArrowRight, faBurst, faCalendar, faChevronLeft, diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index 88e4944a..c4ba756a 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -23,7 +23,7 @@ :key="record.id" class="border-b border-slate-300" > - + {{ new Date(record.issuedAt).toLocaleString() }} @@ -44,10 +44,10 @@ - + - +