---
number: 40734
slug: 40734-dashboard-updates-101125-251125
published: 2025-11-24
discussion: https://github.com/orgs/supabase/discussions/40734
labels:
  - frontend
page: https://supabase.com/changelog/40734-dashboard-updates-101125-251125
---

# Dashboard Updates (101125 - 251125)

Another brief summary of changes that went into the dashboard over the past 2 weeks 🙂 🙏

## Update to the Storage UI

<img width="1440" alt="image" src="https://github.com/user-attachments/assets/0b4ffacc-47e9-484c-b620-7cbd9d7175e0" />

This was mentioned in the previous changelog announcement but we've recently updated the UI of the storage section in the dashboard as we're expanding the product with 2 new types of buckets - Analytics and Vectors 🙂 

We'll have more information regarding these 2 buckets in the near future, but if you might be interested in Analytics Buckets, we've got a separate discussion [here](https://github.com/orgs/supabase/discussions/40116) where we're hoping to get some feedback once it becomes available! 🙏🙂 Watch this space!

PR: [https://github.com/supabase/supabase/pull/40076](https://github.com/supabase/supabase/pull/40076)

Link: [https://supabase.com/dashboard/project/_/storage/files](https://supabase.com/dashboard/project/_/storage/files)

## Other bug fixes and improvements

[Account](https://supabase.com/dashboard/account/me)
- Add settings to toggle Inline SQL Editor Panel via keyboard shortcut ([PR](https://github.com/supabase/supabase/pull/39892))

[Auth](https://supabase.com/dashboard/project/_/auth/users)
- Support toggling security emails from respective templates page (Feature is behind a feature preview) ([PR](https://github.com/supabase/supabase/pull/40069))
- Default users search to be on the emails column instead of user ID ([PR](https://github.com/supabase/supabase/pull/40419))

[Storage](https://supabase.com/dashboard/project/_/storage/files)
- Virtualize rendering of buckets to support rendering a large number of buckets in UI ([PR](https://github.com/supabase/supabase/pull/40021))
- Added search support to search on bucket names for bucket policies page ([PR](https://github.com/supabase/supabase/pull/40456))

[Database](https://supabase.com/dashboard/project/_/database/triggers)
- Adds a link from trigger list to the corresponding database function, and a link to the table in the Table Editor ([PR](https://github.com/supabase/supabase/pull/40068))

[Edge Functions](https://supabase.com/dashboard/project/_/functions)
- Fix code editor warnings overflowing issue ([PR](https://github.com/supabase/supabase/pull/40054))

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Fix mobile menu closing when changing schema ([PR](https://github.com/supabase/supabase/pull/38572))
- Hide row actions and separators for tables in protected schemas ([PR](https://github.com/supabase/supabase/pull/40159))
- Fix empty state drag drop zone to handle non CSV file types ([PR](https://github.com/supabase/supabase/pull/40189))
- Fix Table Editor not horizontally scrollable when there's no rows ([PR](https://github.com/supabase/supabase/pull/40305))
- Link to policies page to use table name as search param instead of table ID ([PR](https://github.com/supabase/supabase/pull/40376))
- Persist sort preferences within "Select foreign key record" sheet ([PR](https://github.com/supabase/supabase/pull/39261))

[Support Form](https://supabase.com/dashboard/support/new)
- Automatically select the organization in the support form if navigating to support form from an organization page ([PR](https://github.com/supabase/supabase/pull/40108))
