diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 3dc2f88..09e832e 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -1,17 +1,17 @@ module.exports = { - extends: [ - // add more generic rulesets here, such as: - // 'eslint:recommended', - 'plugin:vue/vue3-recommended', - // 'plugin:vue/recommended' // Use this if you are using Vue.js 2.x. - ], - rules: { - // override/add rules settings here, such as: - // 'vue/no-unused-vars': 'error' - }, - "parser": "vue-eslint-parser", - "parserOptions": { - "parser": "@typescript-eslint/parser", - "sourceType": "module" - } -} + extends: [ + // add more generic rulesets here, such as: + // 'eslint:recommended', + "plugin:vue/vue3-recommended", + // 'plugin:vue/recommended' // Use this if you are using Vue.js 2.x. + ], + rules: { + // override/add rules settings here, such as: + // 'vue/no-unused-vars': 'error' + }, + parser: "vue-eslint-parser", + parserOptions: { + parser: "@typescript-eslint/parser", + sourceType: "module", + }, +}; diff --git a/web/index.html b/web/index.html index b2535d4..506228f 100644 --- a/web/index.html +++ b/web/index.html @@ -1,13 +1,14 @@ -
- - - -Date | -Payee | -Category | -Memo | -Amount | -- - | -
Date | +Payee | +Category | +Memo | +Amount | ++ + | +
This removes all data and starts from scratch. Not undoable!
-This removes all data and starts from scratch. Not undoable!
+
- New user?
-
+ New user?
+
- Existing user?
-
+ Existing user?
+
This removes transactions and assignments to start from scratch. Accounts and categories are kept. Not undoable!
++ This removes transactions and assignments to start from + scratch. Accounts and categories are kept. Not undoable! +
- -This deletes the whole bugdet including all transactions, assignments, accounts and categories. Not undoable!
- -This restores YNABs functionality, that would substract any overspent categories' balances from next months inflows.
- -+ This deletes the whole bugdet including all transactions, + assignments, accounts and categories. Not undoable! +
+ ++ This restores YNABs functionality, that would substract any + overspent categories' balances from next months inflows. +
+ +