fix(flows): honest unknown-store state + snapshot lifecycle
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
Store snapshot is now nullable: until the first successful store search (or after a sealed-area connection switch) the editor gets null and claims neither 'installable' nor 'not in store'. The snapshot reloads after installs and on connection switches — a sealed switch previously kept the other hub's capability offers alive on the mounted Flows page. Editor pin 2535c28. Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
ae46258ff7
commit
642d8feb1d
2 changed files with 44 additions and 7 deletions
|
|
@ -47,7 +47,7 @@ dependencies:
|
|||
# builds against. Bump this in lockstep with the editor tag.
|
||||
# Commit-pinned to editor 0.25.0 until its v0.25.0 tag exists
|
||||
# (equally reproducible); switch back to the tag then.
|
||||
ref: c4a39a3
|
||||
ref: 2535c28
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue