Files
supabase/apps/studio/components/interfaces/TableGridEditor/SidePanelEditor
Danny White 8cd43e3584 fix(studio): show queue changes label for queued table edits (#44168)
## What kind of change does this PR introduce?

Bug fix.

## What is the current behavior?

When Queue table operations is enabled, Table Editor cell edit
affordances still say `Save changes`, even though the edit is queued for
later review and save.

## What is the new behavior?

Cell edit affordances in the Table Editor now say `Queue changes` when
the Queue table operations feature preview is enabled, and continue to
say `Save changes` otherwise.

| Before | After |
| --- | --- |
| <img width="640" height="796" alt="CleanShot 2026-03-25 at 17 55
20@2x"
src="https://github.com/user-attachments/assets/e0de99f0-2c08-4723-8f79-a7489ebdd355"
/> | <img width="672" height="838" alt="CleanShot 2026-03-25 at 17 55
08@2x-68362D24-A25C-41D5-920C-38B85E816F54"
src="https://github.com/user-attachments/assets/7b437259-673c-46c7-85df-51f1daa8826b"
/> |

## Additional context

This updates the inline text, JSON, and date/time editors, plus the JSON
side-panel cell editor path.

---------

Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
2026-03-25 15:44:51 +08:00
..