diff --git a/src/components/mobile/TreeViewSelectionSheet.vue b/src/components/mobile/TreeViewSelectionSheet.vue new file mode 100644 index 00000000..63771724 --- /dev/null +++ b/src/components/mobile/TreeViewSelectionSheet.vue @@ -0,0 +1,133 @@ + + + + + diff --git a/src/mobile-main.js b/src/mobile-main.js index 1dd22667..e2495f15 100644 --- a/src/mobile-main.js +++ b/src/mobile-main.js @@ -43,6 +43,7 @@ import PasscodeInputSheet from "./components/mobile/PasscodeInputSheet.vue"; import PinCodeInputSheet from "./components/mobile/PinCodeInputSheet.vue"; import ListItemSelectionSheet from "./components/mobile/ListItemSelectionSheet.vue"; import TwoColumnListItemSelectionSheet from "./components/mobile/TwoColumnListItemSelectionSheet.vue"; +import TreeViewSelectionSheet from "./components/mobile/TreeViewSelectionSheet.vue"; import IconSelectionSheet from "./components/mobile/IconSelectionSheet.vue"; import ColorSelectionSheet from "./components/mobile/ColorSelectionSheet.vue"; import InformationSheet from "./components/mobile/InformationSheet.vue"; @@ -59,6 +60,7 @@ Vue.component('PasscodeInputSheet', PasscodeInputSheet); Vue.component('PinCodeInputSheet', PinCodeInputSheet); Vue.component('ListItemSelectionSheet', ListItemSelectionSheet); Vue.component('TwoColumnListItemSelectionSheet', TwoColumnListItemSelectionSheet); +Vue.component('TreeViewSelectionSheet', TreeViewSelectionSheet); Vue.component('IconSelectionSheet', IconSelectionSheet); Vue.component('ColorSelectionSheet', ColorSelectionSheet); Vue.component('InformationSheet', InformationSheet); diff --git a/src/views/mobile/transactions/Edit.vue b/src/views/mobile/transactions/Edit.vue index 4d7a6d30..2cc6f28f 100644 --- a/src/views/mobile/transactions/Edit.vue +++ b/src/views/mobile/transactions/Edit.vue @@ -80,15 +80,15 @@ {{ transaction.expenseCategory | secondaryCategoryName(allCategories[$constants.category.allCategoryTypes.Expense]) }} - - + + {{ transaction.incomeCategory | secondaryCategoryName(allCategories[$constants.category.allCategoryTypes.Income]) }} - - + + {{ transaction.transferCategory | secondaryCategoryName(allCategories[$constants.category.allCategoryTypes.Transfer]) }} - - + +