---
number: 23433
slug: 23433-dashboard-weekly-updates-22-04-24-29-04-24
published: 2024-04-30
discussion: https://github.com/orgs/supabase/discussions/23433
labels:
  - frontend
page: https://supabase.com/changelog/23433-dashboard-weekly-updates-22-04-24-29-04-24
---

# Dashboard Weekly Updates [22/04/24 - 29/04/24]

## Other improvements and bug fixes

We've been focusing on improving existing features on the dashboard and fixing some issues over the past week, so while we've got nothing shiny to shout out about, here's still a list of things that we've shipped! 🙂 As always, feel free to let us know if there's something that you guys _really_ want to see in the dashboard - we'll see how we can make it happen 😉

[General](https://supabase.com/dashboard)
- Feedback widget will not clear its contents when closing until explicitly cleared or submitted [[PR](https://github.com/supabase/supabase/pull/23298)]

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Reinstate link button for foreign keys in table editor side panel [[PR](https://github.com/supabase/supabase/pull/23186)]
- Fix creating foreign key on new column after changing column's name [[PR](https://github.com/supabase/supabase/pull/23204)]

[SQL Editor](https://supabase.com/dashboard/project/_/sql/new)
- Set column width of results to be relative to column content length [[PR](https://github.com/supabase/supabase/pull/23235)]

[Authentication](https://supabase.com/dashboard/project/_/auth/policies)
- Added Create policy CTA under each table for convenience [[PR](https://github.com/supabase/supabase/pull/23140)]

[Storage](https://supabase.com/dashboard/project/_/storage/buckets)
- Added file size validation against project's upload limit when uploading files in dashboard [[PR](https://github.com/supabase/supabase/pull/23190)]

[Database](https://supabase.com/dashboard/project/_/database/query-performance)
- Query performance: Fix searching via role and query [[PR](https://github.com/supabase/supabase/pull/23212)]
- Query performance: Add db inspect docs link for visibility to aid in helping identify potential Postgres issues [[PR](https://github.com/supabase/supabase/pull/23268)]
- Enumerated types: clean up form field when reopening create enumerated type panel [[PR](https://github.com/supabase/supabase/pull/23182)]
- Tables: Add ellipses to table descriptions to prevent odd wrapping for long descriptions [[PR](https://github.com/supabase/supabase/pull/23240)]
