mirror of
https://github.com/supabase/supabase.git
synced 2026-07-06 00:04:23 +08:00
* CmdK OrgProjectSwitcher to swap useProjectsQuery with useProjectsInfiniteQuery * Remove usage of useProjectsQuery in ProjectDropdown * Remove usage of useProjectsQuery in NotificationsPopover * Remove usage of useProjectsQuery in NotificationsFilter * Remove usage of useProjectsQuery from LoadingState * Clean * Remove usage of getProjects from org-ai-details and fix missing key props in AIOnboarding * Remove useAutoProjectsPrefetch from org/[slug]/index * Fix TS + clean up * Clean * Remove usage of useProjectsQuery in NewOrgForm * Remove usage of useProjectsQuery in SupportForm -> AIAssistantOption * Remove usage of useProjectsQuery in PlanUpdateSidePanel * Remove usage of useProjectsQuery in NoProjectsOnPaidPlan * Remove useProjectsQuery in IntegrationPanels * Remove useProjectsQuery from IntegrationPanels 2 * Remove useProjectsQuery from IntegrationConnection * Remove useProjectsQuery from ProjectLinker, SidePanelVercelProjectLinker, and choose-project * Clean up * Rename a state to be in the same style. * Remove button ref, it was used to match the width. Use sameWidthAsTrigger. * Remove console.log. * Remove hardcoded width. --------- Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>