psychedelicious
b6a892a673
chore(ui): bump @reduxjs/toolkit to latest
2025-02-17 09:28:13 +11:00
psychedelicious
479d5cc362
perf(ui): isolate a lot of root-level hooks in a memoized component
2025-02-17 09:28:13 +11:00
psychedelicious
01e4fd100f
perf(ui): optimized invocation node component structure
2025-02-17 09:28:13 +11:00
psychedelicious
8ecf9fb7e3
perf(ui): connection line issue on chrome
2025-02-17 09:28:13 +11:00
psychedelicious
436d5ee0c6
chore(ui): lint
2025-02-17 09:28:13 +11:00
psychedelicious
0671fec844
perf(ui): workflow editor misc
...
- Optimize component and hook structure for input fields to reduce rerenders of component tree
- Remove memoization on some selectors where it serves no purpose (bc the object will have a stable identity until it changes, at which point we need to re-render anyways)
- Shift the connection error selector logic around to rely more on the stable identity of pending connection objects
2025-02-17 09:28:13 +11:00
psychedelicious
f6c4682b99
fix(ui): builder alpha status alert not visible when many elements added
2025-02-14 15:33:02 +11:00
psychedelicious
b3288ed64e
chore: bump version to v5.7.0a1
2025-02-14 15:33:02 +11:00
psychedelicious
f3dfb1b6ea
chore(ui): knip
2025-02-14 14:50:56 +11:00
psychedelicious
65a37ca4ff
feat(ui): give vertical dividers a min height
2025-02-14 14:50:56 +11:00
psychedelicious
9adbe31fec
tweak(ui): form element edit mode styling
2025-02-14 14:50:56 +11:00
psychedelicious
0a2925f02b
feat(ui): add warning about alpha status of builder
2025-02-14 14:50:56 +11:00
psychedelicious
877dcc73c3
feat(ui): check image access for image collections when loading workflows
2025-02-14 14:50:56 +11:00
psychedelicious
aec2136323
fix(ui): force refetch when checking image access to ensure stale RTK query cache isn't use
2025-02-14 14:50:56 +11:00
psychedelicious
8ef5c54ffe
feat(ui): add delete button to missing image placeholder for image collection fields
2025-02-14 14:50:56 +11:00
psychedelicious
6faed4f1ec
fix(ui): remove images from node image collections when deleted
2025-02-14 14:50:56 +11:00
psychedelicious
aa71db4d31
tidy(ui): remove nonfunctional conditionals
2025-02-14 14:50:56 +11:00
psychedelicious
6407ab4a2e
tweak(ui): builder padding
2025-02-14 14:50:56 +11:00
psychedelicious
a91b0f25cb
feat(ui): consolidate row/column dnd draggables into container
2025-02-14 14:50:56 +11:00
psychedelicious
ef664863b5
feat(ui): remove separate flag for form vs workflow edit mode
2025-02-14 14:50:56 +11:00
psychedelicious
bf8ba1bb37
feat(ui): text and heading element default content is empty string
2025-02-14 14:50:56 +11:00
psychedelicious
54747bd521
feat(ui): remove element id from edit mode header
2025-02-14 14:50:56 +11:00
psychedelicious
d040a6953f
tweak(ui): styling for edit mode
2025-02-14 14:50:56 +11:00
psychedelicious
828497cf89
feat(ui): remove node field reset button from edit mode header
2025-02-14 14:50:56 +11:00
psychedelicious
28950a4891
fix(ui): ignore dropping on self
2025-02-14 14:50:56 +11:00
psychedelicious
1c92838bf9
tidy(ui): builder dnd monitor logic rearrange
2025-02-14 14:50:56 +11:00
psychedelicious
71f6737e19
feat(ui): remove the showLabel flag for node fields
2025-02-14 14:50:56 +11:00
psychedelicious
dcac65f46b
feat(ui): add initial values for builder fields
2025-02-14 14:50:56 +11:00
psychedelicious
46f549a57a
feat(ui): better placeholders for text/heading
2025-02-14 14:50:56 +11:00
psychedelicious
fb93101085
tweak(ui): layout of workflow builder field settings
2025-02-14 14:50:56 +11:00
psychedelicious
9aabcfa4b8
feat(ui): default form field settings
2025-02-14 14:50:56 +11:00
psychedelicious
64587b37db
refactor(ui): remove confusing containerId from various builder actions
2025-02-14 14:50:56 +11:00
psychedelicious
c673b6e11d
feat(ui): demote dnd logs to trace
2025-02-14 14:50:56 +11:00
psychedelicious
a3a49ddda0
tidy(ui): useNodeFieldDnd
2025-02-14 14:50:56 +11:00
psychedelicious
330a0f0028
tidy(ui): extract util in dnd
2025-02-14 14:50:56 +11:00
psychedelicious
1104d2a00f
feat(ui): initial values for form fields (WIP)
2025-02-14 14:50:56 +11:00
psychedelicious
aed802fa74
feat(ui): rearrange builder buttons to be less annoying
2025-02-14 14:50:56 +11:00
psychedelicious
498d99c828
fix(ui): handle form fields not existing on node on workflow load
2025-02-14 14:50:56 +11:00
psychedelicious
3d19b98208
chore(ui): lint
2025-02-14 14:50:56 +11:00
psychedelicious
85f5bb4a02
fix(ui): incorrect node data used during update
2025-02-14 14:50:56 +11:00
psychedelicious
269f718d2c
tidy(ui): node description components
2025-02-14 14:50:56 +11:00
psychedelicious
211bb8a204
feat(ui): auto-update nodes on loading workflow
2025-02-14 14:50:56 +11:00
psychedelicious
ef0ef875dd
feat(ui): migrated linear view exposed fields to builder form on load
2025-02-14 14:50:56 +11:00
psychedelicious
9c62648283
fix(ui): do not error in node/field selectors are used outside field gate components
2025-02-14 14:50:56 +11:00
psychedelicious
4ca45f7651
feat(ui): be double extra sure migrated workflows are parsed before loading
2025-02-14 14:50:56 +11:00
psychedelicious
2abe2f52f7
feat(ui): workflow builder layout
2025-02-14 14:50:56 +11:00
psychedelicious
6f1c814af4
revert(ui): code lint that broke stuff
2025-02-14 14:50:56 +11:00
psychedelicious
1ad6ccc426
tidy(ui): dnd code lint
2025-02-14 14:50:56 +11:00
psychedelicious
aedee536a0
tidy(ui): rename builder dnd file
2025-02-14 14:50:56 +11:00
psychedelicious
d2b15fba12
tidy(ui): improve dnd hook names
2025-02-14 14:50:56 +11:00