joshistoast
75c91604bb
fix: 🐛 export the region wrapper
...
am silly
2025-03-17 10:34:49 +11:00
joshistoast
53bdaba7b6
style: 🚨 linting
2025-03-17 10:34:49 +11:00
joshistoast
f3f405ca77
refactor(ui): ♻️ remove forward ref usage
2025-03-17 10:34:49 +11:00
joshistoast
dda69950a7
refactor(ui): ♻️ apply memoization, system style objects, and data attribute to region highlight wrapper
2025-03-17 10:34:49 +11:00
joshistoast
02b91e8e7b
feat: ✨ highlight focused regions
...
adds a region wrapper with a highlight effect when that region is focused, this behavior can be toggled as a setting
2025-03-17 10:34:49 +11:00
Kevin Turner
29cf4bc002
feat: accept WebP uploads for assets
2025-03-02 08:50:38 -05:00
psychedelicious
94771ea626
feat(ui): add auto-links to text, heading, field description and workflow descriptions
2025-02-28 16:06:02 +11:00
Mary Hipp
b1c9f59c30
add actions for copying image and opening image in new tab
2025-02-25 11:55:36 -05:00
psychedelicious
4aaa807415
experiment(ui): show loader until studio init actions are complete
2025-02-24 11:56:16 -05:00
psychedelicious
269f718d2c
tidy(ui): node description components
2025-02-14 14:50:56 +11:00
psychedelicious
2c0b474f55
feat(ui): editable node form field labels & descriptions
2025-02-14 14:50:56 +11:00
psychedelicious
30363a0018
feat(ui): builder field settings (WIP)
2025-02-14 14:50:56 +11:00
psychedelicious
3baaefb0cc
chore(ui): bump @invoke-ai/ui-library
2025-02-14 14:50:56 +11:00
psychedelicious
132e9bebd7
chore(ui): lint
2025-02-14 14:50:56 +11:00
psychedelicious
0371881349
chore(ui): upgrade reactflow to v12
2025-02-14 14:50:56 +11:00
psychedelicious
e7aafdfdbf
feat(ui): migrate all clipboard stuff to useClipboard
2025-02-07 11:08:03 +11:00
psychedelicious
d3ef94cb3e
feat(ui): add useClipboard hook to safely wrap clipboard access
2025-02-07 11:08:03 +11:00
psychedelicious
ad0aa0e6b2
feat(ui): reset canvas layers only resets the layers
2025-01-03 11:02:04 -05:00
Kent Keirsey
94785231ce
Update href to correct link
2025-01-02 09:39:41 +11:00
psychedelicious
25ff7918e8
chore(ui): knip
2024-12-16 18:57:43 -08:00
Riku
db84a3a5d4
refactor(ui): move clear queue hook to separate file
2024-12-01 19:42:25 -08:00
Hippalectryon
cf50e5eeee
Make sure the canvas is focused
2024-11-21 09:54:35 -08:00
psychedelicious
7ad1c297a4
feat(ui): add actions for reset canvas layers / generation settings to session menus
2024-11-19 13:55:16 -08:00
psychedelicious
ea8787c8ff
feat(ui): update invoke button tooltip for batching
...
- Split up logic to determine reason why the user cannot invoke for each tab.
- Fix issue where the workflows tab would show reasons related to canvas/upscale tab. The tooltip now only shows information relevant to the current tab.
- Add calculation for batch size to the queue count prediction.
- Use a constant for the enqueue mutation's fixed cache key, instead of a string. Just some typo protection.
2024-11-19 09:53:59 -08:00
psychedelicious
cead2c4445
feat(ui): split up selector utils for useIsReadyToEnqueue
2024-11-19 09:53:59 -08:00
psychedelicious
24f61d21b2
feat(ui): make image field collection scrollable
2024-11-18 19:12:27 -08:00
psychedelicious
bddccf6d2f
feat(ui): add graph validation for image collection size
2024-11-18 19:12:27 -08:00
psychedelicious
21ffaab2a2
fix(ui): do not allow invoking when canvas is selectig object
2024-11-18 19:12:27 -08:00
psychedelicious
616c0f11e1
feat(ui): image batching in workflows
...
- Add special handling for `ImageBatchInvocation`
- Add input component for image collections, supporting multi-image upload and dnd
- Minor rework of some hooks for accessing node data
2024-11-18 19:12:27 -08:00
psychedelicious
9b0130262b
fix(ui): use silent upload for single-image upload buttons
2024-11-14 13:38:40 -08:00
psychedelicious
878093f64e
fix(ui): image uploading handling
...
Rework uploadImage and uploadImages helpers and the RTK listener, ensuring gallery view isn't changed unexpectedly and preventing extraneous toasts.
Fix staging area save to gallery button to essentially make a copy of the image, instead of changing its intermediate status.
2024-11-14 13:38:40 -08:00
psychedelicious
79eb8172b6
feat(ui): update warnings on upscaling tab based on model arch
...
When an unsupported model architecture is selected, show that warning only, without the extra warnings (i.e. no "missing tile controlnet" warning)
Update Invoke tooltip warnings accordingly
Closes #7239
Closes #7177
2024-11-09 07:34:03 +11:00
psychedelicious
730fabe2de
feat(ui): add util to extract message from a tsafe AssertionError
2024-11-08 10:02:41 +11:00
psychedelicious
2854210162
fix(ui): dnd autoscroll on elements w/ custom scrollbar
...
Have to do a bit of fanagling to get it to work and get `pragmatic-drag-and-drop` to not complain.
2024-11-08 07:39:09 +11:00
psychedelicious
0c9434c464
chore(ui): lint
2024-11-08 07:39:09 +11:00
psychedelicious
2d974f670c
feat(ui): restore missing upload buttons
2024-11-08 07:39:09 +11:00
psychedelicious
5df3c00e28
feat(ui): remove SerializableObject, use type-fest's JsonObject
2024-11-08 07:39:09 +11:00
psychedelicious
8883775762
feat(ui): rework image uploads (wip)
2024-11-08 07:39:09 +11:00
psychedelicious
31c9acb1fa
tidy(ui): clean up old dnd stuff
2024-11-08 07:39:09 +11:00
psychedelicious
b6b9ea9d70
feat(ui): migrate to pragmatic-drag-and-drop (wip 2)
2024-11-08 07:39:09 +11:00
psychedelicious
63126950bc
feat(ui): migrate to pragmatic-drag-and-drop (wip)
2024-11-08 07:39:09 +11:00
psychedelicious
1871e0bdbf
feat(ui): tweaked denoise str styling
2024-11-06 19:01:33 +11:00
Mary Hipp
3ae9a965c2
lint
2024-11-06 19:01:33 +11:00
Mary Hipp
41b07a56cc
update popover copy and add image
2024-11-06 19:01:33 +11:00
Mary Hipp
68284b37fa
remove opacity logic from WavyLine, add badge explaining disabled state, add translations
2024-11-06 19:01:33 +11:00
Mary Hipp
ae5bc6f5d6
feat(ui): move denoising strength to layers panel w/ visualization of how much change will be applied, only enable if 1+ enabled raster layer
2024-11-06 19:01:33 +11:00
Mary Hipp
916ddd17d7
fix(ui): fix link for infill method popover
2024-11-05 15:39:03 -05:00
psychedelicious
24d3c22017
fix(ui): temp fix for stuck tooltips
2024-11-04 07:11:20 -05:00
dunkeroni
47c3ab9214
Remove UI restrictions for T2I resolutions
2024-10-31 16:07:46 -04:00
Mary Hipp
bc1126a85b
(ui): add setting for showing model descriptions in dropdown defaulted to true
2024-10-25 14:52:33 +11:00