From 327885dd17ddb28eb96ea48f07bccee5daa153fa Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Mon, 13 Jul 2026 17:27:50 +0200 Subject: [PATCH] Purging expired notifications and alerts. Fixed manticore stash sync. --- components/alerts/alerts.vue | 26 ++++++ components/header/notifications.vue | 10 ++- components/stashes/heart.vue | 7 +- config/default.cjs | 5 ++ pages/scene/+Page.vue | 2 + src/alerts.js | 134 ++++++++++++++++++++++++++-- src/app.js | 2 + src/scenes.js | 15 +++- src/sync.js | 2 +- 9 files changed, 194 insertions(+), 9 deletions(-) diff --git a/components/alerts/alerts.vue b/components/alerts/alerts.vue index 7219037..9f72208 100644 --- a/components/alerts/alerts.vue +++ b/components/alerts/alerts.vue @@ -281,6 +281,22 @@ function toggleFilterCombined() { + + + + + {{ scene.title }} +
@@ -476,6 +492,16 @@ function toggleFilterCombined() { display: flex; } +.alert-scene { + display: flex; + gap: .5rem; + padding: 0 .5rem; +} + +.alert-date { + flex-shrink: 0; +} + .alert-actions { display: flex; align-items: center; diff --git a/components/header/notifications.vue b/components/header/notifications.vue index 01a6342..8facae0 100644 --- a/components/header/notifications.vue +++ b/components/header/notifications.vue @@ -108,7 +108,15 @@ onMounted(async () => { class="notif-body notif-link nolink" > - + Scene is released + + New