mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 15:04:35 +08:00
* Add pagination to SQL editor for results longer than 100 rows * Change pagination to automatically setting a limit * Fix * Address initial comments * Compress SQL editor actions when ai assistant is open and screen is of a certain width * Fix checking * Add some fixes and tests * Add a message if the query had an error and the limit was applied * Rename to suffixWithLimit * Small refactor and fix