Skip to content

Commit 5cf95da

Browse files
committed
Convert settings button to menu
1 parent 4b7cd72 commit 5cf95da

File tree

12 files changed

+1273
-885
lines changed

12 files changed

+1273
-885
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
extends: '@antfu',
33
rules: {
4+
'@typescript-eslint/consistent-type-imports': ['error', { prefer: 'type-imports', fixStyle: 'inline-type-imports' }],
45
'no-console': 'off',
56
'vue/attribute-hyphenation': 'off',
67
'vue/v-on-event-hyphenation': 'off',

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
"redaxios": "^0.5.1",
2222
"tauri-plugin-autostart-api": "github:tauri-apps/tauri-plugin-autostart",
2323
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
24-
"vue": "^3.2.45"
24+
"vue": "^3.3.4",
25+
"vue-selectable-items": "^1.0.0",
26+
"wowerlay": "1.0.0-beta.4"
2527
},
2628
"files": [
2729
"README.md",

0 commit comments

Comments
 (0)