diff --git a/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx b/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx index 80b7e841f..cf10260ad 100644 --- a/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx +++ b/surfsense_web/app/dashboard/[workspace_id]/playground/components/playground-index.tsx @@ -23,8 +23,7 @@ export function PlaygroundIndex({ workspaceId }: { workspaceId: number }) {

API Playground

- Manually run SurfSense's platform-native APIs and inspect their output. Every run is - captured under Runs. + Manually run SurfSense's platform-native APIs and inspect their output.

diff --git a/surfsense_web/components/documents/FolderNode.tsx b/surfsense_web/components/documents/FolderNode.tsx index b46af227a..1cf74f549 100644 --- a/surfsense_web/components/documents/FolderNode.tsx +++ b/surfsense_web/components/documents/FolderNode.tsx @@ -129,6 +129,7 @@ export const FolderNode = React.memo(function FolderNode({ const rowRef = useRef(null); const [dropZone, setDropZone] = useState(null); const [isRescanning, setIsRescanning] = useState(false); + const [dropdownOpen, setDropdownOpen] = useState(false); const handleRescan = useCallback(async () => { if (isRescanning) return; @@ -349,12 +350,17 @@ export const FolderNode = React.memo(function FolderNode({ )} {!isRenaming && ( - +