InvokeAI/invokeai/frontend/web/src/app
psychedelicious 6bea7bac36 feat(ui): restore recall functionality
- Restore recall functionality to `CurrentImageButtons` and `ImageContextMenu`.
- Debounce metadata requests for `ImageMetadataViewer` and `CurrentImageButtons` by 500ms. It's possible to scroll through these really fast, so we want to debounce the network requests.
- `ImageContextMenu` is lazy-mounted so it does not need to be debounced; it makes the metadata request as soon as you click it.
- Move next/prev image selection logic into hook and add the hotkeys for this to `CurrentImageButtons`. The hotkeys now work when metadata viewer is open.

I will follow up with improved loading state during the debounced calls in the future
2023-07-13 15:40:05 +10:00
..
components fix(ui): fix drag preview image dimensions 2023-07-08 19:57:36 +10:00
contexts feat(ui): add multi-select and batch capabilities 2023-07-04 00:18:27 +10:00
logging feat(ui): add switch for logging 2023-04-29 18:28:19 +10:00
socketio feat(ui): wip canvas nodes migration 2023-05-11 11:55:51 +10:00
store feat(ui): restore recall functionality 2023-07-13 15:40:05 +10:00
types disable features that are not supported yet or no longer supported (#3739) 2023-07-12 13:03:39 -04:00
constants.ts Add dpmpp_sde and dpmpp_2m_sde schedulers(with karras) 2023-06-18 23:38:15 +03:00
features.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00