support changing account category order

This commit is contained in:
MaysWind
2026-01-04 22:50:13 +08:00
parent 6e369f39a4
commit 0ce66d9070
50 changed files with 575 additions and 72 deletions
+2 -1
View File
@@ -68,7 +68,7 @@
</f7-list>
<div :key="accountCategory.type"
v-for="accountCategory in AccountCategory.values()"
v-for="accountCategory in AccountCategory.values(customAccountCategoryOrder)"
v-show="!loading && ((showHidden && hasAccount(accountCategory, false)) || hasAccount(accountCategory, true))">
<f7-list strong inset dividers sortable class="list-has-group-title account-list margin-vertical"
:sortable-enabled="sortable"
@@ -246,6 +246,7 @@ const {
showHidden,
displayOrderModified,
showAccountBalance,
customAccountCategoryOrder,
allCategorizedAccountsMap,
allAccountCount,
netAssets,