chain-studio-flow-editor/lib
flemming-it 2535c28fce fix: never claim 'not in store' while the store state is unknown
A failed/unloaded store snapshot used to be indistinguishable from
a known-empty store, so every missing capability was labelled 'not
in store' the moment the hub or store endpoint was unreachable — a
wrong claim. storeCapabilities is now nullable (null = unknown):
missing caps then get the plain missing chip with an honest
tooltip, no install offer and no not-in-store claim; the analyzer
message says the store cannot be checked right now (EN+DE). Split
and badge covered by new unit + widget tests.

Signed-off-by: flemming-it <sf@flemming.it>
2026-07-22 14:02:28 +02:00
..
src fix: never claim 'not in store' while the store state is unknown 2026-07-22 14:02:28 +02:00
chain_studio_flow_editor.dart feat(run): host-injected native file picker for flow file inputs 2026-07-17 01:04:40 +02:00