15a95fb319
Add BMAD framework, authentication, and new features
2026-01-08 21:23:23 +01:00
f07d28aefd
chore: bump version to 0.2.0
2026-01-04 22:54:36 +01:00
a154192410
Fix tests and add changelog
2026-01-04 21:33:10 +01:00
f0b41572bc
feat: Memento avec dates, Markdown, reminders et auth
...
Tests Playwright validés ✅ :
- Création de notes: OK
- Modification titre: OK
- Modification contenu: OK
- Markdown éditable avec preview: OK
Fonctionnalités:
- date-fns: dates relatives sur cards
- react-markdown + remark-gfm
- Markdown avec toggle edit/preview
- Recherche améliorée (titre/contenu/labels/checkItems)
- Reminder recurrence/location (schema)
- NextAuth.js + User/Account/Session
- userId dans Note (optionnel)
- 4 migrations créées
Ready for production + auth integration
2026-01-04 16:04:24 +01:00
8d95f34fcc
fix: Add debounced Undo/Redo system to avoid character-by-character history
...
- Add debounced state updates for title and content (500ms delay)
- Immediate UI updates with delayed history saving
- Prevent one-letter-per-undo issue
- Add cleanup for debounce timers on unmount
2026-01-04 14:28:11 +01:00