feat(web): Remove summary controls from the web app

This commit is contained in:
Anish Sarkar 2026-06-04 00:52:45 +05:30
parent b5a9bcf87b
commit e427501482
16 changed files with 123 additions and 376 deletions

View file

@ -619,7 +619,6 @@ function AuthenticatedDocumentsSidebarBase({
searchSpaceId,
excludePatterns: matched.excludePatterns ?? DEFAULT_EXCLUDE_PATTERNS,
fileExtensions: matched.fileExtensions ?? Array.from(getSupportedExtensionsSet()),
enableSummary: false,
rootFolderId: folder.id,
});
toast.success(`Re-scan complete: ${matched.name}`);