agent-teams-dashboard 0.7.0 → 0.8.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
@@ -7,6 +7,7 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
7
7
  ## Features
8
8
 
9
9
  - **Dual-Sidebar Navigation** — Three-panel layout: TeamsPanel (collapsible) → AgentsPanel → MainPanel
10
+ - **Responsive Design** — Full RWD: mobile (drawer + tab bar), tablet (auto-collapsed sidebar), desktop (three-column)
10
11
  - **Team Overview** — Live status cards with status dots, progress bars, and member counts
11
12
  - **Agent Sessions** — Per-agent session grouping with expandable timeline
12
13
  - **Kanban Task Board** — Pending / In Progress / Completed columns
@@ -16,10 +17,20 @@ Real-time monitoring dashboard for [Claude Code](https://claude.ai/code) agent t
16
17
  ### Layout
17
18
 
18
19
  ```
20
+ Desktop (> 1024px):
19
21
  ┌──────────────┬────────────────┬──────────────────────┐
20
22
  │ TeamsPanel │ AgentsPanel │ MainPanel │
21
23
  │ (collapsible)│ (260px) │ (flex: 1) │
22
24
  └──────────────┴────────────────┴──────────────────────┘
25
+
26
+ Mobile (< 768px): Tablet (768-1024px):
27
+ ┌────────────────────┐ ┌────────┬──────┬─────────┐
28
+ │ [☰] Title [●] │ │ 88px │200px │ flex: 1 │
29
+ ├────────────────────┤ │icon-only│ │ │
30
+ │ MainPanel │ └────────┴──────┴─────────┘
31
+ ├────────────────────┤
32
+ │ Teams│Agents│Content│
33
+ └────────────────────┘
23
34
  ```
24
35
 
25
36
  ## Demo