fix: replace misleading "Connecting" status with "Local" in all editors
The status chip showed "Connecting…" because event listeners were
registered after await provider.whenReady, missing the connect/sync
events. Since there's no server to connect to, replace with a static
"Local" label and green dot across all 6 editor templates.
Chainlink: #14