fix: resolve trainers page issues and add seed data
- Add SQL seed data for trainers and collections - Fix React hydration warning with suppressHydrationWarning - Add empty state UI with friendly messaging - Add error state UI with retry functionality - Link Add Trainer buttons to /trainers/new page
This commit is contained in:
@@ -19,7 +19,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" className="dark">
|
||||
<html lang="en" className="dark" suppressHydrationWarning>
|
||||
<body className={`${geistSans.variable} antialiased bg-neutral-950 text-white`}>
|
||||
<div className="flex min-h-screen">
|
||||
<Sidebar />
|
||||
|
||||
Reference in New Issue
Block a user