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

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

## Greater clarity on billing breakdown

<img width="1144" alt="new-billing-breakdown" src="https://github.com/supabase/supabase/assets/31189692/2cd2543e-fabd-483b-b9e0-e2894b9eb6e4">

We value transparency here at Supabase and that includes ensuring our users having clear visibility over what they are paying for. We've added some details in the organization billing breakdown section to show what are the "Current costs", on top of the "Projected costs" for the organization, and also added information regarding both of them in the form of tooltips. Compute credits are also shown here to ensure that those are considered in the costs calculation.

PR: [https://github.com/supabase/supabase/pull/20498](https://github.com/supabase/supabase/pull/20498)

Link: [https://supabase.com/dashboard/org/_/billing#breakdown](https://supabase.com/dashboard/org/_/billing#breakdown)

## SQL Editor preview snippets by hovering over them in the navigation menu

![image](https://github.com/supabase/supabase/assets/19742402/3181223c-d777-4505-890e-c308e30311c2)

In efforts to hopefully to make it easier to find your queries. We're aware that users are facing difficulty in managing their SQL queries, in particular when the number of queries grow really big - we're actively looking into how to make things better 🙏 Watch this space!

PR: [https://github.com/supabase/supabase/pull/20694](https://github.com/supabase/supabase/pull/20694)

Link: [https://supabase.com/dashboard/project/_/sql/new](https://supabase.com/dashboard/project/_/sql/new)

## Table Editor edit text cells with larger real estate

![image](https://github.com/supabase/supabase/assets/19742402/5b2daf95-6558-4842-9349-7068b8d9f961)

We've seen some users reaching out to us via feedback that they'd like a larger editor to edit their text-based column cells on the table editor - we hear you! And we've also sprinkled in some Markdown preview for those who might need it 🙂

PR: [https://github.com/supabase/supabase/pull/20727](https://github.com/supabase/supabase/pull/20727)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Auth email templates preview

<img width="1712" alt="image" src="https://github.com/supabase/supabase/assets/28647601/fef15758-1722-42ad-aa17-f0725980eba5">

Many users have been requesting for this, and so has the team internally - you may now preview your HTML email templates right here in the dashboard. Gone are the days having to manually check your templates elsewhere, hopefully this will make your development lives a little easier.

PR: [https://github.com/supabase/supabase/pull/20681](https://github.com/supabase/supabase/pull/20681)

Link: [https://supabase.com/dashboard/project/_/auth/templates](https://supabase.com/dashboard/project/_/auth/templates)

## Database enumerated types will show enumerated types only

Shoutout to @Nabhag8848 for the help on this! We always appreciate and look up to any support from the community 🙏

PR: [https://github.com/supabase/supabase/pull/20576](https://github.com/supabase/supabase/pull/20576)

Link: [https://supabase.com/dashboard/project/_/database/types](https://supabase.com/dashboard/project/_/database/types)

## `cron` schema from the `pg-cron` extension no longer editable via the GUI

The schema is nonetheless still editable from the SQL editor by writing queries directly. This is in efforts to prevent directly inserting/updating rows on the `pg_cron` extension's `cron.job` table as it bypasses security checks that would've been asserted when jobs are scheduled/modified via `pg_cron` functions. More information [here](https://github.com/orgs/supabase/discussions/19298).

PR: [https://github.com/supabase/supabase/pull/20664](https://github.com/supabase/supabase/pull/20664)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)

## Table Editor fix inability to copy input field values in the row side panel editor

PR: [https://github.com/supabase/supabase/pull/20671](https://github.com/supabase/supabase/pull/20671)

Link: [https://supabase.com/dashboard/project/_/editor](https://supabase.com/dashboard/project/_/editor)
