InvokeAI/invokeai/frontend/web/src/features/nodes/components
psychedelicious 3b9426eb72 feat(ui): controlnet/image dnd wip
Implement `dnd-kit` for image drag and drop
- vastly simplifies logic bc we can drag and drop non-serializable data (like an `ImageDTO`)
- also much prettier
- also will fix conflicts with file upload via OS drag and drop, bc `dnd-kit` does not use native HTML drag and drop API
- Implemented for Init image, controlnet, and node editor so far

More progress on the ControlNet UI
2023-06-04 22:34:58 +10:00
..
fields feat(ui): controlnet/image dnd wip 2023-06-04 22:34:58 +10:00
IAINode cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00
panels feat: Add temporary NodeInvokeButton 2023-06-02 17:55:15 +12:00
search feat(ui): make toast/hotkey into logical components 2023-05-15 15:25:27 +10:00
ui feat: Add temporary NodeInvokeButton 2023-06-02 17:55:15 +12:00
AddNodeMenu.tsx feat(ui): make toast/hotkey into logical components 2023-05-15 15:25:27 +10:00
FieldHandle.tsx cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00
FieldTypeLegend.tsx build(ui): treeshake lodash via lodash-es 2023-04-28 21:56:43 +10:00
Flow.tsx cleanup(ui): Remove unused vars + minor bug fixes 2023-05-11 11:55:51 +10:00
InputFieldComponent.tsx More rebase repair. 2023-05-26 21:44:00 -04:00
InvocationComponent.tsx chore(ui): tidy npm structure 2023-04-28 21:56:43 +10:00
NodeEditor.tsx Merge branch 'main' into responsive-ui 2023-04-22 14:31:19 +02:00
NodeGraphOverlay.tsx feat(ui): revert tabs to txt2img/img2img 2023-05-11 11:55:51 +10:00
ViewportControls.tsx chore(ui): tidy npm structure 2023-04-28 21:56:43 +10:00