Update commits today count in renderer.js
This commit is contained in:
@@ -372,8 +372,8 @@ async function updateInteractionBar(folderObj) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// In die Bar schreibenx
|
// In die Bar schreibenx
|
||||||
const [r, g, b] = getCommitColor(5);
|
const [r, g, b] = getCommitColor(10);
|
||||||
document.getElementById('commitsToday').textContent = 5;
|
document.getElementById('commitsToday').textContent = 10;
|
||||||
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