From ccf8c063da1bebd7c0138b01501b88649bf6c49b Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sat, 21 Feb 2026 22:55:54 +0530 Subject: [PATCH] feat: update settings navigation to include section parameters for improved user experience --- .../[search_space_id]/onboard/page.tsx | 2 +- .../[search_space_id]/settings/page.tsx | 22 ++++++++++++++----- .../dashboard/[search_space_id]/team/page.tsx | 22 ++++++++++--------- .../assistant-ui/connector-popup.tsx | 2 +- .../assistant-ui/document-upload-popup.tsx | 2 +- .../layout/providers/LayoutDataProvider.tsx | 4 ++-- .../layout/ui/sidebar/ChatListItem.tsx | 4 ++-- .../components/new-chat/chat-share-button.tsx | 2 +- .../public-chat-snapshot-row.tsx | 18 ++++++++------- 9 files changed, 47 insertions(+), 31 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx index 8709a4491..17db12ab7 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx @@ -259,7 +259,7 @@ export default function OnboardPage() { You can add more configurations and customize settings anytime in{" "} @@ -954,14 +954,16 @@ function AllInvitesDialog({
- - {typeof window !== "undefined" - ? `${window.location.origin}/invite/${invite.invite_code}` - : `/invite/${invite.invite_code}`} - -