From 711e420c619136347e18dfa9ea8af7ea8f92a82e Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Thu, 12 Feb 2026 12:11:06 -0500 Subject: [PATCH] Rename 'child categories' to subcategories, code formatting --- web-app/src/components/TransactionCard.vue | 46 +++++++++++++----- .../components/common/PaginationControls.vue | 34 ++++++++++--- web-app/src/pages/CategoryPage.vue | 4 +- web-app/src/pages/home/AnalyticsModule.vue | 48 +++++++++++++++---- web-app/src/pages/home/ProfileModule.vue | 42 +++++++++++++--- web-app/src/pages/home/TransactionsModule.vue | 20 ++++++-- 6 files changed, 154 insertions(+), 40 deletions(-) diff --git a/web-app/src/components/TransactionCard.vue b/web-app/src/components/TransactionCard.vue index a823fdb..779e257 100644 --- a/web-app/src/components/TransactionCard.vue +++ b/web-app/src/components/TransactionCard.vue @@ -30,10 +30,13 @@ function goToTransaction() { }