From 3ec4844a804e1c9530110305c151952b4f52e2fb Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Thu, 19 Jan 2023 14:38:47 +0100 Subject: [PATCH] text and qc --- apps/web/pages/dashboard.tsx | 4 +- apps/web/pages/documents.tsx | 94 +----------------------------- apps/web/pages/documents/index.tsx | 0 3 files changed, 4 insertions(+), 94 deletions(-) create mode 100644 apps/web/pages/documents/index.tsx diff --git a/apps/web/pages/dashboard.tsx b/apps/web/pages/dashboard.tsx index fe401c2ef..d1f1529d0 100644 --- a/apps/web/pages/dashboard.tsx +++ b/apps/web/pages/dashboard.tsx @@ -65,7 +65,7 @@ const DashboardPage: NextPageWithLayout = () => { Dashboard -
+
{stats.map((item) => (
@@ -105,7 +105,7 @@ const DashboardPage: NextPageWithLayout = () => { /> - Upload a new document + Upload a new PDF document diff --git a/apps/web/pages/documents.tsx b/apps/web/pages/documents.tsx index b6510edec..5d574cd85 100644 --- a/apps/web/pages/documents.tsx +++ b/apps/web/pages/documents.tsx @@ -25,97 +25,7 @@ const DocumentsPage: NextPageWithLayout = () => { Documents | Documenso -
-
-
-
-

- Dashboard -

-
-

- A list of all documents in your account including their status. -

-
-
- -
-
-
-
-
-
- - - - - - - - - - - - {people.map((person) => ( - - - - - - - - ))} - -
- Title - - Status - - Modified - - Edit -
- {person.name} - - {person.title} - - {person.email} - - {person.role} - - - Edit, {person.name} - -
-
-
-
-
-
- diff --git a/apps/web/pages/documents/index.tsx b/apps/web/pages/documents/index.tsx new file mode 100644 index 000000000..e69de29bb