InvokeAI/invokeai/frontend/web/src/features/gallery/components
psychedelicious 0c528f22a7 fix(ui): improve initial gallery loading logic
- `isLoading` - now `true` *only* on first load
- added `isFetching` - `true` whenever gallery images are fetching
- on first load, show a spinner instead of skeletons. this prevents an awkward flash of skeletons into empty gallery when the gallery doesn't have enough images to fill it.
- removed `imageCategoriesChanged` listener, bc now on app start, both images and assets will be populated. leaving this in caused jank flashes of skeletons when switching gallery tabs when gallery doesn't have images to load
2023-07-08 19:57:36 +10:00
..
Boards feat(ui): add multi-select and batch capabilities 2023-07-04 00:18:27 +10:00
ImageMetaDataViewer feat(ui): api layer refactor 2023-06-24 17:57:39 +10:00
CurrentImageButtons.tsx fix(ui): do not diable show progress toggle while generating 2023-07-08 17:23:36 +10:00
CurrentImageDisplay.tsx feat(ui): add multi-select and batch capabilities 2023-07-04 00:18:27 +10:00
CurrentImageHidden.tsx fix(ui): Syntax issue with the HidePreview icon 2023-04-17 12:42:06 +12:00
CurrentImagePreview.tsx fix(ui): change multi image drop to not have selection as payload 2023-07-05 13:25:07 +10:00
GalleryImage.tsx feat(ui): remove delete image button in gallery 2023-07-06 22:35:50 +10:00
GalleryPanel.tsx feat(ui): gallery minSize tweak 2023-07-01 20:27:52 +10:00
GalleryProgressImage.tsx feat(ui): refactor base image uploading logic 2023-05-15 17:45:05 +10:00
ImageContextMenu.tsx feat(ui): hide batch ui pending logic implementation 2023-07-04 00:26:58 +10:00
ImageFallbackSpinner.tsx feat(ui): control image auto-process 2023-06-04 22:34:58 +10:00
ImageGallery.css feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
ImageGalleryContent.tsx fix(ui): improve initial gallery loading logic 2023-07-08 19:57:36 +10:00
ImageGalleryGrid.tsx fix(ui): improve initial gallery loading logic 2023-07-08 19:57:36 +10:00
NextPrevImageButtons.tsx feat(ui): add multi-select and batch capabilities 2023-07-04 00:18:27 +10:00