show transaction tags in insights explorer page

This commit is contained in:
MaysWind
2026-01-04 01:21:33 +08:00
parent 41739d97e7
commit 6634d5b791
6 changed files with 92 additions and 13 deletions
+7
View File
@@ -252,6 +252,12 @@ export const useSettingsStore = defineStore('settings', () => {
updateUserApplicationCloudSettingValue('insightsExplorerDefaultDateRangeType', value);
}
function setShowTagInInsightsExplorerPage(value: boolean): void {
updateApplicationSettingsValue('showTagInInsightsExplorerPage', value);
appSettings.value.showTagInInsightsExplorerPage = value;
updateUserApplicationCloudSettingValue('showTagInInsightsExplorerPage', value);
}
// Account List Page
function setTotalAmountExcludeAccountIds(value: Record<string, boolean>): void {
updateApplicationSettingsValue('totalAmountExcludeAccountIds', value);
@@ -476,6 +482,7 @@ export const useSettingsStore = defineStore('settings', () => {
setAlwaysShowTransactionPicturesInMobileTransactionEditPage,
// -- Insights Explorer Page
setInsightsExplorerDefaultDateRangeType,
setShowTagInInsightsExplorerPage,
// -- Account List Page
setTotalAmountExcludeAccountIds,
// -- Exchange Rates Data Page