aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/lists/AllListsView.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-01-19 00:29:47 +0000
committerMohamed Bassem <me@mbassem.com>2026-01-19 00:30:04 +0000
commitaf3a587acaf641007c410e61579eeefe4836e8d7 (patch)
tree3035bbf486cd56e29cc038ac49b54cc1c39b1c17 /apps/web/components/dashboard/lists/AllListsView.tsx
parenta353d9801d8a92ccb333f6721931f720ce3defba (diff)
downloadkarakeep-af3a587acaf641007c410e61579eeefe4836e8d7.tar.zst
fix(ui): Improve visual consistency in all lists and highlights page
Diffstat (limited to 'apps/web/components/dashboard/lists/AllListsView.tsx')
-rw-r--r--apps/web/components/dashboard/lists/AllListsView.tsx9
1 files changed, 1 insertions, 8 deletions
diff --git a/apps/web/components/dashboard/lists/AllListsView.tsx b/apps/web/components/dashboard/lists/AllListsView.tsx
index 7a7c9504..52d65756 100644
--- a/apps/web/components/dashboard/lists/AllListsView.tsx
+++ b/apps/web/components/dashboard/lists/AllListsView.tsx
@@ -2,7 +2,6 @@
import { useMemo, useState } from "react";
import Link from "next/link";
-import { EditListModal } from "@/components/dashboard/lists/EditListModal";
import { Button } from "@/components/ui/button";
import {
Collapsible,
@@ -10,7 +9,7 @@ import {
CollapsibleTriggerChevron,
} from "@/components/ui/collapsible";
import { useTranslation } from "@/lib/i18n/client";
-import { MoreHorizontal, Plus } from "lucide-react";
+import { MoreHorizontal } from "lucide-react";
import type { ZBookmarkList } from "@karakeep/shared/types/lists";
import {
@@ -89,12 +88,6 @@ export default function AllListsView({
return (
<ul>
- <EditListModal>
- <Button className="mb-2 flex h-full w-full items-center">
- <Plus />
- <span>{t("lists.new_list")}</span>
- </Button>
- </EditListModal>
<ListItem
collapsible={false}
name={t("lists.favourites")}