- Created ToDo list functionality (CRUD) with household support.
- Linked ToDo lists to packing lists and displayed them on the packing list overview page.
- Added 'display_name' to users table, allowing separation of login name and display name.
- Fixed the irregular '+' click bug in Phase 1 by completely decoupling the local UI state updates from the backend sync latency, relying purely on DOM syncing.