Catalogue controls
Refine machines
0 ? 'accent' : 'neutral'}>
{activeFilterCount} active
onQueryChange(event.currentTarget.value)}
placeholder="Search by mechanism, part, or fact…"
leftIcon={}
hint="Search scans names, tags, applications, engineering facts, and component descriptions."
/>
{MACHINE_CATEGORIES.map((category) => (
onToggleCategory(category)}
>
{category}
))}
{DIFFICULTIES.map((difficulty) => (
onToggleDifficulty(difficulty)}
>
{difficulty}
{difficulty.slice(0, 3)}
))}
{RELEASE_PHASES.map((phase) => (
onTogglePhase(phase)}
>
{phaseLabel(phase)}
))}
({
value: mode,
label: mode === 'comfortable' ? 'Comfort' : 'Compact'
}))}
/>
);
}