Commit Graph

12762 Commits

Author SHA1 Message Date
e5f5cbdf5c fix(ui): transformer padding 2024-08-23 19:46:04 +10:00
7d4342bbff feat(ui): wip transform mode 2 2024-08-23 19:46:04 +10:00
7f8a1d8d20 feat(ui): wip transform mode 2024-08-23 19:46:04 +10:00
65353ac1e1 feat(ui): wip transform mode 2024-08-23 19:46:04 +10:00
7f9a31ca4a fix(ui): dnd to canvas broke 2024-08-23 19:46:04 +10:00
592eb2886c fix(ui): conflicts after rebasing 2024-08-23 19:46:04 +10:00
c220dd8987 fix(ui): imageDropped listener 2024-08-23 19:46:04 +10:00
a263beb0d5 wip 2024-08-23 19:46:04 +10:00
46b7c510eb fix(ui): transform tool seems to be working 2024-08-23 19:46:04 +10:00
f405e472ea fix(ui): move tool fixes, add transform tool 2024-08-23 19:46:04 +10:00
7bdfd3ef5f feat(ui): move tool now only moves 2024-08-23 19:46:04 +10:00
778ee2c679 feat(ui): layer bbox calc in worker 2024-08-23 19:46:04 +10:00
e70339ff3e feat(ui): tweaked entity & group selection styles 2024-08-23 19:46:04 +10:00
88c57a9750 feat(ui): canvas entity list headers 2024-08-23 19:46:04 +10:00
137252128b tidy(ui): CanvasRegion 2024-08-23 19:46:04 +10:00
d4297b1345 tidy(ui): CanvasRect 2024-08-23 19:46:04 +10:00
6059bc7b47 tidy(ui): CanvasLayer 2024-08-23 19:46:04 +10:00
c3ff3eb51f tidy(ui): CanvasInpaintMask 2024-08-23 19:46:04 +10:00
0b7751c413 tidy(ui): CanvasInitialImage 2024-08-23 19:46:04 +10:00
d7f1c30624 tidy(ui): CanvasImage 2024-08-23 19:46:04 +10:00
3f4d7dbeea tidy(ui): CanvasEraserLine 2024-08-23 19:46:04 +10:00
19b6ae2907 tidy(ui): CanvasControlAdapter 2024-08-23 19:46:04 +10:00
769f96ff9f tidy(ui): CanvasBrushLine 2024-08-23 19:46:04 +10:00
fdaf75faa4 tidy(ui): CanvasBbox 2024-08-23 19:46:04 +10:00
1380bb7ae6 tidy(ui): CanvasBackground 2024-08-23 19:46:04 +10:00
9483c8cc29 tidy(ui): update canvas classes, organise location of konva nodes 2024-08-23 19:46:04 +10:00
2ef8a8cf5a feat(ui): add names to all konva objects
Makes troubleshooting much simpler
2024-08-23 19:46:04 +10:00
d296ec1932 fix(ui): do not await creating new canvas image
If you await this, it causes a race condition where multiple images are created.
2024-08-23 19:46:04 +10:00
444ad3dae1 feat(ui): use position and dimensions instead of separate x,y,width,height attrs 2024-08-23 19:46:04 +10:00
8cdcc71378 fix(ui): remove weird rtkq hook wrapper
I do not understand why I did that initially but it doesn't work with TS.
2024-08-23 19:46:04 +10:00
e8bc06cfd3 feat(ui): rename types size and position to dimensions and coordinate 2024-08-23 19:46:04 +10:00
67a0a024e9 tidy(ui): hide layer settings by default 2024-08-23 19:46:04 +10:00
bd2c46c267 fix(ui): layer rendering when starting as disabled 2024-08-23 19:46:04 +10:00
5acb27f350 feat(invocation): reduce canvas v2 mask & crop mask dilation 2024-08-23 19:46:04 +10:00
7271b12d0f feat(ui): de-jank staging area and progress images 2024-08-23 19:46:04 +10:00
4a79467a33 feat(ui): update staging handling to work w/ cropped mask 2024-08-23 19:46:04 +10:00
5501bb87a3 chore(ui): typegen 2024-08-23 19:46:04 +10:00
561610e296 feat(app): update CanvasV2MaskAndCropInvocation 2024-08-23 19:46:04 +10:00
b76609ef18 feat(ui): use new canvas output node 2024-08-23 19:46:04 +10:00
070b78501b chore(ui): typegen 2024-08-23 19:46:04 +10:00
50df4f4ab6 feat(app): add CanvasV2MaskAndCropInvocation & CanvasV2MaskAndCropOutput
This handles some masking and cropping that the canvas needs.
2024-08-23 19:46:04 +10:00
9bbf430125 fix(ui): restore nodes output tracking 2024-08-23 19:46:04 +10:00
384a90958a feat(ui): rip out document size
barely knew ye
2024-08-23 19:46:04 +10:00
0e4a25b029 feat(ui): convert initial image to layer when starting canvas session 2024-08-23 19:46:04 +10:00
4a44e171fd fix(ui): fix layer transparency calculation 2024-08-23 19:46:04 +10:00
9bc57a6f59 fix(ui): reset initial image when resetting canvas 2024-08-23 19:46:03 +10:00
4341ed7ab4 fix(ui): reset node executions states when loading workflow 2024-08-23 19:46:03 +10:00
97ce72c542 fix(ui): entity display list 2024-08-23 19:46:03 +10:00
a2c78a57a7 feat(ui): img2img working 2024-08-23 19:46:03 +10:00
044a713dc9 feat(ui): rough out img2img on canvas 2024-08-23 19:46:03 +10:00