diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx
index 9d871f2..05cefc1 100644
--- a/components/CollectionCard.tsx
+++ b/components/CollectionCard.tsx
@@ -4,11 +4,21 @@
// You should have received a copy of the GNU General Public License along with this program. If not, see
- {collection.name} -
-{collection.description}
++ {collection.name} +
{links.filter((e) => e.collectionId === collection.id).length}{" "} Links @@ -68,6 +94,52 @@ export default function ({ collection }: { collection: ExtendedCollection }) {
Collections
Tags
diff --git a/pages/collections/[id].tsx b/pages/collections/[id].tsx index 9c10006..2b29068 100644 --- a/pages/collections/[id].tsx +++ b/pages/collections/[id].tsx @@ -19,6 +19,7 @@ import { faPenToSquare, faSort, faTrashCan, + faUser, } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { useRouter } from "next/router"; @@ -26,6 +27,7 @@ import { ChangeEvent, useEffect, useState } from "react"; import MainLayout from "@/layouts/MainLayout"; import RadioButton from "@/components/RadioButton"; import ClickAwayHandler from "@/components/ClickAwayHandler"; +import ImageWithFallback from "@/components/ImageWithFallback"; export default function () { const router = useRouter(); @@ -99,152 +101,193 @@ export default function () { return ({activeCollection?.name}
-+ {activeCollection?.name} +
- Sort by -
-{activeCollection?.description}
++ Sort by +
+