From 5f6ab892404f88b64e1a1e3acd37e208aa89af5a Mon Sep 17 00:00:00 2001 From: ttpl-rt-217 Date: Tue, 12 Nov 2024 22:37:20 +0530 Subject: [PATCH] Issue #PS-2322 fix: Workspace UI improvements and Fixes --- src/components/Layout.tsx | 2 +- src/components/SearchBox.tsx | 10 +- src/components/SideBar.tsx | 12 +- src/components/WorkspaceText.tsx | 16 +- .../workspace/content/allContents/index.tsx | 218 ++++++++------- src/pages/workspace/content/draft/index.tsx | 250 +++++++++++------- src/pages/workspace/content/publish/index.tsx | 240 ++++++++++------- src/pages/workspace/content/review/index.tsx | 71 ++--- .../workspace/content/submitted/index.tsx | 236 ++++++++++------- src/styles/global.css | 12 + 10 files changed, 635 insertions(+), 432 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 20df430..fff120a 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -12,7 +12,7 @@ const Layout: React.FC = ({ children, selectedKey, onSelect }) => { return ( - {children} + {children} ); }; diff --git a/src/components/SearchBox.tsx b/src/components/SearchBox.tsx index a0aff77..ab45b22 100644 --- a/src/components/SearchBox.tsx +++ b/src/components/SearchBox.tsx @@ -108,6 +108,7 @@ const SearchBox: React.FC = ({ borderRadius: "50px", background: theme.palette.warning.A700, boxShadow: "none", + border: "1px solid #000000DE !important", }} > = ({ - + Filter By