---
number: 29239
slug: 29239-dashboard-weekly-updates-02-09-24-09-09-24
published: 2024-09-12
discussion: https://github.com/orgs/supabase/discussions/29239
labels:
  - frontend
page: https://supabase.com/changelog/29239-dashboard-weekly-updates-02-09-24-09-09-24
---

# Dashboard Weekly Updates [02/09/24 - 09/09/24]

## Schema Visualizer nodes are now persisted

![image](https://github.com/user-attachments/assets/55e18a2a-096a-4e88-b0d1-48ca0856a9a8)

This was yet another request that we've commonly heard from everyone and we're taking a first step to making this happen 😄 Position of the nodes will now be stored within local storage so that you won't have to re-position them each time you land on this page. We've also added a button to help arrange the nodes automatically if that might be preferred!

Note that if you add new tables to the schema however, the node positions will be defaulted to a certain position that may overlap with other nodes - we're definitely looking into how we can make that better so that new nodes can be easily identified (and then shifted around to your liking 🙂)

PR: [https://github.com/supabase/supabase/pull/29136](https://github.com/supabase/supabase/pull/29136)

Link: [https://supabase.com/dashboard/project/\_/schemas](https://supabase.com/dashboard/project/_/schemas)

## Other improvements and bug fixes

[General](https://supabase.com/dashboard)

- Minor improvements to layouts and buttons to ensure their visibility on smaller screens ([PR](https://github.com/supabase/supabase/commit/3fa447d57d36c1de9d323f8de37820cbfbf4ce0d))
- Fix project status filter on home page to only show active projects if only the active checkbox is checked ([PR](https://github.com/supabase/supabase/pull/29223))

[Table Editor](https://supabase.com/dashboard/project/_/editor)

- Fix client crash when creating an empty table with no columns ([PR](https://github.com/supabase/supabase/pull/29062))
- Fix handling of of large JSON / text fields in the side panel text editor ([PR](https://github.com/supabase/supabase/pull/28766))

[SQL Editor](https://github.com/supabase/supabase/pull/29173)

- Add client side validation for query size (max 1MB) ([PR](https://github.com/supabase/supabase/pull/29173))
- Couple of fixes around adding a new folder with the same name as an existing one ([PR](https://github.com/supabase/supabase/pull/29204))

[Database](https://supabase.com/dashboard/project/_/database/tables)

- Update Stripe Wrapper with more tables ([PR](https://github.com/supabase/supabase/pull/29141))
- Remove docs button for database extensions that have no documentation yet ([PR](https://github.com/supabase/supabase/pull/29203))
