diff --git a/dashboard/final-example/app/login/page.tsx b/dashboard/final-example/app/login/page.tsx index 87c28e05..802edb0a 100644 --- a/dashboard/final-example/app/login/page.tsx +++ b/dashboard/final-example/app/login/page.tsx @@ -5,9 +5,9 @@ import { Suspense } from 'react'; export default function LoginPage() { return (
-
+
-
+
diff --git a/dashboard/final-example/app/ui/dashboard/sidenav.tsx b/dashboard/final-example/app/ui/dashboard/sidenav.tsx index 02a572a0..08fb4b73 100644 --- a/dashboard/final-example/app/ui/dashboard/sidenav.tsx +++ b/dashboard/final-example/app/ui/dashboard/sidenav.tsx @@ -11,7 +11,7 @@ export default function SideNav() { className="mb-2 flex h-20 items-end justify-start rounded-md bg-blue-600 p-4 md:h-40" href="/" > -
+
@@ -23,8 +23,9 @@ export default function SideNav() { 'use server'; await signOut({ redirectTo: '/' }); }} + className="grow md:flex-none" > - diff --git a/dashboard/final-example/app/ui/invoices/create-form.tsx b/dashboard/final-example/app/ui/invoices/create-form.tsx index e3cdc478..5452937e 100644 --- a/dashboard/final-example/app/ui/invoices/create-form.tsx +++ b/dashboard/final-example/app/ui/invoices/create-form.tsx @@ -28,7 +28,7 @@ export default function Form({ customers }: { customers: CustomerField[] }) { - +
diff --git a/dashboard/final-example/app/ui/invoices/edit-form.tsx b/dashboard/final-example/app/ui/invoices/edit-form.tsx index 5aa4ece5..3a95103d 100644 --- a/dashboard/final-example/app/ui/invoices/edit-form.tsx +++ b/dashboard/final-example/app/ui/invoices/edit-form.tsx @@ -35,7 +35,7 @@ export default function EditInvoiceForm({ - +
diff --git a/dashboard/final-example/app/ui/invoices/table.tsx b/dashboard/final-example/app/ui/invoices/table.tsx index 0255185d..259e69f8 100644 --- a/dashboard/final-example/app/ui/invoices/table.tsx +++ b/dashboard/final-example/app/ui/invoices/table.tsx @@ -55,9 +55,9 @@ export default async function InvoicesTable({ ))}
- + -
+ Customer diff --git a/dashboard/final-example/app/ui/login-form.tsx b/dashboard/final-example/app/ui/login-form.tsx index c5b9fe9d..c014f8ce 100644 --- a/dashboard/final-example/app/ui/login-form.tsx +++ b/dashboard/final-example/app/ui/login-form.tsx @@ -68,7 +68,7 @@ export default function LoginForm() { -
{ diff --git a/dashboard/final-example/app/ui/skeletons.tsx b/dashboard/final-example/app/ui/skeletons.tsx index 74816c4f..21e3767b 100644 --- a/dashboard/final-example/app/ui/skeletons.tsx +++ b/dashboard/final-example/app/ui/skeletons.tsx @@ -177,9 +177,9 @@ export function InvoicesTableSkeleton() {
- + -
+ Customer diff --git a/dashboard/starter-example/app/ui/dashboard/sidenav.tsx b/dashboard/starter-example/app/ui/dashboard/sidenav.tsx index 3d55b46e..9fd7bfd6 100644 --- a/dashboard/starter-example/app/ui/dashboard/sidenav.tsx +++ b/dashboard/starter-example/app/ui/dashboard/sidenav.tsx @@ -10,15 +10,15 @@ export default function SideNav() { className="mb-2 flex h-20 items-end justify-start rounded-md bg-blue-600 p-4 md:h-40" href="/" > -
+
-
- diff --git a/dashboard/starter-example/app/ui/invoices/create-form.tsx b/dashboard/starter-example/app/ui/invoices/create-form.tsx index 35099cef..90982e11 100644 --- a/dashboard/starter-example/app/ui/invoices/create-form.tsx +++ b/dashboard/starter-example/app/ui/invoices/create-form.tsx @@ -21,7 +21,7 @@ export default function Form({ customers }: { customers: CustomerField[] }) { - +
diff --git a/dashboard/starter-example/app/ui/invoices/edit-form.tsx b/dashboard/starter-example/app/ui/invoices/edit-form.tsx index 8673667d..da414305 100644 --- a/dashboard/starter-example/app/ui/invoices/edit-form.tsx +++ b/dashboard/starter-example/app/ui/invoices/edit-form.tsx @@ -29,7 +29,7 @@ export default function EditInvoiceForm({ - + diff --git a/dashboard/starter-example/app/ui/invoices/table.tsx b/dashboard/starter-example/app/ui/invoices/table.tsx index 0255185d..259e69f8 100644 --- a/dashboard/starter-example/app/ui/invoices/table.tsx +++ b/dashboard/starter-example/app/ui/invoices/table.tsx @@ -55,9 +55,9 @@ export default async function InvoicesTable({ ))} - + -
+ Customer diff --git a/dashboard/starter-example/app/ui/search.tsx b/dashboard/starter-example/app/ui/search.tsx index e6e93917..a73cbd70 100644 --- a/dashboard/starter-example/app/ui/search.tsx +++ b/dashboard/starter-example/app/ui/search.tsx @@ -9,6 +9,7 @@ export default function Search({ placeholder }: { placeholder: string }) { Search diff --git a/dashboard/starter-example/app/ui/skeletons.tsx b/dashboard/starter-example/app/ui/skeletons.tsx index 74816c4f..21e3767b 100644 --- a/dashboard/starter-example/app/ui/skeletons.tsx +++ b/dashboard/starter-example/app/ui/skeletons.tsx @@ -177,9 +177,9 @@ export function InvoicesTableSkeleton() { - + -
+ Customer