docs: add bell-clear, device selector, activity title, favicon badge to README + move branding writeup

This commit is contained in:
Brian Krabach
2026-04-04 09:16:08 -07:00
parent b333c1fccd
commit 1fd8bf46e8
2 changed files with 246 additions and 2 deletions
+9 -2
View File
@@ -13,8 +13,8 @@
- **Live session grid** — preview tiles with ANSI-colored terminal snapshots, auto-refreshed
- **Two view modes** — Auto (scrollable grid) and Fit (all sessions fill the viewport)
- **Hover preview** — full-size overlay of session content on tile hover
- **Activity indicators** — bell notification badges, amber favicon dot for browser tab visibility
- **Session creation** — `+` button with custom command template support
- **Activity indicators** — bell notification badges on tiles; amber favicon dot + `(N)` count in browser tab title when sessions have unseen activity
- **Session creation** — `+` button with device selector dropdown when multi-device is enabled; custom command template support
- **Session deletion** — `×` button with custom command template support
- **Mobile-friendly** — responsive layout, PWA-capable for home-screen install
@@ -35,6 +35,13 @@
- **Multi-Device** — remote instance federation
- **CLI** — `muxplex config list/get/set/reset`
### Multi-Device
- **Remote session aggregation** — federate multiple muxplex instances into a unified dashboard view
- **Device selector in new session** — `+` button shows a device dropdown when multi-device is enabled; create sessions on any connected instance directly from the dashboard
- **Remote bell-clear** — opening a session on a remote device automatically clears its activity notification via federation API (`POST /api/bell/clear`)
- **Unique session keys** — sessions identified by `remoteId:name` across devices, preventing bell-state collisions for identically-named sessions on different machines
### Service Management
- `muxplex service install/start/stop/restart/status/logs/uninstall`