feat(studio): add color grading inspector controls

This commit is contained in:
ukimsanov
2026-06-16 13:41:41 -07:00
parent d1162cd1b1
commit 8b92f37635
28 changed files with 1433 additions and 179 deletions
@@ -14,6 +14,12 @@ export interface AppToast {
}
export type RightPanelTab = "layers" | "design" | "renders" | "block-params";
export type RightInspectorPane = "layers" | "design";
export interface RightInspectorPanes {
layers: boolean;
design: boolean;
}
export interface AgentModalAnchorPoint {
x: number;