Block a user
Add Vitest + Svelte Testing Library (Unit/Component Testing)
Add Playwright (End-to-End Testing)
Clean up Redundant Imports
Consider Adopting a Form Library
Abstract Heavy Database Queries
Clarify File Naming (
auth.ts vs auth.ts)
Extend Auth.js Types Globally
Parallelize Database Queries
Implement Pagination / Limit for the Dashboard
Fix Hacky Fallback in Auth Query
Fix Action Validation Error Handling
Fix Critical XSS Vulnerability (
{@html} without sanitization)
Move Server-Only Code to
$lib/server