merge upstream/dev into improve-ux-connectors

Resolve 3 conflicts:
- connector-popup.tsx: keep Picker modal coordination (pickerOpen state)
- google-drive-config.tsx: keep Google Picker, discard upstream folder tree
- composio-drive-config.tsx: accept upstream collapsible folder tree UX
This commit is contained in:
CREDO23 2026-03-10 23:40:04 +02:00
commit 89ed845dcd
108 changed files with 2264 additions and 1799 deletions

View file

@ -61,7 +61,7 @@ export function toDisplayDoc(item: ApiDocumentInput): DocumentDisplay {
}
const EMPTY_TYPE_FILTER: DocumentTypeEnum[] = [];
const INITIAL_PAGE_SIZE = 20;
const INITIAL_PAGE_SIZE = 50;
const SCROLL_PAGE_SIZE = 5;
function isValidDocument(doc: DocumentElectric): boolean {

View file

@ -59,7 +59,7 @@ export function useInbox(
searchSpaceId: number | null,
category: NotificationCategory,
prefetchedUnread?: { total_unread: number; recent_unread: number } | null,
prefetchedUnreadReady = true,
prefetchedUnreadReady = true
) {
const electricClient = useElectricClient();