Update Docs
This commit is contained in:
+7
-3
@@ -8,14 +8,18 @@ The client shell is a **Pear desktop application** built with `pear-electron` +
|
||||
|------|------|
|
||||
| `index.js` | Pear process entry — starts `pear-electron` Runtime + `pear-bridge` |
|
||||
| `index.html` | GUI main (`pear.gui.main`) — titlebar + panels |
|
||||
| `app.js` | UI logic (connect, fleet, live charts, invites) |
|
||||
| `app.js` | UI logic (connect, fleet, live charts, invites, Data Manager wiring) |
|
||||
| `ui/dashboard.js` | Charts tab master metrics wall |
|
||||
| `ui/data-manager.js` | Settings → Data (retention / prune / storage usage) |
|
||||
| `ui/logs.js` | System Log tab (journal default for admins) |
|
||||
| `shared/taxonomy.js` | Section grouping for the metrics wall |
|
||||
| `shared/container-names.js` | Human Docker/cgroup labels for the wall |
|
||||
| `shared/format.js` | Overview KPI unit scaling |
|
||||
| `shared/retention.js` | Retention presets shared with the agent |
|
||||
| `ui/styles.css` | Layout, theme, **titlebar drag regions** |
|
||||
| `client/*` | HyperDHT connection stack used by the UI |
|
||||
| `docs/DASHBOARD.md` | Master Charts / metrics wall plan |
|
||||
| `user-guide/` | End-user workflows (Correlate, Related, Logs, Fleet, …) |
|
||||
| `ui/logs.js` | System Log tab controller |
|
||||
| `user-guide/` | End-user workflows (Correlate, Related, Logs, Containers, Settings, …) |
|
||||
|
||||
```bash
|
||||
npm start # pear run -d .
|
||||
|
||||
Reference in New Issue
Block a user