InvokeAI/invokeai/frontend/web/src/features
psychedelicious 1f22f6ae02 feat(ui): iterate on dynamic gallery limit
- Simplify the gallery layout
- Set an initial gallery limit to load _some_ images immediately.
- Refactor the resize observer to use the actual rendered image component to calculate the number of images per row/col. This prevents inaccuracies caused by image padding that could result in the wrong number of images.
- Debounce the limit update to not thrash teh API
- Use absolute positioning trick to ensure the gallery container is always exactly the right size
- Minimum of `imagesPerRow` images loaded at all times
2024-06-27 13:48:40 +10:00
..
canvas fix(ui): update event handling to match new types 2024-05-27 09:06:02 +10:00
changeBoardModal refactor(ui): refactor reducer list 2024-02-03 07:39:19 -05:00
controlAdapters pull in spencers work 2024-06-27 13:48:40 +10:00
controlLayers pull in spencers work 2024-06-27 13:48:40 +10:00
deleteImageModal chore(ui): lint 2024-05-08 08:39:18 -04:00
dnd feat(ui): revise drop zones 2024-06-02 15:30:00 +10:00
dynamicPrompts tidy(ui): clean up unused code 5 2024-03-01 10:42:33 +11:00
gallery feat(ui): iterate on dynamic gallery limit 2024-06-27 13:48:40 +10:00
hrf perf(ui): optimize useFeatureStatus 2024-04-15 22:50:54 +10:00
lora [Refactor] Update min and max values for LoRACard weight input 2024-05-17 10:38:26 +10:00
metadata tidy(ui): organize control layers konva logic 2024-06-06 07:45:13 +10:00
modelManagerV2 fix(ui): edit variant for main models only 2024-05-27 11:02:00 +10:00
nodes tidy(ui): organize control layers konva logic 2024-06-06 07:45:13 +10:00
parameters fix(ui): conditionally render CL preview 2024-06-06 07:45:13 +10:00
prompt feat(ui): single getModelConfigs query 2024-03-14 23:37:40 +11:00
queue fix(ui): correctly fallback to error message when traceback is empty string 2024-05-24 20:02:24 +10:00
sdxl feat(ui): restore spellcheck on prompt boxes 2024-05-22 08:52:25 +10:00
settingsAccordions fix(ui): conditionally render CL preview 2024-06-06 07:45:13 +10:00
system feat(ui): update client for removal of session events 2024-05-27 09:06:02 +10:00
toast feat(ui): update client for removal of session events 2024-05-27 09:06:02 +10:00
ui fix(ui): conditionally render CL preview 2024-06-06 07:45:13 +10:00
workflowLibrary feat(ui): port all toasts to use new util 2024-05-22 09:40:46 +10:00