From 1c56066f4719670ab56a0191c4f5bcc5ad517e1e Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Mon, 19 Jan 2026 20:22:46 +0100 Subject: [PATCH] Remove 'About Tangibles' helper text section Removed the blue info box with tangible explanations from the TangibleConfig modal to streamline the interface. Co-Authored-By: Claude Sonnet 4.5 --- src/components/Config/TangibleConfig.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/Config/TangibleConfig.tsx b/src/components/Config/TangibleConfig.tsx index fd74aa9..208375d 100644 --- a/src/components/Config/TangibleConfig.tsx +++ b/src/components/Config/TangibleConfig.tsx @@ -163,19 +163,6 @@ const TangibleConfigModal = ({ isOpen, onClose, initialEditingTangibleId }: Prop onAdd={handleAddTangible} /> - - {/* Helper Text */} -
-

About Tangibles

-
    -
  • • Tangibles are physical objects used in presentation mode
  • -
  • • Filter mode: activates filters on selected labels
  • -
  • • State mode: switches to a specific timeline state
  • -
  • • Internal IDs are auto-generated from names
  • -
  • • Hardware IDs map configurations to physical tokens/devices
  • -
  • • You can change hardware IDs to swap physical tokens
  • -
-
{/* Right Column - Management (40%) */}