Améliorations UX: grille masonry et composants de notes

This commit is contained in:
sepehr 2026-02-01 09:29:09 +01:00
parent 4a1b60e575
commit a0ffc9043b
2 changed files with 6 additions and 2 deletions

View File

@ -249,8 +249,12 @@ export function NoteCard({
setTimeout(() => onResize?.(), 300)
// Update server in background
await updateSize(note.id, size)
router.refresh()
try {
await updateSize(note.id, size);
} catch (error) {
console.error('Failed to update note size:', error);
}
})
}

Binary file not shown.