Fix task activity scrolling and background spam

This commit is contained in:
pewdiepie-archdaemon
2026-06-30 08:16:19 +00:00
parent a72ec0c116
commit 838cacf132
6 changed files with 57 additions and 9 deletions
+3 -3
View File
@@ -219,8 +219,8 @@
}, { once: true });
})();
</script>
<link rel="stylesheet" href="/static/style.css?v=20260630researchthumb">
<link rel="modulepreload" href="/static/app.js?v=20260630researchthumb">
<link rel="stylesheet" href="/static/style.css?v=20260630tasksactivity">
<link rel="modulepreload" href="/static/app.js?v=20260630tasksactivity">
<link rel="modulepreload" href="/static/js/chat.js">
<link rel="modulepreload" href="/static/js/ui.js">
<link rel="modulepreload" href="/static/js/sessions.js">
@@ -2512,7 +2512,7 @@
<script type="module" src="/static/js/settings.js"></script>
<script type="module" src="/static/js/admin.js"></script>
<script type="module" src="/static/js/assistant.js"></script>
<script type="module" src="/static/app.js?v=20260630researchthumb"></script> <!-- app.js must be LAST -->
<script type="module" src="/static/app.js?v=20260630tasksactivity"></script> <!-- app.js must be LAST -->
<script type="module" src="/static/js/init.js"></script>
<script type="module" src="/static/js/a11y.js"></script>
<script nonce="{{CSP_NONCE}}">if('serviceWorker' in navigator){navigator.serviceWorker.register('/static/sw.js').catch(()=>{});}</script>