We've updated the layout of the dashboard in hopes to improve the UX for managing team members and billing for organizations, as well as to clearly show the relationship between organizations and their projects. The home page of the dashboard is now scoped to a selected organization instead of showing all projects across all organizations, and accessing organization settings are now in individual links in the side navigation bar.
This isn't publicly available just yet, but we're looking to incrementally roll this out to everyone in batches over the next few weeks, starting as a feature preview initially where you can opt in to experience the updated layout. We'd also love to hear any thoughts or feedback that you might have - do feel free to reach out to us! We're just a message away from the Feedback button at the top right corner of the dashboard ππ
PR: https://github.com/supabase/supabase/pull/33150
Link: https://supabase.com/dashboard
As with our commitment to making billing as transparent as possible, we've made a number of improvements to the billing breakdown section under your organization settings, such as adding individual documentation links to each usage items charged, adding separate items for read replicas / branching, and more! Read more details about the changes if you might be interested in the attached PR below π
PR: https://github.com/supabase/supabase/pull/34861
Link: https://supabase.com/dashboard/org/_/billing
We've added the ability to browse logs relating to database upgrade operations as a way to troubleshoot failed upgrades. Unsuccessful database upgrades are reflected with an alert on the project's home page which now also includes a link to the database upgrade logs along with the exact time interval when the upgrade took place. π οΈ π§
PR: https://github.com/supabase/supabase/pull/27924
Link: https://supabase.com/dashboard/project/_/logs/pg-upgrade-logs
Feature previews have always been available only for the hosted version of the dashboard, but we've decided to make it available for local / self-hosted version of the dashboard too!(Studio) Only feature previews that are relevant to the project will be present, so you'll be able to start using the Tabs interfaces for the Table Editor and SQL Editor soon once we've cut a new release π
PR: https://github.com/supabase/supabase/pull/35060
Table Editor
- Clean up filters and sorts if applied on a column that has been deleted (PR)
- Optimize row retrieval with CTE to improve load times by almost 30x on larger tables (PR)
SQL Editor
- (Feature Preview) Persist scroll position when switching between snippet tabs (PR)
- Fix missing styles when multiple snippets are selected via shift click (PR)
Reports
- Support dragging a SQL chart from the Assistant into an empty custom report (PR)
Logs
- Consolidate date picker in logs to a single UI (PR)
- Add "Last 3 hours" option (PR)
- Add "Copy as JSON" button when view log details (PR)
- Add hint and query details to Postgres Logs (PR)
- Fix
cmd+z undo behaviour in logs explorer (PR)
Integrations
- Add
meters table for Stripe FDW (PR)
- Add Slack FDW (PR)
- Add Cloudflare D1 FDW (PR)
- Add Hubspot FDW (PR)
- Add Orb FDW (PR)