mirror of
https://github.com/OFFIS-ESC/constellation-analyzer
synced 2026-01-26 23:43:40 +00:00
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 <noreply@anthropic.com>
This commit is contained in:
parent
3e2a7b6b20
commit
1c56066f47
1 changed files with 0 additions and 13 deletions
|
|
@ -163,19 +163,6 @@ const TangibleConfigModal = ({ isOpen, onClose, initialEditingTangibleId }: Prop
|
|||
onAdd={handleAddTangible}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Helper Text */}
|
||||
<div className="mt-6 p-4 bg-blue-50 border border-blue-200 rounded-lg">
|
||||
<h4 className="text-sm font-semibold text-blue-900 mb-1">About Tangibles</h4>
|
||||
<ul className="text-xs text-blue-800 space-y-1">
|
||||
<li>• Tangibles are physical objects used in presentation mode</li>
|
||||
<li>• Filter mode: activates filters on selected labels</li>
|
||||
<li>• State mode: switches to a specific timeline state</li>
|
||||
<li>• Internal IDs are auto-generated from names</li>
|
||||
<li>• Hardware IDs map configurations to physical tokens/devices</li>
|
||||
<li>• You can change hardware IDs to swap physical tokens</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Right Column - Management (40%) */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue