mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
fix(dashboard): avoid duplicate status card refreshes (#684)
This commit is contained in:
@@ -329,6 +329,10 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/pages/subscribe.vue',
|
||||
'src/pages/plugin-app.vue',
|
||||
'src/views/dashboard/MediaRecommend.vue',
|
||||
'src/views/dashboard/AnalyticsNetwork.vue',
|
||||
'src/views/dashboard/AnalyticsScheduler.vue',
|
||||
'src/views/dashboard/AnalyticsStorage.vue',
|
||||
'src/views/dashboard/DashboardRecentImports.vue',
|
||||
'src/views/discover/MediaCardSlideView.vue',
|
||||
'src/views/subscribe/FullCalendarView.vue',
|
||||
'src/views/subscribe/SubscribeListView.vue',
|
||||
@@ -337,6 +341,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
'src/composables/useMediaSubscribe.ts',
|
||||
'src/composables/useLlmProviderDirectory.ts',
|
||||
'src/composables/useOfflineStatus.ts',
|
||||
'src/composables/useScheduleProgress.ts',
|
||||
'src/composables/useServerConnectionProbe.ts',
|
||||
'src/composables/useTorrentFilter.ts',
|
||||
'src/layouts/default/components/OfflinePage.vue',
|
||||
@@ -434,6 +439,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/composables/useScheduleProgress.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/composables/useServerConnectionProbe.ts': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
@@ -446,6 +457,30 @@ export default defineConfig(({ command, mode, isPreview }) => ({
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/views/dashboard/AnalyticsNetwork.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/dashboard/AnalyticsScheduler.vue': {
|
||||
branches: 85,
|
||||
functions: 90,
|
||||
lines: 90,
|
||||
statements: 90,
|
||||
},
|
||||
'src/views/dashboard/AnalyticsStorage.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/views/dashboard/DashboardRecentImports.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
lines: 80,
|
||||
statements: 80,
|
||||
},
|
||||
'src/components/cards/SubscribeCard.vue': {
|
||||
branches: 75,
|
||||
functions: 80,
|
||||
|
||||
Reference in New Issue
Block a user