InvokeAI/invokeai/frontend/web/src/common
psychedelicious 6ff1c7d541 feat(ui): add group by base & type to useGroupedModelCombobox hook
This allows comboboxes for models to have more granular groupings. For example, Control Adapter models can be grouped by base model & model type.

Before:
- `SD-1`
- `SDXL`

After:
- `SD-1 / ControlNet`
- `SD-1 / T2I Adapter`
- `SDXL / ControlNet`
- `SDXL / T2I Adapter`
2024-05-13 08:29:31 +10:00
..
components feat(ui): revise image viewer 2024-05-08 08:39:18 -04:00
hooks feat(ui): add group by base & type to useGroupedModelCombobox hook 2024-05-13 08:29:31 +10:00
util feat(ui): collapsible layers 2024-04-30 08:10:59 -04:00
types.ts tidy(ui): clean up unused code 4 2024-03-01 10:42:33 +11:00