Skip to content

Commit 09021df

Browse files
feat(ui): just make the damn thing myself
1 parent c7d9434 commit 09021df

File tree

4 files changed

+359
-275
lines changed

4 files changed

+359
-275
lines changed

Diff for: invokeai/frontend/web/src/app/components/GlobalModalIsolator.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { GlobalImageHotkeys } from 'app/components/GlobalImageHotkeys';
2-
import { ModelCmdk } from 'common/components/ModelCmdk/ModelCmdk';
2+
import { ModelCombobox } from 'common/components/ModelCombobox/ModelCombobox';
33
import ChangeBoardModal from 'features/changeBoardModal/components/ChangeBoardModal';
44
import { CanvasPasteModal } from 'features/controlLayers/components/CanvasPasteModal';
55
import {
@@ -59,7 +59,7 @@ export const GlobalModalIsolator = memo(() => {
5959
<CanvasPasteModal />
6060
</CanvasManagerProviderGate>
6161
<LoadWorkflowFromGraphModal />
62-
<ModelCmdk />
62+
<ModelCombobox />
6363
</>
6464
);
6565
});

Diff for: invokeai/frontend/web/src/common/components/ModelCmdk/ModelCmdk.tsx

-270
This file was deleted.

0 commit comments

Comments
 (0)