diff --git a/src/client/components/Library/Library.tsx b/src/client/components/Library/Library.tsx index 8a2f0a2..94edcd9 100644 --- a/src/client/components/Library/Library.tsx +++ b/src/client/components/Library/Library.tsx @@ -4,6 +4,7 @@ import { useNavigate } from "react-router-dom"; import { isEmpty, isNil, isUndefined } from "lodash"; import MetadataPanel from "../shared/MetadataPanel"; import SearchBar from "./SearchBar"; +import { Link } from "react-router-dom"; import { useDispatch, useSelector } from "react-redux"; import { searchIssue } from "../../actions/fileops.actions"; import ellipsize from "ellipsize"; @@ -147,6 +148,25 @@ export const Library = (): ReactElement => {

goToNextPage()}>

+ +
+

+ +

+

+ +

+
diff --git a/src/client/components/Library/SearchBar.tsx b/src/client/components/Library/SearchBar.tsx index 6b133f0..089704c 100644 --- a/src/client/components/Library/SearchBar.tsx +++ b/src/client/components/Library/SearchBar.tsx @@ -56,26 +56,7 @@ export const SearchBar = (): ReactElement => { )} /> - {/*
-
-

- -

-

- -

-
-
*/} + ); };