featherbit UI
    Preparing search index...

    Module components/StoresPanel

    Form editor for one named store: connection fields plus a live ping check against the store's last-saved configuration. Saving PUTs the whole definition; topology/urls/tls are not editable in v1 (reserved for HA/TLS topologies not yet exposed here) but are preserved via spread so a hand-authored YAML's settings for them survive a UI save.

    Dumb panel: all local state is seeded from def once and the panel is remounted (via key={def.name}) whenever the selected store changes — no prop-sync effects, mirrors PluginConfigPanel.

    StoresPanel