From 6a88f9e0eb503e16d9295b2d20002a966d23fc93 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:17:12 +0530 Subject: [PATCH] chore: ran linting --- .../[search_space_id]/more-pages/page.tsx | 39 +- surfsense_web/app/layout.config.tsx | 10 +- .../assistant-ui/assistant-message.tsx | 18 +- .../assistant-ui/connector-popup.tsx | 735 +++++++++--------- .../components/webcrawler-config.tsx | 3 +- .../views/youtube-crawler-view.tsx | 4 +- .../components/assistant-ui/thread.tsx | 27 +- .../comment-panel/comment-panel.tsx | 4 +- .../components/homepage/hero-section.tsx | 1 - .../layout/providers/LayoutDataProvider.tsx | 2 +- .../layout/ui/sidebar/ChatListItem.tsx | 8 +- .../layout/ui/sidebar/DocumentsSidebar.tsx | 22 +- .../components/report-panel/report-panel.tsx | 47 +- .../components/settings/roles-manager.tsx | 14 +- surfsense_web/components/ui/avatar.tsx | 8 +- surfsense_web/components/ui/hero-carousel.tsx | 2 +- surfsense_web/hooks/use-inbox.ts | 2 +- .../lib/apis/notifications-api.service.ts | 4 +- 18 files changed, 478 insertions(+), 472 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx index 6779dc5d0..27c451d2f 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/more-pages/page.tsx @@ -9,7 +9,14 @@ import { useEffect } from "react"; import { toast } from "sonner"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; -import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card"; +import { + Card, + CardContent, + CardDescription, + CardFooter, + CardHeader, + CardTitle, +} from "@/components/ui/card"; import { Dialog, DialogContent, @@ -108,37 +115,26 @@ export default function MorePagesPage() {
{task.title}
-- +{task.pages_reward} pages -
++{task.pages_reward} pages