refactor: implement new layout structure for search space and user settings with clear ownership

This commit is contained in:
Anish Sarkar 2026-05-19 01:04:59 +05:30
parent 22f6b9dfe4
commit d129ddd8f7
34 changed files with 560 additions and 586 deletions

View file

@ -396,7 +396,7 @@ export const ConnectorIndicator = forwardRef<ConnectorIndicatorHandle, Connector
onClick={() => {
handleOpenChange(false);
router.push(
`/dashboard/${searchSpaceId}/search-space-settings?tab=models`
`/dashboard/${searchSpaceId}/search-space-settings/models`
);
}}
>

View file

@ -162,7 +162,7 @@ const DocumentUploadPopupContent: FC<{
variant="outline"
onClick={() => {
onOpenChange(false);
router.push(`/dashboard/${searchSpaceId}/search-space-settings?tab=models`);
router.push(`/dashboard/${searchSpaceId}/search-space-settings/models`);
}}
>
<Settings className="mr-2 h-4 w-4" />