feat: Implement tournament schedule tab and fix E2E tests #27

Merged
david merged 43 commits from feature/7-schedule-tab into main 2026-04-27 01:59:17 +00:00
Showing only changes of commit 729993913a - Show all commits
+1
View File
@@ -15,6 +15,7 @@ export async function GET(request: NextRequest) {
where: {
name: {
contains: query,
mode: "insensitive",
},
},
orderBy: { name: "asc" },