- {{ new Date(tx.timestamp).toLocaleString() }}
+
+
+
+
+
+
Transaction #{{ tx.id }}
+
+ {{ new Date(tx.timestamp).toLocaleString() }}
+
-
-
-
- {{ formatMoney(tx.amount, tx.currency) }}
-
-
- Credited to {{ tx.creditedAccount.name }}
-
-
- Debited to {{ tx.debitedAccount.name }}
+ }">
+ {{ formatMoney(tx.amount, tx.currency) }}
+
+
+ Credited to {{ tx.creditedAccount.name }}
+
+
+ Debited to {{ tx.debitedAccount.name }}
+
-
-
-
-
{{ tx.description }}
+
+
-
+
+
+
+{{ tx.tags.length - 3 }}
-
diff --git a/web-app/src/components/common/PaginationControls.vue b/web-app/src/components/common/PaginationControls.vue
index 6bce246..80aa812 100644
--- a/web-app/src/components/common/PaginationControls.vue
+++ b/web-app/src/components/common/PaginationControls.vue
@@ -28,44 +28,18 @@ function incrementPage(step: number) {
diff --git a/web-app/src/pages/home/AnalyticsModule.vue b/web-app/src/pages/home/AnalyticsModule.vue
index ca6dff1..0ae8aec 100644
--- a/web-app/src/pages/home/AnalyticsModule.vue
+++ b/web-app/src/pages/home/AnalyticsModule.vue
@@ -104,68 +104,37 @@ onMounted(async () => {
})