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

# Dashboard Weekly Updates [19/02/24 - 26/02/24]

## Paid organizations can now launch projects on bigger compute immediately

![Screenshot 2024-02-26 at 22 01 03](https://github.com/supabase/supabase/assets/19742402/afbd2c94-828f-46c1-ae69-1c4d8c695ae9)

Paid plan users can now immediately launch projects on larger compute sizes. Previously, paid organizations had to launch projects on the default "Micro" instance and then separately upgrade their instance. You can always up and downgrade your instance in hindsight. Feel free to leave any feedback in our discussions [here](https://github.com/orgs/supabase/discussions/21386)!

PR: [https://github.com/supabase/supabase/pull/21292](https://github.com/supabase/supabase/pull/21292)

Link: [https://supabase.com/dashboard/new/_](https://supabase.com/dashboard/new/_)

## Update on Table Editor search input

<img width="357" alt="Screenshot 2024-02-23 at 7 59 21 PM" src="https://github.com/supabase/supabase/assets/8291514/5e1bd973-bcc0-439f-b96f-5d49df37f44f">

As mentioned in last week's changelog (and also as always 😉) we see everyone's feedback regarding the changes to the table editor search input and have enacted a slight change to make the search action more prominent and easier to click on! Again, thank you to everyone for sounding your thoughts, we genuinely appreciate them as it helps us guide the dashboard's DX to be optimal - keep em coming!

Separetely - we're also aware of the feedback regarding our change in the way you manage your foreign keys as announced in the [changelog discussion](https://github.com/orgs/supabase/discussions/21219) 2 weeks ago - fret not! We're actively looking into that as well 🙂

PR: [https://github.com/supabase/supabase/pull/21486](https://github.com/supabase/supabase/pull/21486)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Resizeable inner sidebars for Table Editor and SQL Editor

https://github.com/supabase/supabase/assets/8291514/1f3d04ef-df86-4398-b7b3-42a9effe950d

For those who might have tables or SQL queries with long names, this should help alleviate some issues with the names truncating. Hopefully it'll be easier to find your tables / SQL queries! 😊

PR: [https://github.com/supabase/supabase/pull/21548](https://github.com/supabase/supabase/pull/21548)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Connecting to your project - added Expo React Native guides

Last week we [announced](https://github.com/orgs/supabase/discussions/21366) a quicker way to get your project's connection parameters on the project's home page and we're heartened to already see some community contributions to add more content for different frameworks! Shoutout to @Hallidayo for the help on this - we're always keeping an eye out for more of such contributions 😄

PR: [https://github.com/supabase/supabase/pull/21350](https://github.com/supabase/supabase/pull/21350)

Link: [https://supabase.com/dashboard/project/_](https://supabase.com/dashboard/project/_)

## Other improvements and bug fixes

[Home](https://supabase.com/dashboard/projects)
- Sort projects alphabetically and add search functionality for projects ([PR](https://github.com/supabase/supabase/pull/21392))

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Fix missing role impersonation functionality when opening a view ([PR](https://github.com/supabase/supabase/pull/21401))
- Fix a11y on table menu items ([PR](https://github.com/supabase/supabase/pull/21482))
- Fix inability to update primary key of a table after renaming the table ([PR](https://github.com/supabase/supabase/pull/21285))

[SQL Editor](https://supabase.com/dashboard/project/_/sql)
- Fix error highlighting wrong line if running a selected portion of the query ([PR](https://github.com/supabase/supabase/pull/21288))
