---
number: 30005
slug: 30005-dashboard-updates-07-10-24-21-10-24
published: 2024-10-21
discussion: https://github.com/orgs/supabase/discussions/30005
labels:
  - frontend
page: https://supabase.com/changelog/30005-dashboard-updates-07-10-24-21-10-24
---

# Dashboard Updates [07/10/24 - 21/10/24]

## Disk size usage section under organization settings

<img width="1039" alt="Screenshot 2024-10-13 at 03 21 37" src="https://github.com/user-attachments/assets/2a20a674-3b83-4463-b5c4-be008f1a3dcd">

We've added a new disk size section for paid plans to give a quick overview of each project under the organization and their respective disk sizes for better visibility over the corresponding charges. This is only an initial iteration for this UI, we do plan to add historical statistics and more to improve visibility and transparency over what you're using and what you're paying for 🙂

PR: [https://github.com/supabase/supabase/pull/29862](https://github.com/supabase/supabase/pull/29862)

Link: [https://supabase.com/dashboard/org/_/usage](https://supabase.com/dashboard/org/_/usage)

## Bug fixes and other improvements

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Fix views filtering in table editor for local dashboard ([PR](https://github.com/supabase/supabase/pull/29646))
- Fix exporting a table that contains columns of enum array types to CSV ([PR](https://github.com/supabase/supabase/pull/29723))

[SQL Editor](https://supabase.com/dashboard/project/_/sql/new)
- Fix snippets not loading for local dashboard ([PR](https://github.com/supabase/supabase/pull/29750))

[Authentication](https://supabase.com/dashboard/project/_/auth/users)
- Support searching by properties when viewing a user's raw JSON ([PR](https://github.com/supabase/supabase/pull/29825))
