Block a user
Fix Action Validation Error Handling
Fix Hacky Fallback in Auth Query
Fix Hacky Fallback in Auth Query
Extend Auth.js Types Globally
Extend Auth.js Types Globally
Consider Adopting a Form Library
Add Playwright (End-to-End Testing)
Clarify File Naming (
auth.ts vs auth.ts)
Implement Pagination / Limit for the Dashboard
I have implemented endless scrolling by adding a new API endpoint at '/api/aktis' and utilizing an intersection observer in the dashboard. This approach supports efficient pagination while…