Merge pull request #384 from pascalorg/codex/remove-action-bar-dead-controls

Remove unused action bar controls
This commit is contained in:
Aymeric Rabot
2026-06-08 09:15:23 -04:00
committed by GitHub
2 changed files with 0 additions and 8 deletions
@@ -32,13 +32,6 @@ const controls: ControlConfig[] = [
color: 'hover:bg-blue-500/20 hover:text-blue-400', color: 'hover:bg-blue-500/20 hover:text-blue-400',
activeColor: 'bg-blue-500/20 text-blue-400', activeColor: 'bg-blue-500/20 text-blue-400',
}, },
{
id: 'box-select',
iconifyIcon: 'mdi:select-drag',
label: 'Box select',
color: 'hover:bg-white/5',
activeColor: 'bg-white/10 hover:bg-white/10',
},
{ {
id: 'site-edit', id: 'site-edit',
imageSrc: '/icons/site.png', imageSrc: '/icons/site.png',
@@ -995,7 +995,6 @@ export function SecondaryToggles() {
return ( return (
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
<ReferencesControl /> <ReferencesControl />
<ReferenceFloorControl />
</div> </div>
) )
} }