From 6643b8db8f47d14b4ab44076ff2b2c8c2aa80608 Mon Sep 17 00:00:00 2001 From: lucaronin Date: Tue, 17 Feb 2026 22:47:49 +0100 Subject: [PATCH] feat: remove duplicate PROPERTIES section heading from Inspector MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The panel title already says "Properties" — the section heading was redundant. Removed from both DynamicPropertiesPanel and EmptyInspector. Co-Authored-By: Claude Opus 4.6 --- src/components/DynamicPropertiesPanel.tsx | 1 - src/components/Inspector.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/DynamicPropertiesPanel.tsx b/src/components/DynamicPropertiesPanel.tsx index 05f4709f..0186579b 100644 --- a/src/components/DynamicPropertiesPanel.tsx +++ b/src/components/DynamicPropertiesPanel.tsx @@ -199,7 +199,6 @@ export function DynamicPropertiesPanel({ return (
-

Properties

{entry.isA && (
diff --git a/src/components/Inspector.tsx b/src/components/Inspector.tsx index ad0b484e..e2fc97e0 100644 --- a/src/components/Inspector.tsx +++ b/src/components/Inspector.tsx @@ -233,7 +233,6 @@ function EmptyInspector() { return ( <>
-

Properties

No note selected