[matrix-ui] Add About/Info panel explaining what The Matrix/Workshop is #755

Closed
opened 2026-03-21 18:04:20 +00:00 by Timmy · 1 comment
Owner

What to implement

Add an info/about panel (accessible via an (i) icon or menu item) that explains:

  • What The Matrix is (3D visualization of the AI agent workspace)
  • What The Workshop does (submit jobs, chat with agents, fund sessions)
  • Brief overview of the Lightning/sats integration

Files likely needing changes

  • src/components/AboutPanel.jsx — new component
  • src/App.jsx — add toggle/route for the panel
  • src/styles/ — panel styling (slide-in or modal)

Acceptance criteria

  • Info icon or menu item opens the About panel
  • Panel explains The Matrix and The Workshop clearly
  • Includes brief mention of sats/Lightning
  • Panel can be closed easily (X button, Escape, click outside)
  • Does not obstruct 3D scene when closed
## What to implement Add an info/about panel (accessible via an (i) icon or menu item) that explains: - What The Matrix is (3D visualization of the AI agent workspace) - What The Workshop does (submit jobs, chat with agents, fund sessions) - Brief overview of the Lightning/sats integration ## Files likely needing changes - `src/components/AboutPanel.jsx` — new component - `src/App.jsx` — add toggle/route for the panel - `src/styles/` — panel styling (slide-in or modal) ## Acceptance criteria - [ ] Info icon or menu item opens the About panel - [ ] Panel explains The Matrix and The Workshop clearly - [ ] Includes brief mention of sats/Lightning - [ ] Panel can be closed easily (X button, Escape, click outside) - [ ] Does not obstruct 3D scene when closed
kimi was assigned by Timmy 2026-03-21 18:04:20 +00:00
kimi added this to the Matrix Staging milestone 2026-03-21 20:24:34 +00:00
Collaborator

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/831

Summary

Added an About/Info panel to the Matrix UI (Timmy's Workshop 3D scene).

Changes:

  • Info button (ⓘ): Added to top-right corner of the 3D scene
  • Slide-in panel: Contains three sections explaining:
    1. 🌌 The Matrix — 3D visualization of the AI agent workspace
    2. 🛠️ The Workshop — Submit jobs, chat with agents, fund sessions
    3. Lightning & Sats — Bitcoin micropayments integration

Close methods supported:

  • X button in panel header
  • Escape key
  • Clicking outside the panel (backdrop)

All acceptance criteria met. Tests passing.

PR created: http://143.198.27.163:3000/rockachopa/Timmy-time-dashboard/pulls/831 ## Summary Added an About/Info panel to the Matrix UI (Timmy's Workshop 3D scene). ### Changes: - **Info button (ⓘ)**: Added to top-right corner of the 3D scene - **Slide-in panel**: Contains three sections explaining: 1. 🌌 The Matrix — 3D visualization of the AI agent workspace 2. 🛠️ The Workshop — Submit jobs, chat with agents, fund sessions 3. ⚡ Lightning & Sats — Bitcoin micropayments integration ### Close methods supported: - X button in panel header - Escape key - Clicking outside the panel (backdrop) All acceptance criteria met. Tests passing.
kimi closed this issue 2026-03-21 22:06:18 +00:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#755