Here's a brief summary of the changes that went into the Supabase dashboard over the past two weeks between the 18th of August to 1st September 2025! π As always - we promise that we read through every feedback that comes to us so don't hesitate to share any ideas or thoughts! π
Set expiration dates for Personal Access Tokens
https://github.com/user-attachments/assets/7ba131ff-3fd6-4454-9d6f-85cd1049773a
You can now set an expiration date when creating Personal Access Tokens! Expiration can be configured using preset durations, a custom date (up to 1 year), or set to never expire. Feel free to leave any thoughts or feedback in our discussion here!
PR: https://github.com/supabase/supabase/pull/37908
Link: https://supabase.com/dashboard/account/tokens
Sync tooltips in Reports across all charts
You can now sync either chart headers and/or tooltips in your project's built-in reports to better visualize your data across different metrics at a specific point in time! This can be toggled with the settings button in the built-in reports pages (although the tooltip value break downs are available from the Team plan and above π)
PR: https://github.com/supabase/supabase/pull/37866
Link: https://supabase.com/dashboard/project/_/reports
UI update to Auth RLS policies page
As part of an ongoing effort to improve consistency of the dashboard layouts across all pages, the UI of the Auth Policies page has been updated, and the changes further emphasizes tables with RLS disabled with an amber accent. Let us know what you think! ππ
PR: https://github.com/supabase/supabase/pull/38204
Link: https://supabase.com/dashboard/project/_/auth/policies
UI update to Integrations page
Similar to the above, the project Integrations page has also gotten an update to bring the UX and layout closer to other parts of the dashboard. Cron and Queue integrations have also been updated to use the Data Grid for listing cron jobs and queues π
PR: https://github.com/supabase/supabase/pull/38113
Link: https://supabase.com/dashboard/project/_/integrations
Assistant UI Refinements to improve transparency of tool calls
We've made some adjustments to the UI of the Assistant as well as the prompt rendering to improve readability, but importantly also looked into enhancing the transparency of tools calls by the Assistant which aims to reveal the thought process of the Assistant.
We're constantly trying to improve the Assistant's response quality and are currently still in the process of tweaking things in hopes to support you working with Supabase and Postgres better! πͺπ» If you might have any ideas or feedback from using the Assistant, don't hesitate to leave them in this thread! π
PR: https://github.com/supabase/supabase/pull/38228
Link: https://supabase.com/dashboard/project/_
Other bug fixes and improvements
- Updated layout of account preferences pages to improve consistency of IA (PR)
- Support for updating profile's username and primary email (PR)
AI Assistant Shoutout to @taishikato for the contributions here - we really appreciate it! ππ
- Added support for editing messages to the Assistant (PR)
- Added support for deleting messages to the Assistant (PR)
- Added support to stop Assistant responses mid stream (PR)
- Fix CSV import for Postgres array types (PR)
- Fix copy action copies whole cell value even if only a subset of the value is highlighted while editing cell (PR)
- Search list items now have context menu support (PR)
- Fix searching doesn't show snippets that are within folders (PR)
- Prevent creating folders of the same name but different casing (PR)
- Fix editing a bucket not selecting the right unit if a bucket had a file size limit greater than 1KB (PR)
- Updated chart colors to improve contrast (PR)
General Shoutout to @saeris for multiple contributions towards cleaning up our code base with replacing deprecated components and improving our UI consistency across the dashboard! Thank you so much! ππ