todo_app/todo.db
Andreas Binczyk e2a3532e8c feat: update task sorting to maintain current page context
- Modified `loadAufgaben` to accept sort parameter and update state
- Updated all `loadAufgaben` calls to pass current sort value
- Changed sort change handler to reload current page instead of resetting to page 1
- Removed redundant sort state update in handler
- Database file updated with test data changes

This improves UX by maintaining pagination context when changing sort order rather than always resetting to the first page.
2026-06-04 20:11:17 +02:00

12 KiB