Commit Graph

12992 Commits

Author SHA1 Message Date
9622beaa0d fix(ui): canvas HUD doesn't interrupt tool 2024-08-23 19:46:03 +10:00
007e2553a8 refactor(ui): split up canvas entity renderers, temp disable preview 2024-08-23 19:46:03 +10:00
15ad4e3f5e fix(ui): delete all layers button 2024-08-23 19:46:03 +10:00
be5094fcb4 fix(ui): ignore keyboard shortcuts in input/textarea elements 2024-08-23 19:46:03 +10:00
a20a861680 fix(ui): canvas entity ids getting clobbered 2024-08-23 19:46:03 +10:00
396d0a4bc0 fix(ui): move lora followup fixes 2024-08-23 19:46:03 +10:00
ca9314e077 chore(ui): lint 2024-08-23 19:46:03 +10:00
4b848798e7 refactor(ui): move loras to canvas slice 2024-08-23 19:46:03 +10:00
083bcbc77d fix(ui): layer is selected when added 2024-08-23 19:46:03 +10:00
e8cdc9ae62 feat(ui): r to center & fit stage on document 2024-08-23 19:46:03 +10:00
8abfa759a4 feat(ui): better HUD 2024-08-23 19:46:03 +10:00
f6a324b633 fix(ui): always use current brush width when making straight lines 2024-08-23 19:46:03 +10:00
f083be9391 feat(ui): hold shift w/ brush to draw straight line 2024-08-23 19:46:03 +10:00
091e2fb751 fix(ui): update bg on canvas resize 2024-08-23 19:46:03 +10:00
d8539daf1f refactor(ui): better hud 2024-08-23 19:46:03 +10:00
7ec059f5fa refactor(ui): scaled tool preview border 2024-08-23 19:46:03 +10:00
4f2ecdefd2 refactor(ui): port remaining canvasV1 rendering logic to V2, remove old code 2024-08-23 19:46:03 +10:00
e8891a1988 refactor(ui): fix more types 2024-08-23 19:46:03 +10:00
37d2607f34 refactor(ui): metadata recall (wip)
just enough let the app run
2024-08-23 19:46:03 +10:00
0e7b10d3d9 refactor(ui): undo/redo button temp fix 2024-08-23 19:46:03 +10:00
1f85888638 refactor(ui): fix renderer stuff 2024-08-23 19:46:03 +10:00
c1f9a129fa refactor(ui): fix misc types 2024-08-23 19:46:03 +10:00
7ccc5ba398 refactor(ui): fix gallery stuff 2024-08-23 19:46:03 +10:00
5e1a6ae334 refactor(ui): fix delete image stuff 2024-08-23 19:46:03 +10:00
3f6cf638f9 refactor(ui): fix useIsReadyToEnqueue for new adapterType field 2024-08-23 19:46:03 +10:00
46e062a828 refactor(ui): update generation tab graphs 2024-08-23 19:46:02 +10:00
cc3a0b5d6c refactor(ui): add adapterType to ControlAdapterData 2024-08-23 19:46:02 +10:00
775479ab7b refactor(ui): update components & logic to use new unified slice (again) 2024-08-23 19:46:02 +10:00
6b9e0e6d63 refactor(ui): update components & logic to use new unified slice 2024-08-23 19:46:02 +10:00
83a5c87f5e refactor(ui): merge compositing, params into canvasV2 slice 2024-08-23 19:46:02 +10:00
84fde74331 refactor(ui): add scaled bbox state 2024-08-23 19:46:02 +10:00
a517e29b39 refactor(ui): update dnd/image upload 2024-08-23 19:46:02 +10:00
ccceba7565 refactor(ui): update size/prompts state 2024-08-23 19:46:02 +10:00
5fc7a03669 refactor(ui): rip out old control adapter implementation 2024-08-23 19:46:02 +10:00
8864ad1b50 refactor(ui): canvas v2 (wip)
fix entity count select
2024-08-23 19:46:02 +10:00
f2989885fb refactor(ui): canvas v2 (wip)
delete unused file
2024-08-23 19:46:02 +10:00
19c66e5c76 refactor(ui): canvas v2 (wip)
merge all canvas state reducers into one big slice (but with the logic split across files so it's not hell)
2024-08-23 19:46:02 +10:00
8a6690a57c refactor(ui): canvas v2 (wip)
Fix a few more components
2024-08-23 19:46:02 +10:00
2cc60f253a refactor(ui): canvas v2 (wip)
missed a spot
2024-08-23 19:46:02 +10:00
cb69872dd3 refactor(ui): canvas v2 (wip)
Redo all UI components for different canvas entity types
2024-08-23 19:46:02 +10:00
ba66d7c9a6 refactor(ui): canvas v2 (wip) 2024-08-23 19:46:02 +10:00
9fe727c9f8 refactor(ui): canvas v2 (wip) 2024-08-23 19:46:02 +10:00
58c656224f refactor(ui): canvas v2 (wip) 2024-08-23 19:46:02 +10:00
c51253f5f6 refactor(ui): canvas v2 (wip) 2024-08-23 19:46:02 +10:00
6c1d1588fc feat(ui): bbox tool 2024-08-23 19:46:02 +10:00
95d6183a6c fix(ui): rect tool preview 2024-08-23 19:46:02 +10:00
f4c9facdaf fix(ui): multiple stages 2024-08-23 19:46:02 +10:00
a274e6f165 feat(ui): decouple konva logic from nanostores 2024-08-23 19:46:02 +10:00
154e3e6f64 feat(ui): store all stage attrs in nanostores 2024-08-23 19:46:02 +10:00
2c3ac972e5 feat(ui): round stage scale 2024-08-23 19:46:02 +10:00