Fix dblclick: clear selection, select entry, render, open edit. closeEdit calls render. Trash FAB: moved from toolbar to floating button at bottom-left (like add FAB).

This commit is contained in:
2026-05-12 15:14:39 +01:00
parent d55be5f19e
commit 5836bd168d
5 changed files with 9 additions and 5 deletions
+2
View File
@@ -273,6 +273,8 @@ input:focus, select:focus { border-color:var(--accent); }
transition: 0.2s; z-index: 100;
}
.fab:hover { transform: scale(1.1); filter: brightness(1.1); }
.fab-trash { left: 2rem; right: auto; font-size:1.4rem; }
.fab-trash.active { background:var(--danger); }
/* Generic modal overlay (if you dont already have it) */
.modal-overlay {