mirror of
https://github.com/supabase/supabase.git
synced 2026-05-22 17:00:43 +08:00
## Context Refactors the Table Editor's `ColumnEditor` to use the latest UI components, and fix some UI oddities along the way ## Bug fixes - Fix header text vertical alignment - Before: <img width="325" height="59" alt="image" src="https://github.com/user-attachments/assets/e4bc07d4-2630-4a86-a87c-4bbbf94e2f52" /> - After: <img width="351" height="74" alt="image" src="https://github.com/user-attachments/assets/d0a0a246-59b6-4d19-8674-8cc5eb33772c" /> - Fix closing a toast would close the panel as well - Can verify by creating a new column, then hitting save without entering anything. Will trigger some error toasts and closing them will close the panel too - Fix tooltips on "is nullable" and "is unique" showing up irregardless if "is primary key" is toggled on or off