Skip to content

Commit

Permalink
Upgrade vuetify to version 3
Browse files Browse the repository at this point in the history
This also let's us update Vue to 3.3

Tooltips are by default dark when theme is light in Vuetify. We don't want this.

+ Layout improvements in the QueryIndexes component
  • Loading branch information
pgiraud authored and rjuju committed Jul 13, 2024
1 parent a3cd0ad commit eebe359
Show file tree
Hide file tree
Showing 30 changed files with 2,758 additions and 2,423 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ module.exports = {
env: {
node: true,
},
extends: ["eslint:recommended", "plugin:vue/vue3-recommended", "prettier"],
extends: [
"eslint:recommended",
"plugin:vue/vue3-recommended",
"prettier",
"plugin:vue/base",
"plugin:vuetify/base",
],
rules: {
"vue/multi-word-component-names": [
"error",
Expand Down
Loading

0 comments on commit eebe359

Please sign in to comment.