1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-24 06:26:02 +02:00
parent 5e03416752
commit 06e95185ee

View File

@@ -202,7 +202,8 @@ folders.forEach(folderObj => {
const folder = folderObj.path;
titleEl.textContent = folder;
const { head, commits } = await window.electronAPI.getCommits(folderObj);
closeDropdown();
contentList.innerHTML = commits.map(c => `
<li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm
${c.hash === head ? 'current-commit' : ''}">