From af3a587acaf641007c410e61579eeefe4836e8d7 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Mon, 19 Jan 2026 00:29:47 +0000 Subject: fix(ui): Improve visual consistency in all lists and highlights page --- apps/web/app/dashboard/lists/page.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'apps/web/app/dashboard/lists') diff --git a/apps/web/app/dashboard/lists/page.tsx b/apps/web/app/dashboard/lists/page.tsx index 7950cd76..2f9e54c6 100644 --- a/apps/web/app/dashboard/lists/page.tsx +++ b/apps/web/app/dashboard/lists/page.tsx @@ -1,8 +1,10 @@ import AllListsView from "@/components/dashboard/lists/AllListsView"; +import { EditListModal } from "@/components/dashboard/lists/EditListModal"; import { PendingInvitationsCard } from "@/components/dashboard/lists/PendingInvitationsCard"; -import { Separator } from "@/components/ui/separator"; +import { Button } from "@/components/ui/button"; import { useTranslation } from "@/lib/i18n/server"; import { api } from "@/server/api/client"; +import { Plus } from "lucide-react"; export default async function ListsPage() { // oxlint-disable-next-line rules-of-hooks @@ -11,10 +13,17 @@ export default async function ListsPage() { return (
+
+

📋 {t("lists.all_lists")}

+ + + +
-

📋 {t("lists.all_lists")}

-
-- cgit v1.2.3-70-g09d2