Refactor DesignEditableGrid with flat layout and explicit edit states

Replace ghost hover fields with white control surfaces, add description
support, shared popover styling, and clearer deferred-save validation.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Developing-Gamer 2026-07-15 18:47:42 -07:00
parent 32daff06f5
commit 31310b49f9
2 changed files with 452 additions and 468 deletions

View File

@ -14,7 +14,8 @@ export type {
} from "../../../../../packages/dashboard-ui-components/src/components/dialog";
export * from "./analytics-card";
export * from "./design-tokens";
export * from "./editable-grid";
export * from "./editable-grid.tsx";
export type * from "./editable-grid.tsx";
export * from "./list";
export * from "./menu";
export * from "./select";