feat: Add image deletion functionality before a specific date and update gallery UI
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled

This commit is contained in:
2026-02-12 16:14:06 -05:00
parent 9c72b00b1b
commit 854fd199bf
4 changed files with 653 additions and 343 deletions

View File

@@ -29,6 +29,3 @@ async function loadStatus() {
// Load status on page load
document.addEventListener('DOMContentLoaded', loadStatus);
// Refresh status every 30 seconds
setInterval(loadStatus, 30000);