FN-7399: widen Project Models model menus
Make Project Models dropdown menus easier to scan without changing shared selector defaults.
- Add an opt-in readable menu width mode to the shared custom model dropdown.
- Apply the wider menu only to Project Models lane, workflow, and preset model selectors.
- Cover readable sizing, viewport clamping, and default trigger-width behavior with dashboard tests.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/wide-project-model-dropdowns.md | 7 +
.../app/__tests__/settings-sections.test.tsx | 66 ++++++-
.../app/components/CustomModelDropdown.tsx | 17 +-
.../__tests__/CustomModelDropdown.test.tsx | 210 +++++++++++++++++++++
.../settings/sections/ProjectModelsSection.tsx | 8 +-
5 files changed, 301 insertions(+), 7 deletions(-)
Fusion-Task-Id: FN-7399
Fusion-Task-Lineage: 40aae990-37bc-4ed8-8e2a-7e78a543053b
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>