diff --git a/ui/package.json b/ui/package.json index 1e95e9f..554c3f5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "pixivmanager", - "version": "1.0.4", + "version": "1.0.6", "private": true, "type": "module", "engines": { diff --git a/ui/src/App.vue b/ui/src/App.vue index 3adac7a..42bbdc3 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -10,6 +10,7 @@ import DownloadProgressWidget from '@/components/common/DownloadProgressWidget.v import WatchlistWidget from '@/components/common/WatchlistWidget.vue' import RegistryWidget from '@/components/common/RegistryWidget.vue' import UpdateChecker from '@/components/common/UpdateChecker.vue' +import TitleStatusWatcher from '@/components/common/TitleStatusWatcher.vue' const route = useRoute() const authStore = useAuthStore() @@ -93,6 +94,9 @@ onMounted(async () => { + + + diff --git a/ui/src/components/common/TitleStatusWatcher.vue b/ui/src/components/common/TitleStatusWatcher.vue new file mode 100644 index 0000000..255c86e --- /dev/null +++ b/ui/src/components/common/TitleStatusWatcher.vue @@ -0,0 +1,91 @@ + + + \ No newline at end of file