No description
Find a file
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
app feat: update task sorting to maintain current page context 2026-06-04 20:11:17 +02:00
lib init 2026-06-04 19:18:27 +02:00
.gitignore init 2026-06-04 19:18:27 +02:00
coolify.yaml init 2026-06-04 19:18:27 +02:00
next.config.mjs init 2026-06-04 19:18:27 +02:00
package-lock.json init 2026-06-04 19:18:27 +02:00
package.json init 2026-06-04 19:18:27 +02:00
todo.db feat: update task sorting to maintain current page context 2026-06-04 20:11:17 +02:00
tsconfig.json init 2026-06-04 19:18:27 +02:00