diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index 39135f67d..b6510edec 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -10,13 +10,112 @@ import { PlusIcon } from "@heroicons/react/24/outline"; const DocumentsPage: NextPageWithLayout = () => { const { data: session } = useSession(); + const people = [ + { + name: "NDA acme Corps", + title: "✉ Sent", + email: "12.01.2023 16:08", + role: "", + }, + // More people... + ]; + return ( <>
+ A list of all documents in your account including their status. +
+| + Title + | ++ Status + | ++ Modified + | ++ | + Edit + | +
|---|---|---|---|---|
| + {person.name} + | ++ {person.title} + | ++ {person.email} + | ++ {person.role} + | ++ + Edit, {person.name} + + | +