From 96f43dcc5998fa4b4f6d982570186827ac6d55c5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 19 Jul 2023 17:49:54 -0400 Subject: [PATCH] UI improvement --- .../InputSelect/CollectionSelection.tsx | 2 +- components/NoLinksFound.tsx | 38 ++++++ components/Sidebar.tsx | 110 +++++++++++------- pages/collections/[id].tsx | 19 +-- pages/dashboard.tsx | 2 +- pages/links.tsx | 15 ++- 6 files changed, 129 insertions(+), 57 deletions(-) create mode 100644 components/NoLinksFound.tsx diff --git a/components/InputSelect/CollectionSelection.tsx b/components/InputSelect/CollectionSelection.tsx index d7307a0..f140bbc 100644 --- a/components/InputSelect/CollectionSelection.tsx +++ b/components/InputSelect/CollectionSelection.tsx @@ -45,7 +45,7 @@ export default function CollectionSelection({ onChange, defaultValue }: Props) { return (