From 5a9141e10cb501c26fd3a76c155a4c5d0fae9031 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 8 Dec 2024 21:04:42 +0800 Subject: [PATCH] add new tag in transaction edit page / dialog --- .../mobile/TransactionTagSelectionSheet.vue | 125 +++++++++++++++--- src/locales/en.json | 2 + src/locales/vi.json | 2 + src/locales/zh_Hans.json | 2 + .../transactions/list/dialogs/EditDialog.vue | 33 ++++- src/views/mobile/transactions/EditPage.vue | 2 +- 6 files changed, 146 insertions(+), 20 deletions(-) diff --git a/src/components/mobile/TransactionTagSelectionSheet.vue b/src/components/mobile/TransactionTagSelectionSheet.vue index 007cfb15..ad679e37 100644 --- a/src/components/mobile/TransactionTagSelectionSheet.vue +++ b/src/components/mobile/TransactionTagSelectionSheet.vue @@ -1,6 +1,6 @@