1
0

Fix minor formatting issue in renderer.js

This commit is contained in:
2025-05-26 11:39:25 +02:00
parent f1e6288121
commit 20cf3ca46c

View File

@@ -476,7 +476,7 @@ async function startLiveCountdown(folderObj, msLeft) {
// Prüfe, ob der Commit in der Rewrite-Queue ist:
const isQueued = folderObj.llmCandidates && folderObj.llmCandidates.includes(c.hash);
if(isQueued) console.log("hi");
// Für random-Winkel (zwischen -10 und +15 Grad, z.B.)
// Für random-Winkel (zwischen -10 und +15 Grad, z.B.)
const pawRotate = (Math.random() * 25 - 10).toFixed(1); // -10° bis +15°
return `
<li style="position:relative;" class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm