From a516c414f64a4c263490dc761a68848fce4c02e2 Mon Sep 17 00:00:00 2001 From: Prajwal Moharana <78167757+pmoharana-cmd@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:21:04 -0500 Subject: [PATCH] Drawer update moharana (#50) * Fix div td error in console * Update drawer + tag dropdown for proper functionality --- compass/app/auth/login/page.tsx | 2 + compass/app/test/page.tsx | 2 + compass/components/Drawer/Drawer.tsx | 285 +++++++++--------- compass/components/Table/ResourceTable.tsx | 83 +++-- compass/components/Table/RowOpenAction.tsx | 28 +- compass/components/Table/ServiceTable.tsx | 100 ++++-- compass/components/Table/UserTable.tsx | 71 ++++- .../TagsInput/CreateNewTagAction.tsx | 18 +- .../components/TagsInput/DropdownAction.tsx | 14 +- compass/components/TagsInput/Index.tsx | 110 +++---- compass/components/TagsInput/Tag.tsx | 15 +- compass/components/TagsInput/TagDropdown.tsx | 9 +- compass/components/auth/Loading.tsx | 2 + compass/components/auth/LoggingOut.tsx | 2 + compass/components/page/Drawer.tsx | 247 --------------- 15 files changed, 469 insertions(+), 519 deletions(-) delete mode 100644 compass/components/page/Drawer.tsx diff --git a/compass/app/auth/login/page.tsx b/compass/app/auth/login/page.tsx index fa945c9..9dab449 100644 --- a/compass/app/auth/login/page.tsx +++ b/compass/app/auth/login/page.tsx @@ -77,6 +77,8 @@ export default function Page() { alt="Compass Center logo." width={100} height={91} + style={{ height: "auto", width: "auto" }} + priority />
- |
- Username | +- - | -
- |
- Role | -
- |
-
- |
- - - | -|
- |
- Type of Program | -
- {/* {rowContent.program} */}
- |
-