d868d5d584
Make SpandrelImageToImage tiling much faster.
2024-07-10 14:25:19 -04:00
ab775726b7
Add tiling support to the SpoandrelImageToImage node.
2024-07-10 14:25:19 -04:00
650902dc29
Fix broken unit test caused by non-existent model path.
2024-07-10 13:59:17 -04:00
88c3a71586
fix(ui): fix bug with usePanel
2024-07-10 04:27:24 -07:00
ec1b429d45
feat(ui): add divider between board search and list
2024-07-10 04:27:24 -07:00
146e3a3377
feat(ui): tweak board tooltip behaviour
2024-07-10 04:27:24 -07:00
38622b0d91
feat(ui): board list title verbiage
2024-07-10 04:27:24 -07:00
7db767b7c3
feat(ui): sticky board list header
2024-07-10 04:27:24 -07:00
b70e87f25b
feat(ui): tweak add board button style
2024-07-10 04:27:24 -07:00
fea1ec9085
feat(ui): updated boards resizable panel logic
2024-07-10 04:27:24 -07:00
2e7a95998c
feat(ui): add support for default size in usePanel
2024-07-10 04:27:24 -07:00
788f90a7d5
feat(ui): tweak resizehandle styling
2024-07-10 04:27:24 -07:00
6bf29b20af
fix(ui): fix edge case in panels
...
Not sure why I didn't figure out how to do this before - we only should reset a panel if it's too small.
2024-07-10 04:27:24 -07:00
8f0edcd4f4
fix(ui): edge cases when deleting, archiving, updating boards
...
Need to handle different cases where the selected or auto-add board is hidden - fall back to uncategorized in these situations.
2024-07-10 04:27:24 -07:00
a7c44b4a98
feat(ui): rename gallery boards on double click
2024-07-10 04:27:24 -07:00
48a57f0da8
feat(ui): boards styling
...
- Refine layout
- Update colors - more minimal, fewer shaded boxes
- Add indicator for search icons showing a search term is entered
- Handle new `projectName` and `projectUrl` ui props
2024-07-10 04:27:24 -07:00
dfd94bbd0b
feat(ui): remove galleryHeader in favor of projectUrl & projectName
2024-07-10 04:27:24 -07:00
2edfb2356d
remove extra boardname
2024-07-10 04:27:24 -07:00
58d2c1557d
prettier
2024-07-10 04:27:24 -07:00
8fdff33cf8
update board header styling, toggle board search, resizing gallery panels
2024-07-10 04:27:24 -07:00
a96e34d2d1
remove collapsibles and update board title
2024-07-10 04:27:24 -07:00
8826adad24
filter out uncategorized when not included in search
2024-07-10 04:27:24 -07:00
cdacf2ecd0
clear out boards search when adding a new board
2024-07-10 04:27:24 -07:00
f193a576a6
move boardname back and make collapsible again
2024-07-10 04:27:24 -07:00
b7ebdca70a
update image and assets tabs styling
2024-07-10 04:27:24 -07:00
7b5d4935b4
Merge branch 'main' into ryan/spandrel-upscale
2024-07-09 13:47:11 -04:00
a79e9caab1
Merge branch 'main' into boards-ui-update
2024-07-09 10:00:26 -04:00
476ebd13ae
feat(ui): add board button tooltip when private boards enabled
2024-07-09 22:51:08 +10:00
2460689c00
feat(ui): style board name
2024-07-09 22:47:03 +10:00
781b800ef7
feat(ui): boards lists start collapsed
2024-07-09 22:40:50 +10:00
d38d513d23
fix(ui): autoadd badge doesn't flex shrink
2024-07-09 22:39:32 +10:00
80e1b87b9e
fix(ui): autoadd badge hides when editing name
2024-07-09 22:39:17 +10:00
6014382c7b
feat(ui): select a board when it is created
2024-07-09 22:37:41 +10:00
af63c538ed
Demote error log to warning to models treated as having size 0.
2024-07-09 08:35:43 -04:00
060d698a12
feat(ui): restore image count for boards
2024-07-09 22:19:20 +10:00
637802d803
fix(ui): restore auto-add indicator
2024-07-09 22:14:21 +10:00
2faf1e2ed3
fix(ui): show uncategorized board when private boards disabled
2024-07-09 22:02:54 +10:00
81cf47dd99
feat(ui): boards list layout & style tweaking
2024-07-09 21:58:48 +10:00
907b257984
remove unused file and addressed pr feedback
2024-07-08 23:20:50 -04:00
e2667f957c
prettier
2024-07-08 22:16:31 -04:00
40c3b5e727
generate types again
2024-07-08 22:13:12 -04:00
38c5804457
remove unused disclosure
2024-07-08 22:09:23 -04:00
faf65c988a
Merge branch 'main' into boards-ui-update
2024-07-08 22:06:26 -04:00
1785825690
add current gallery board name
2024-07-08 22:03:42 -04:00
0e092c0fb5
update is_private name
2024-07-08 22:03:12 -04:00
79a7b11214
remove old boards list
2024-07-08 15:02:22 -04:00
3a85ab15a1
update BoardRecord
2024-07-08 14:55:04 -04:00
9ca6980c7a
cleanup and bug fixes
2024-07-08 13:29:53 -04:00
ecbff2aa44
Whoops... forgot to commit this file.
2024-07-05 14:57:05 -04:00
0ce6ec634d
Do not assign the result of SpandrelImageToImageModel.load_from_file(...) during probe to ensure that the model is immediately gc'd.
2024-07-05 14:05:12 -04:00