Feat: Recent Tab (Unread State) + Bug Fixes

This commit is contained in:
Youwes09
2026-06-12 17:27:08 -05:00
parent 31a19687ce
commit 9dad1fb329
40 changed files with 668 additions and 668 deletions
@@ -170,7 +170,7 @@
label: "New folder & add",
icon: FolderSimplePlusIcon,
onClick: async () => {
const name = prompt("FolderIcon name:");
const name = prompt("Folder name:");
if (!name?.trim()) return;
const cat = await getAdapter().createCategory(name.trim()).catch(console.error);
if (cat) {