Problem
The sidebar project list is a flat, unfiltered column. It works up to roughly a dozen buttons; with a few dozen projects (per-client folders, a large ICM workspace) finding the right button means scrolling and scanning the whole list.
Intended fix
A small filter input above the project list: case-insensitive substring match on label, path and group, live re-render on input, Esc clears. The input stays hidden while the list is short (< 8 projects) so small setups see no extra chrome. Frontend-only (src/main.js, src/index.html, src/styles.css), i18n EN/NL.
Pairs with the project-groups proposal; together they make a 100+ project sidebar practical.
Problem
The sidebar project list is a flat, unfiltered column. It works up to roughly a dozen buttons; with a few dozen projects (per-client folders, a large ICM workspace) finding the right button means scrolling and scanning the whole list.
Intended fix
A small filter input above the project list: case-insensitive substring match on label, path and group, live re-render on input, Esc clears. The input stays hidden while the list is short (< 8 projects) so small setups see no extra chrome. Frontend-only (
src/main.js,src/index.html,src/styles.css), i18n EN/NL.Pairs with the project-groups proposal; together they make a 100+ project sidebar practical.