feat: Introduce dedicated participant, experiment, and trial detail/edit pages, enable MinIO, and refactor dashboard navigation.

This commit is contained in:
2025-12-11 20:04:52 -05:00
parent 5be4ff0372
commit d83c02759a
45 changed files with 4123 additions and 1455 deletions

View File

@@ -119,8 +119,8 @@ export function EntityForm<T extends FieldValues = FieldValues>({
{/* Form Layout */}
<div
className={cn(
"grid gap-8",
layout === "default" && "grid-cols-1 lg:grid-cols-3",
"grid gap-8 w-full",
layout === "default" && "grid-cols-1 lg:grid-cols-3", // Keep the column split but remove max-width
layout === "full-width" && "grid-cols-1",
)}
>