From 0f7217f42d3b210edb7156a436246b0184facbd3 Mon Sep 17 00:00:00 2001 From: Hyteq Date: Mon, 23 Jun 2025 17:43:44 +0300 Subject: [PATCH] dik --- .../components/editor/properties-panel.tsx | 65 ------------------- 1 file changed, 65 deletions(-) diff --git a/apps/web/src/components/editor/properties-panel.tsx b/apps/web/src/components/editor/properties-panel.tsx index af80f46..496550b 100644 --- a/apps/web/src/components/editor/properties-panel.tsx +++ b/apps/web/src/components/editor/properties-panel.tsx @@ -40,72 +40,7 @@ export function PropertiesPanel() { return (
- {/* Image Treatment - only show if an image is selected */} - {firstImageItem && ( - <> -
-

Image Treatment

-
- {/* Preview */} -
- -
- -
-
- {/* Background Type */} -
- - -
- - {/* Background Color - only show for color type */} - {backgroundType === "color" && ( -
- -
- setBackgroundColor(e.target.value)} - className="w-16 h-10 p-1" - /> - setBackgroundColor(e.target.value)} - placeholder="#000000" - className="flex-1" - /> -
-
- )} -
-
- - - - )} {/* Transform */}