From 373d71c124d645076a279424d681c4f59beb4c69 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 7 Feb 2025 21:39:44 +0800 Subject: [PATCH] transaction tag selection sheet supports filtering content (#38) --- .../mobile/TransactionTagSelectionSheet.vue | 56 +++++++++++++++---- src/locales/en.json | 1 + src/locales/es.json | 1 + src/locales/ru.json | 1 + src/locales/vi.json | 1 + src/locales/zh_Hans.json | 1 + src/views/mobile/transactions/EditPage.vue | 2 +- 7 files changed, 52 insertions(+), 11 deletions(-) diff --git a/src/components/mobile/TransactionTagSelectionSheet.vue b/src/components/mobile/TransactionTagSelectionSheet.vue index 4d78dbe3..c829dc9d 100644 --- a/src/components/mobile/TransactionTagSelectionSheet.vue +++ b/src/components/mobile/TransactionTagSelectionSheet.vue @@ -1,6 +1,6 @@