chore(deps): Bump vuetify from 3.6.3 to 3.6.4 (#1678)
Some checks are pending
Build project and release / Run Release Please action (push) Waiting to run
Build project and release / Build VueTorrent (push) Waiting to run
Build project and release / Push to nightly branch (push) Blocked by required conditions
Build project and release / Upload release to GitHub (push) Blocked by required conditions
Build project and release / Push to latest branch (push) Blocked by required conditions
CodeQL / Analyze (javascript-typescript) (push) Waiting to run

This commit is contained in:
Rémi Marseault 2024-05-08 20:07:56 +02:00 committed by GitHub
parent d00a503801
commit bdb013c984
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ The sleekest looking WebUI for qBittorrent made with Vue.js!
![VueTorrent](https://cdn.jsdelivr.net/gh/VueTorrent/VueTorrent@master/VueTorrent-logo.png)
![Vue](https://img.shields.io/badge/Vue-%5E3.4.20-brightgreen) ![Vuetify](https://img.shields.io/badge/Vuetify-%5E3.5.6-brightgreen)
![Vue](https://img.shields.io/badge/Vue-%5E3.4.26-brightgreen) ![Vuetify](https://img.shields.io/badge/Vuetify-%5E3.6.4-brightgreen)
![qBittorrent](https://img.shields.io/badge/qBittorrent-4.4%2B-brightgreen)
![stars](https://img.shields.io/github/stars/VueTorrent/VueTorrent) ![Forks](https://img.shields.io/github/forks/VueTorrent/VueTorrent)

8
package-lock.json generated
View file

@ -31,7 +31,7 @@
"vue3-apexcharts": "^1.5.2",
"vue3-toastify": "^0.2.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.6.3"
"vuetify": "^3.6.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
@ -5346,9 +5346,9 @@
}
},
"node_modules/vuetify": {
"version": "3.6.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.6.3.tgz",
"integrity": "sha512-OBYYJYnNeUYA7kwrv8Rag1EBFbGWAQxJpp0s98U2KQ6SPU7MzzcrvNn7t69vcDbj7mR7Dcf9/jvFapfranXZvA==",
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.6.4.tgz",
"integrity": "sha512-H0s+VQAuFDIaqJaxaYv3DuJoSlThMfIJX5l06sGkxk9YDMxiEjE4ABT58fTAZGdPMF/TzMXtTHbRNCHes0UaHQ==",
"engines": {
"node": "^12.20 || >=14.13"
},

View file

@ -38,7 +38,7 @@
"vue3-apexcharts": "^1.5.2",
"vue3-toastify": "^0.2.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.6.3"
"vuetify": "^3.6.4"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",

View file

@ -110,7 +110,7 @@ function closeInstallDialog() {
</v-dialog>
</v-card-title>
<v-card-text>
<v-data-table :headers="headers" items-per-page="-1" :items="searchEngineStore.searchPlugins" :sort-by="[{ key: 'fullName', order: 'asc' }]" :loading="loading">
<v-data-table :mobile="null" :headers="headers" items-per-page="-1" :items="searchEngineStore.searchPlugins" :sort-by="[{ key: 'fullName', order: 'asc' }]" :loading="loading">
<template v-slot:[`item.enabled`]="{ item }">
<v-checkbox-btn :model-value="item.enabled" @click="onTogglePlugin(item)" />
</template>

View file

@ -244,7 +244,7 @@ const closeDeleteDialog = async () => {
<v-divider />
<v-data-table class="my-4" :headers="monitoredFoldersHeaders" :items="monitoredFoldersData">
<v-data-table :mobile="null" class="my-4" :headers="monitoredFoldersHeaders" :items="monitoredFoldersData">
<template v-slot:top>
<v-toolbar flat>
<v-toolbar-title>{{ t('settings.downloads.monitoredFolders.subheader') }}</v-toolbar-title>

View file

@ -232,7 +232,7 @@ onBeforeUnmount(() => {
<v-divider class="my-3" />
<v-list-item class="text-select">
<v-data-table :headers="headers" :items="filteredResults" :footer-props="{ itemsPerPageOptions: [10, 25, 50, 100, -1] }" :items-per-page.sync="selectedTab.itemsPerPage">
<v-data-table :mobile="null" :headers="headers" :items="filteredResults" :footer-props="{ itemsPerPageOptions: [10, 25, 50, 100, -1] }" :items-per-page.sync="selectedTab.itemsPerPage">
<template v-slot:top>
<v-row>
<v-col cols="12">