mirror of
https://github.com/supabase/supabase.git
synced 2026-05-09 16:27:27 +08:00
The command menu search option uses the unpaginated version of the buckets endpoint, which times out / causes jankiness when users have tends of thousands of buckets. Switch to using the paginated version. The old behaviour is preserved, where only the first 10 results are shown, and the user has to specify a more specific search query to get other buckets. This is for UX simplicity, since this is a convenience feature, and fully infinite-loading search is available in the full Storage interface.