---
number: 20231
slug: 20231-dashboard-weekly-updates-01-01-24-01-08-24
published: 2024-01-08
discussion: https://github.com/orgs/supabase/discussions/20231
labels:
  - frontend
page: https://supabase.com/changelog/20231-dashboard-weekly-updates-01-01-24-01-08-24
---

# Dashboard Weekly Updates [01/01/24 - 01/08/24]

## Improve loading interface on Auth users page

Navigating between pages if your project has many users is now less jarring.

PR: [https://github.com/supabase/supabase/pull/19940](https://github.com/supabase/supabase/pull/19940)

Link: [https://supabase.com/dashboard/project/_/auth/users](https://supabase.com/dashboard/project/_/auth/users)

## Fix viewing RLS policies of a table from table editor not selecting its schema on the RLS page

More specifically if the table does not belong to the `public` schema.

PR: [https://github.com/supabase/supabase/pull/20100](https://github.com/supabase/supabase/pull/20100)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Fix inability to delete enumerated type from the dashboard if type name has Uppercase initial letter

Thank you @tranhoangvuit for helping us on this!

PR: [https://github.com/supabase/supabase/pull/20023](https://github.com/supabase/supabase/pull/20023)

Link: [https://supabase.com/dashboard/project/_/database/types](https://supabase.com/dashboard/project/_/database/types)

## Sort RLS policies alphabetically

Once again, thank you @tranhoangvuit for helping us with this!

PR: [https://github.com/supabase/supabase/pull/20163](https://github.com/supabase/supabase/pull/20163)

Link: [https://supabase.com/dashboard/project/_/auth/policies](https://supabase.com/dashboard/project/_/auth/policies)
