Dashboard Updates (220925 - 061025)

Oct 6, 2025

Another brief summary of changes that went into the dashboard over the past 2 weeks, but before that...

Supabase Select just wrapped up over the weekend!#

If you might have missed it or want to get involved - Livestreams are available on the Supabase Youtube channel, or on our site here! A huge thank you to everyone in the community for joining us on this journey thus far - and as always let us know any feedback / ideas / thoughts, anything! We promise we look at every message that comes in ๐Ÿ™‚๐Ÿ™

Assistant Improvements#

We've been shipping some incremental improvements to the Assistant which involves both better response speeds, better quality outputs, and better UX with a more action-oriented approach (along with some style refinements to messages and tools)! ๐Ÿค–๐Ÿ™‚

These are all in hopes to support you while building out with Supabase and we're still looking into how we can make the experience even better for you! Feel free to leave any feedback or ideas in this thread on how we can further improve the Assistant ๐Ÿ˜„๐Ÿ™

PR:

Link: https://supabase.com/dashboard/project/_

Contextual error handling in Table Editor#

Enabling users to self-debug when running into issues have been at the forefront of our priority recently - this is just a small addition to that topic in which we're opting to provide contextual errors in the table editor, specifically when applying filters ๐Ÿ™‚๐Ÿ”

Hopefully these will provide better clues while working with the Table Editor instead of just merely showing "Failed to retrieve rows" - and we're hoping to expand this further too to cover more cases! ๐Ÿ™

PR: https://github.com/supabase/supabase/pull/39004

Link: https://supabase.com/dashboard/project/_/editor

Other bug fixes and improvements#

General

  • Improve clarity of errors for organization member invite flow (PR)
  • Fix deleting project not refreshing list of projects on home page (PR)

Table Editor

  • Fix "New table" button not working if on an unknown table (PR)
  • Improve stability of tab state syncing between URL params and local storage (PR)
  • Use session storage as default cache for tab state (PR)
  • Ensure CSV chunk uploads handle rate limits properly (PR)
  • Refrain from applying a default sort on JSON columns (PR)
  • Flatten copy cell and row actions in context menu (PR)

Storage Explorer

  • Fix long bucket names blocking bucket actions (PR)

Integrations

  • Fix webhooks HTTP headers for edge functions not loading Auth headers on first open (PR)

Advisors

  • Query performance improve layout of metadata in query details panel (PR)
  • Query performance consolidate time consumed and total time columns (PR)
  • Query performance make query pattern expandable (PR)
  • Query performance improve time consumed text to be more human readable (PR)

Reports

  • Improve tooltip UX (PR)
  • Make chart highlight actions configurable per chart (PR)
  • Use is instead of matches in API filters (PR)
  • Fix max pooler connections tooltip (PR)
  • Always show tooltip values (PR)

Build in a weekend, scale to millions