From d66295aeddadf713e5bd6cf6db7dc4a52dc29bda Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Tue, 19 May 2026 21:02:07 +0530 Subject: [PATCH] chore: ran linting --- .../[search_space_id]/logs/loading.tsx | 5 +- .../new-chat/[[...chat_id]]/page.tsx | 7 +- .../search-space-settings/general/page.tsx | 6 +- .../image-models/page.tsx | 6 +- .../search-space-settings/models/page.tsx | 6 +- .../search-space-settings/prompts/page.tsx | 6 +- .../public-links/page.tsx | 6 +- .../search-space-settings/roles/page.tsx | 6 +- .../team-memory/page.tsx | 6 +- .../search-space-settings/team-roles/page.tsx | 6 +- .../vision-models/page.tsx | 6 +- .../components/AgentPermissionsContent.tsx | 12 +- .../components/MemoryContent.tsx | 4 +- .../user-settings/layout-shell.tsx | 5 +- surfsense_web/app/dashboard/error.tsx | 5 +- surfsense_web/app/error.tsx | 5 +- .../agent-action-log/action-log-dialog.tsx | 7 +- .../agent-action-log/action-log-item.tsx | 4 +- .../assistant-ui/assistant-message.tsx | 3 +- .../baidu-search-api-connect-form.tsx | 4 +- .../components/google-drive-config.tsx | 23 +- .../components/teams-config.tsx | 4 +- .../assistant-ui/inline-citation.tsx | 27 +- .../components/assistant-ui/markdown-text.tsx | 3 +- .../components/assistant-ui/thread.tsx | 420 +++++++++--------- .../comment-panel/comment-panel.tsx | 2 +- .../member-mention-item.tsx | 4 +- .../components/free-chat/anonymous-chat.tsx | 3 +- .../components/inference-params-editor.tsx | 5 +- .../layout/hooks/useSidebarResize.ts | 38 +- .../layout/ui/icon-rail/IconRail.tsx | 3 +- .../ui/sidebar/DesktopLocalTabContent.tsx | 2 +- .../layout/ui/sidebar/InboxSidebar.tsx | 4 +- .../layout/ui/sidebar/MobileSidebar.tsx | 5 +- .../layout/ui/sidebar/SidebarButton.tsx | 8 +- .../layout/ui/sidebar/SidebarSection.tsx | 4 +- .../layout/ui/sidebar/SidebarUserProfile.tsx | 2 +- .../components/layout/ui/tabs/TabBar.tsx | 5 +- .../public-chat-snapshot-row.tsx | 2 +- .../components/report-panel/report-panel.tsx | 78 ++-- .../components/settings/roles-manager.tsx | 12 +- .../settings/team-memory-manager.tsx | 4 +- .../components/sources/DocumentUploadTab.tsx | 13 +- .../components/tool-ui/citation/citation.tsx | 6 +- surfsense_web/components/ui/callout-node.tsx | 5 +- surfsense_web/components/ui/equation-node.tsx | 7 +- surfsense_web/lib/chat/thread-persistence.ts | 1 - surfsense_web/lib/url.ts | 10 +- 48 files changed, 372 insertions(+), 443 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/logs/loading.tsx b/surfsense_web/app/dashboard/[search_space_id]/logs/loading.tsx index 115125531..e734d4e53 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/logs/loading.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/logs/loading.tsx @@ -53,7 +53,10 @@ export default function Loading() { {/* Table Rows */} {[...Array(6)].map((_, i) => ( -
Flip{" "}
- SURFSENSE_ENABLE_PERMISSION on
- the backend to manage allow/deny/ask rules from this panel.
+
+ SURFSENSE_ENABLE_PERMISSION
+ {" "}
+ on the backend to manage allow/deny/ask rules from this panel.