@@ -116,18 +116,18 @@
-
+
-
+
-
+
@@ -138,11 +138,11 @@
-
+
-
+
@@ -151,19 +151,19 @@
-
-
-
@@ -246,29 +246,6 @@ const rootStore = useRootStore();
const settingsStore = useSettingsStore();
const userStore = useUserStore();
-const icons = {
- menu: mdiMenu,
- overview: mdiHomeOutline,
- transactions: mdiListBoxOutline,
- accounts: mdiCreditCardOutline,
- categories: mdiViewDashboardOutline,
- tags: mdiTagOutline,
- templates: mdiClipboardTextOutline,
- scheduledTransactions: mdiClipboardTextClockOutline,
- statistics: mdiChartPieOutline,
- exchangeRates: mdiSwapHorizontal,
- settings: mdiCogOutline,
- mobile: mdiCellphone,
- about: mdiInformationOutline,
- themeAuto: mdiThemeLightDark,
- themeLight: mdiWeatherSunny,
- themeDark: mdiWeatherNight,
- user: mdiAccount,
- profile: mdiAccountCogOutline,
- lock: mdiLockOutline,
- logout: mdiLogout
-};
-
const snackbar = useTemplateRef
('snackbar');
const logouting = ref(false);
diff --git a/src/views/desktop/ResetPasswordPage.vue b/src/views/desktop/ResetPasswordPage.vue
index 34708e91..81327522 100644
--- a/src/views/desktop/ResetPasswordPage.vue
+++ b/src/views/desktop/ResetPasswordPage.vue
@@ -77,7 +77,7 @@
-
+
{{ tt('Back to login page') }}
@@ -168,10 +168,6 @@ const { tt, getCurrentLanguageDisplayName, getAllLanguageOptions, setLanguage }
const rootStore = useRootStore();
const settingsStore = useSettingsStore();
-const icons = {
- left: mdiChevronLeft
-};
-
const version = `v${getVersion()}`;
const passwordInput = useTemplateRef('passwordInput');
diff --git a/src/views/desktop/SignupPage.vue b/src/views/desktop/SignupPage.vue
index 4d3ae591..5a863e42 100644
--- a/src/views/desktop/SignupPage.vue
+++ b/src/views/desktop/SignupPage.vue
@@ -207,22 +207,22 @@
{{ tt('Previous') }}
{{ tt('Next') }}
{{ tt('Submit') }}
- {{ tt('Continue') }}
@@ -283,12 +283,6 @@ const {
const rootStore = useRootStore();
-const icons = {
- previous: mdiArrowLeft,
- next: mdiArrowRight,
- submit: mdiCheck
-};
-
const snackbar = useTemplateRef('snackbar');
const currentStep = ref('basicSetting');
diff --git a/src/views/desktop/VerifyEmailPage.vue b/src/views/desktop/VerifyEmailPage.vue
index ec0e0d18..76385ea7 100644
--- a/src/views/desktop/VerifyEmailPage.vue
+++ b/src/views/desktop/VerifyEmailPage.vue
@@ -55,7 +55,7 @@
-
+
{{ tt('Back to login page') }}
{{ tt('Back to home page') }}
@@ -150,10 +150,6 @@ const { tt, te, getCurrentLanguageDisplayName, getAllLanguageOptions, setLanguag
const rootStore = useRootStore();
const settingsStore = useSettingsStore();
-const icons = {
- left: mdiChevronLeft
-};
-
const version = `v${getVersion()}`;
const confirmDialog = useTemplateRef('confirmDialog');
diff --git a/src/views/desktop/accounts/ListPage.vue b/src/views/desktop/accounts/ListPage.vue
index d850d0a7..e4f4f0df 100644
--- a/src/views/desktop/accounts/ListPage.vue
+++ b/src/views/desktop/accounts/ListPage.vue
@@ -52,7 +52,7 @@
-
+
-
-
-
-
-
@@ -38,26 +38,26 @@
-
+
-
-
-
-
-
@@ -206,15 +206,6 @@ const {
const transactionCategoriesStore = useTransactionCategoriesStore();
-const icons = {
- selectAll: mdiSelectAll,
- selectNone: mdiSelect,
- selectInverse: mdiSelectInverse,
- show: mdiEyeOutline,
- hide: mdiEyeOffOutline,
- more: mdiDotsVertical
-};
-
const snackbar = useTemplateRef('snackbar');
const expandCategoryTypes = ref([
diff --git a/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue b/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
index 8c005e31..68df0865 100644
--- a/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
+++ b/src/views/desktop/common/cards/TransactionTagFilterSettingsCard.vue
@@ -7,26 +7,26 @@