Show thumbnails on past research cards

This commit is contained in:
pewdiepie-archdaemon
2026-06-30 05:17:46 +00:00
parent b8338b2399
commit a72ec0c116
8 changed files with 101 additions and 8 deletions
+3 -3
View File
@@ -219,8 +219,8 @@
}, { once: true });
})();
</script>
<link rel="stylesheet" href="/static/style.css?v=20260630toolmetrics">
<link rel="modulepreload" href="/static/app.js">
<link rel="stylesheet" href="/static/style.css?v=20260630researchthumb">
<link rel="modulepreload" href="/static/app.js?v=20260630researchthumb">
<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"></script> <!-- app.js must be LAST -->
<script type="module" src="/static/app.js?v=20260630researchthumb"></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>