chore: auto-commit from dashboard

This commit is contained in:
2026-04-29 20:13:54 +00:00
parent 176dc01aa6
commit e3c18f15ed
5 changed files with 124 additions and 25 deletions

View File

@@ -1128,6 +1128,7 @@
}
function renderNoteCard(note) {
if (!note.file) return '';
// Domains (portocaliu), Types (mov), Tags colapsate cu expand
const tags = note.tags || [];
const noteId = note.file.replace(/[^a-zA-Z0-9]/g, '_');