diff --git a/README.md b/README.md index 17f4520..e537172 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/linkwarden/linkwarden#roadmap) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-) +[Website](https://linkwarden.app) | [Getting Started](https://docs.linkwarden.app/getting-started) | [Features](https://github.com/linkwarden/linkwarden#features) | [Roadmap](https://github.com/orgs/linkwarden/projects/1) | [Screenshots](https://github.com/linkwarden/linkwarden#screenshots) | [Support ❤](https://github.com/linkwarden/linkwarden#support-)
@@ -52,13 +52,7 @@ We highly recommend you **not** to use the old version as it is no longer mainta ## Roadmap -There are _many_ upcoming features, below are only _some_ of the 100% planned ones: - -- 🌒 Dark mode. -- 📦 Import/Export your data. -- 🧩 Browser extention. - -Also make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/projects/1). +Make sure to check out our [public roadmap](https://github.com/orgs/linkwarden/projects/1). ## Docs diff --git a/components/CollectionCard.tsx b/components/CollectionCard.tsx index 2880959..af13803 100644 --- a/components/CollectionCard.tsx +++ b/components/CollectionCard.tsx @@ -67,7 +67,7 @@ export default function CollectionCard({ collection, className }: Props) { }) .slice(0, 4)} {collection.members.length - 4 > 0 ? ( -
+
+{collection.members.length - 4}
) : null} diff --git a/pages/collections/[id].tsx b/pages/collections/[id].tsx index 3dad316..cb8ac03 100644 --- a/pages/collections/[id].tsx +++ b/pages/collections/[id].tsx @@ -107,7 +107,7 @@ export default function Index() { .slice(0, 4)} {activeCollection?.members.length && activeCollection.members.length - 4 > 0 ? ( -
+
+{activeCollection?.members?.length - 4}
) : null} @@ -156,19 +156,6 @@ export default function Index() { {expandDropdown ? ( { - setModal({ - modal: "LINK", - state: true, - method: "CREATE", - }); - setExpandDropdown(false); - }, - } - : undefined, permissions === true ? { name: "Edit Collection Info", diff --git a/pages/public/collections/[id].tsx b/pages/public/collections/[id].tsx index bc0685c..25b6683 100644 --- a/pages/public/collections/[id].tsx +++ b/pages/public/collections/[id].tsx @@ -11,6 +11,8 @@ export default function PublicCollections() { const [data, setData] = useState(); + document.body.style.background = "white"; + useEffect(() => { if (router.query.id) { getPublicCollectionData(