InvokeAI/invokeai/frontend/web/src/features/gallery/components
psychedelicious 70b8c3dfea fix(ui): fix context menu on workflow editor
There is a tricky mouse event interaction between chakra's `useOutsideClick()` hook (used by chakra `<Menu />`) and reactflow. The hook doesn't work when you click the main reactflow area.

To get around this, I've used a dirty hack, copy-pasting the simple context menu component we use, and extending it slightly to respond to a global `contextMenusClosed` redux action.
2023-08-16 23:04:36 +10:00
..
Boards feat: node editor 2023-08-16 09:54:38 +10:00
CurrentImage feat: node editor 2023-08-16 09:54:38 +10:00
ImageContextMenu fix(ui): fix context menu on workflow editor 2023-08-16 23:04:36 +10:00
ImageGrid feat(ui): remove shouldShowDeleteButton 2023-08-16 12:07:34 +10:00
ImageMetadataViewer feat: node editor 2023-08-16 09:54:38 +10:00
GalleryBoardName.tsx feat(ui): board styles 2023-07-21 07:26:12 -04:00
GalleryPanel.tsx feat(ui): boards styling 2023-07-20 22:56:52 +10:00
GalleryPinButton.tsx feat(ui): another go at gallery (#3791) 2023-07-19 12:06:38 -04:00
GallerySettingsPopover.tsx update IAIDndImage to use children for icons, add UI for shift+delete to delete images from gallery 2023-08-16 12:07:34 +10:00
ImageFallbackSpinner.tsx feat(ui): control image auto-process 2023-06-04 22:34:58 +10:00
ImageGalleryContent.tsx feat: node editor 2023-08-16 09:54:38 +10:00
NextPrevImageButtons.tsx ui: gallery enhancements (#3752) 2023-07-13 20:31:10 +00:00