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

# Dashboard Updates [23/09/24 - 07/10/24]

## Improved users management UI

![image](https://github.com/user-attachments/assets/59be9f0e-30ad-4eeb-aa99-cafc6f0b83e5)

One of our oldest pages on the dashboard has finally gotten an upgrade! 😄 We're taking the first steps towards a pattern of visualizing table data with a data grid, with the Auth users page being our first contender. Couple of stuff that we'd love to highlight that were improved and introduced:

### Click on users to grab more details about them in a side panel ([PR](https://github.com/supabase/supabase/pull/29468))
![Screenshot 2024-10-07 at 11 55 24](https://github.com/user-attachments/assets/1393bbe2-ec47-4bef-a7a4-17ce133b060b)

### Added a ban functionality within the danger zone at the bottom of the panel
![image](https://github.com/user-attachments/assets/ce7db424-5caa-457a-9180-2e999b180a8e)

### Search now also supports filtering for providers ([PR](https://github.com/supabase/supabase/pull/29515))
![image](https://github.com/user-attachments/assets/de943a7e-02ae-4de7-a0a6-5f7b4b1d70d7)

### Columns can be sorted based on your preference (and will be persisted in local storage)

https://github.com/user-attachments/assets/3f7890ca-04cf-4cb9-8046-63b3db9b6eb9

### You can also now toggle column visibility, as well as apply sorts on columns
![image](https://github.com/user-attachments/assets/a3009aac-e8d1-4a4a-9744-8af9d0375822)

### View authentication logs of the user right from the panel ([PR](https://github.com/supabase/supabase/pull/29656))
![image](https://github.com/user-attachments/assets/87a6fe4c-f3e4-4fb1-a7be-80ef1e07270d)

These tooling should now allow you to customize the auth users view that best fits your workflow, and we definitely hope to keep making this better so as always, feel free to drop us any feedback good or bad, any bugs via the widget at the top right corner of the dashboard 🙂 We say this all the time and its a promise that we've kept - we look at _every_ feedback that comes in 🤙

PR: [https://github.com/supabase/supabase/pull/29105](https://github.com/supabase/supabase/pull/29105)

Link: [https://supabase.com/dashboard/project/_/auth/users](https://supabase.com/dashboard/project/_/auth/users)

## Timestamp helper for Logs Collections

https://github.com/user-attachments/assets/80541e0a-4571-4193-ab9e-8d9af4b63d55

Hovering over the date/time string in the left most column of a row in any logs collection will now show a helper tooltip that will depict the time in 4 different formats: UTC, Local TZ, Relative time, and raw numerical timestamp. This will hopefully help with interpreting timestamps much easier and faster and alleviate any confusion around timezones! 🙂🕰️ We're also planning to use this pattern across the whole dashboard too wherever time data is involved 💪🏻

PR: [https://github.com/supabase/supabase/pull/29530](https://github.com/supabase/supabase/pull/29530)

Link: [https://supabase.com/dashboard/project/_/logs/edge-logs](http://localhost:8082/project/_/logs/edge-logs)

## Other bug fixes and improvements

[General](https://supabase.com/dashboard)
- Added breakdown of security issues dropdown on project home page ([PR](https://github.com/supabase/supabase/pull/29598))

[Organization Settings](https://supabase.com/dashboard/org/_/team)
- Fixed tooltip not showing up for users with project scoped roles, to show which projects they have roles for ([PR](https://github.com/supabase/supabase/pull/29502))

[Table Editor](https://supabase.com/dashboard/project/_/editor)
- Autofocus on search input when navigating to table editor ([PR](https://github.com/supabase/supabase/pull/29446))
- Improved column type dropdown with searching for types ([PR](https://github.com/supabase/supabase/pull/29534))
- Improved datetime editing in table editor grid + support for setting these column values to NULL ([PR](https://github.com/supabase/supabase/pull/29660))

[Edge Functions](https://supabase.com/dashboard/project/_/settings/functions)
- Added validations for adding/removing secrets on SUPABASE_ prefixed secrets ([PR](https://github.com/supabase/supabase/pull/29661))

[Reports](https://supabase.com/dashboard/project/_/reports/database)
- Added database connections charts to database reports ([PR](https://github.com/supabase/supabase/pull/29637))
