feat(flows): native file dialog for flow file inputs
Some checks failed
Security / Security check (push) Failing after 2s
Some checks failed
Security / Security check (push) Failing after 2s
Wires the editor's new onPickFile host callback to file_picker (withData: the editor receives name + bytes, never a raw path). Pins chain_studio_flow_editor to v0.23.0. No more typing absolute paths to feed a flow a file. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
065939be74
commit
adb8d3f914
3 changed files with 17 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ packages:
|
|||
path: "../fai_chain_studio_flow_editor"
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.22.0"
|
||||
version: "0.23.0"
|
||||
characters:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue