auto-git:
[change] renderer.js
This commit is contained in:
@@ -371,10 +371,9 @@ async function updateInteractionBar(folderObj) {
|
|||||||
countdown = formatCountdown(msLeft);
|
countdown = formatCountdown(msLeft);
|
||||||
}
|
}
|
||||||
|
|
||||||
// In die Bar schreiben
|
// In die Bar schreibenx
|
||||||
commitsToday = 0;
|
const [r, g, b] = getCommitColor(0);
|
||||||
const [r, g, b] = getCommitColor(commitsToday);
|
document.getElementById('commitsToday').textContent = 0;
|
||||||
document.getElementById('commitsToday').textContent = commitsToday;
|
|
||||||
document.getElementById('commitsToday').style.color = `rgb(${r},${g},${b})`;
|
document.getElementById('commitsToday').style.color = `rgb(${r},${g},${b})`;
|
||||||
document.getElementById('linesUntilRewrite').textContent = linesUntilRewrite;
|
document.getElementById('linesUntilRewrite').textContent = linesUntilRewrite;
|
||||||
document.getElementById('countdown').textContent = countdown;
|
document.getElementById('countdown').textContent = countdown;
|
||||||
|
|||||||
Reference in New Issue
Block a user