1
0

Add push button to renderer.js

This commit is contained in:
2025-06-01 12:17:32 +02:00
parent f211556f20
commit 9a528e671c

View File

@@ -7,6 +7,7 @@ window.addEventListener('DOMContentLoaded', async () => {
const titleArrow = document.getElementById('folderTitleArrow');
const contentList = document.getElementById('contentList');
const readmeBtn = document.getElementById('readmeBtn');
const pushBtn = document.getElementById('pushBtn');
const panel = document.querySelector('.flex-1.p-4.overflow-y-auto');
const PAGE_SIZE = 50;