c39fa75113
docs(ui): add comment in useIsTooLargeToUpscale
2024-08-06 11:49:35 +10:00
2cff20f87a
update translations, change config value to be dimension instead of total pixels
2024-08-06 11:49:35 +10:00
90ec757802
lint
2024-08-06 11:49:35 +10:00
4b85dfcefe
(ui): restore optioanl limit on upcsale output resolution
2024-08-06 11:49:35 +10:00
21deefdc41
(ui): add image resolution badge to initial upscale image
2024-08-06 11:49:35 +10:00
f465a956a3
feat(ui): remove "images can be restored" messages
2024-08-04 09:43:20 +10:00
571ba87e13
fix(ui): include upscale metadata for SDXL multidiffusion
2024-08-01 21:30:42 -04:00
328e58be4c
Merge branch 'main' into stalker7779/new_karras_schedulers
2024-07-31 05:56:13 +05:30
cf996472b9
Suggested changes
...
Co-Authored-By: psychedelicious <4822129+psychedelicious@users.noreply.github.com >
2024-07-30 04:50:56 +03:00
8d16fa6a49
Remove dpmpp_3s schedulers as it bugged now
2024-07-29 22:55:45 +03:00
55e810efa3
Add dpmpp_3 schedulers
2024-07-29 22:52:15 +03:00
86a92bb6b5
Add more karras schedulers
2024-07-29 15:14:34 +03:00
eb257d2d28
update delete board modal to be more descriptive
2024-07-26 13:34:25 -04:00
269fe2e3bb
track accordions in tabs separately so open/close state isnt shared
2024-07-26 08:20:24 +10:00
4c75b93410
feat(ui): add informational popovers for upscale params
2024-07-26 08:20:24 +10:00
5be0de967d
feat(ui): close generation and advanced accordions when switching to upscale tab
2024-07-26 08:20:24 +10:00
f8e27b837b
fix(ui): memoize model manager components
2024-07-26 07:52:10 +10:00
47414be1e6
fix(ui): dropped model config cache breaking model edit UI
...
The model edit UI's composition allows for the model edit form to be instantiated before the model's config has been received. This results in the form having no values - all the fields are blank instead of populated by the model config.
Part of the fix is to pass the model config around directly instead of relying on _all_ components to fetch the model directly.
I also fixed a crapload of performance issues related to improper use of redux selectors.
2024-07-26 07:52:10 +10:00
bb876b8d4e
fix(ui): copied edges must have new ids set
...
Problems this was causing:
- Deleting an edge was a copy of another edge deletes both edges
- Deleting a node that was a copy-with-edges of another node deletes its edges and it's original edges, leaving what I will call "ghost noodles" behind
2024-07-26 04:54:33 +10:00
95661c8b21
feat(ui): enable info popovers by default
2024-07-25 08:06:41 -04:00
b70ac88684
perf(ui): throttle page changes
...
Previously you could spam the next/prev buttons and really thrash the server. Throttled to 500ms, which feels like a happy medium between responsive and not-thrash-y.
2024-07-25 11:57:54 +10:00
24609da6ab
feat(ui): tweak pagination styles
2024-07-25 11:57:54 +10:00
524647b1f1
fix(ui): jumpto interactions
...
- Autofocus on popover open
- Autoselect number on popover open
- Enter works to change page when input is focused
- Esc works to close popover when input is focused
2024-07-25 11:57:54 +10:00
cf1af94f53
feat(ui): make jump to page a popover
2024-07-25 11:57:54 +10:00
2a9fdc6314
feat(ui): add jump to option for gallery pagination
2024-07-25 11:57:54 +10:00
4fdefe58c7
feat(ui): clear gallery search on esc key
2024-07-24 14:10:16 +10:00
9870f5a96f
fix(ui): race condition with gallery search
...
It was possible to clear the search term while a debounced setSearchTerm is still pending. This resulted in the gallery getting out of sync w/ the search term.
To fix this, we need to lift the state up a bit and cancel any pending debounced setSearchTerm calls when closing the search or clearing the search term box.
2024-07-24 14:10:16 +10:00
17493f4ae0
fix(ui): close boards search when toggling panel
2024-07-24 14:10:16 +10:00
2503dca813
fix(ui): show boards panel when opening board search
2024-07-24 14:10:16 +10:00
cb61ef9bb1
feat(ui): use color instead of super tiny icon change to indicate board search toggle state
...
You can't even see the icon, no point in changing it. Blue = active/open, Grey = closed.
2024-07-24 14:10:16 +10:00
1831ed620f
fix(ui): gallery tabs layout
2024-07-24 14:10:16 +10:00
c385e76356
fix(ui): DeleteBoardModal must be a singleton
2024-07-24 14:10:16 +10:00
ff1972fbb3
fix(ui): spacing issue w/ boards search
2024-07-24 14:10:16 +10:00
c4b3405bfa
fix(ui): make uncategorized and board components same height
2024-07-24 14:10:16 +10:00
ab2548c0cd
feat(ui): minor padding tweaks in boardslist
2024-07-24 14:10:16 +10:00
dc2a3363b0
feat(ui): layout shift when using a collapse w/ flex gap
...
the gap isn't handled smoothly, there's always a jump. cannot use gap in the collapsible's container
2024-07-24 14:10:16 +10:00
d7a5fe2805
feat(ui): make arrow icon rotate on boards list
2024-07-24 14:10:16 +10:00
4e49689d46
feat(ui): make isPrivate required on BoardsList
2024-07-24 14:10:16 +10:00
ca8441a32f
fix(ui): alignment & overflow on gallery header
2024-07-24 14:10:16 +10:00
44284d671c
feat(ui): tweak padding for boards in list
2024-07-24 14:10:16 +10:00
e89de1d5b7
feat(ui): tweak board tooltip styles
...
When the totals were high enough, the image looked really off. Also fixed some inconsistent padding.
2024-07-24 14:10:16 +10:00
6db63349f8
fix(ui): missing key on list element
2024-07-24 14:10:16 +10:00
7f6f892533
fix circular dep
2024-07-24 14:10:16 +10:00
d1bbd0cf80
cleanup
2024-07-24 14:10:16 +10:00
bd73b6b2af
reorganize the gallery - move board name to top of image grid, add hide/view boards button for toggle
2024-07-24 14:10:16 +10:00
0d40a7d865
exclude uncategorized from search and make sure list is always correct
2024-07-24 14:10:16 +10:00
c2f6b80246
move Uncategorized back to private board list
2024-07-24 14:10:16 +10:00
80f5f8210a
increase font size of Move for boards
2024-07-24 14:10:16 +10:00
b7383cc0e5
board UI updates: always show search for boards and images if a term is entered, clear search when view is toggled off
2024-07-24 14:10:16 +10:00
2172e4d292
board UI updates: font tweaks, add cover image to tooltip, move uncategorized out of board list, allow collapsible board list if private enabled
2024-07-24 14:10:16 +10:00