auto-git:
[change] renderer.js
This commit is contained in:
@@ -208,7 +208,7 @@ folders.forEach(folderObj => {
|
|||||||
const folder = folderObj.path;
|
const folder = folderObj.path;
|
||||||
titleEl.textContent = folder;
|
titleEl.textContent = folder;
|
||||||
const { head, commits } = await window.electronAPI.getCommits(folderObj);
|
const { head, commits } = await window.electronAPI.getCommits(folderObj);
|
||||||
closeDropdown();
|
await closeDropdown();
|
||||||
|
|
||||||
contentList.innerHTML = commits.map(c => `
|
contentList.innerHTML = commits.map(c => `
|
||||||
<li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm
|
<li class="w-full p-3 mb-2 bg-white border border-gray-200 rounded shadow-sm
|
||||||
|
|||||||
Reference in New Issue
Block a user