1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-24 06:28:51 +02:00
parent 2e8e0799a9
commit 4d264fa4f3

View File

@@ -205,10 +205,10 @@ folders.forEach(folderObj => {
}
async function renderContent(folderObj) {
closeDropdown();
const folder = folderObj.path;
titleEl.textContent = folder;
const { head, commits } = await window.electronAPI.getCommits(folderObj);
await closeDropdown();
contentList.innerHTML = commits.map(c => `
<li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm