Undo & Redo
Every action in createtodo is now undoable. Create a todo, move it, change its priority, delete it — press Cmd+Z and it comes back. When you delete something, a toast notification appears with an undo button so you can bring it right back.
Improvements
- Deleted items are now recoverable behind the scenes instead of being permanently removed
- Hooks and internal utilities renamed to follow framework conventions
Fixes
- Undoing an action while it was still syncing no longer causes data loss
- Fixed navigation errors when quickly switching between todo detail pages
- Failed undo/redo operations now show an error message instead of silently failing