@super-line/control-center 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,6 +32,7 @@ It serves the app locally and opens your browser. Switch endpoints from the conn
32
32
  - **Connections** — a table of every connection (role, **transport/wire**, user, node, rooms); click one for its descriptor plus a best-effort, node-local snapshot of `ctx` and `conn.data`.
33
33
  - **Contract** — the full contract surface (roles × directions × message flavors) with best-effort JSON Schemas.
34
34
  - **Live feed** — lifecycle events (connect / disconnect / room / topic) *and* message traffic (requests + responses, events, broadcasts, topic publishes), each tagged with the **wire** it rode, fanned out across the cluster in real time. Filter by category, node, or wire; pause; and expand any message row to its payload.
35
+ - **Stores** — browse each configured Store's Resources in a table you can filter by **id** (substring) or **granted users** (async, server-backed principal search), sort (id / users / created / updated), and page through; click a row for its live value + access rules. Filtering, sorting, and paging run server-side (`ServerStore.list` / `searchPrincipals`).
35
36
  - **Settings** — configure the inspector WebSocket URL (saved to your browser). **Resources** — a page of links to the docs, repo, and npm.
36
37
 
37
38
  Transport/wire is a first-class dimension throughout: connections carry a normalized `transport` (ws / http / libp2p / loopback), surfaced as a topology color + highlight, a Connections column, and a live-feed tag + filter.