[kimi] Add About/Info panel to Matrix UI (#755) #831

Merged
kimi merged 1 commits from kimi/issue-755 into main 2026-03-21 22:06:18 +00:00
Collaborator

Fixes #755

Summary

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

Changes

  • static/world/index.html: Added info button (ⓘ icon) in top-right corner and slide-in About panel with sections explaining:

    • What The Matrix is (3D visualization of AI agent workspace)
    • What The Workshop does (submit jobs, chat with agents, fund sessions)
    • Brief overview of Lightning/sats integration
    • Added JavaScript for panel interaction (open/close, keyboard support)
  • static/world/style.css: Added styles for:

    • Info button with hover effects
    • Slide-in panel with glassmorphism design
    • Responsive layout for mobile devices
    • Backdrop overlay with click-to-close

Acceptance Criteria

  • Info icon opens the About panel
  • Panel explains The Matrix and The Workshop clearly
  • Includes brief mention of sats/Lightning
  • Panel can be closed via X button, Escape key, or clicking outside
  • Does not obstruct 3D scene when closed (slide-in design)

Testing

  • All unit tests pass (2832 passed)
  • Format and lint checks pass
Fixes #755 ## Summary Added an About/Info panel to the Matrix UI (Timmy's Workshop 3D scene) that explains the system to visitors. ## Changes - **static/world/index.html**: Added info button (ⓘ icon) in top-right corner and slide-in About panel with sections explaining: - What The Matrix is (3D visualization of AI agent workspace) - What The Workshop does (submit jobs, chat with agents, fund sessions) - Brief overview of Lightning/sats integration - Added JavaScript for panel interaction (open/close, keyboard support) - **static/world/style.css**: Added styles for: - Info button with hover effects - Slide-in panel with glassmorphism design - Responsive layout for mobile devices - Backdrop overlay with click-to-close ## Acceptance Criteria - [x] Info icon opens the About panel - [x] Panel explains The Matrix and The Workshop clearly - [x] Includes brief mention of sats/Lightning - [x] Panel can be closed via X button, Escape key, or clicking outside - [x] Does not obstruct 3D scene when closed (slide-in design) ## Testing - All unit tests pass (2832 passed) - Format and lint checks pass
kimi added 1 commit 2026-03-21 22:05:57 +00:00
feat(matrix-ui): add About/Info panel explaining The Matrix and Workshop
Some checks failed
Tests / lint (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
a7706d49d2
Add an info panel accessible via an (i) icon in the top-right corner:
- Explains what The Matrix is (3D visualization of AI agent workspace)
- Explains what The Workshop does (submit jobs, chat with agents, fund sessions)
- Includes brief mention of sats/Lightning integration
- Panel can be closed via X button, Escape key, or clicking outside
- Uses slide-in design that doesn't obstruct the 3D scene when closed

Fixes #755
kimi merged commit e99b09f700 into main 2026-03-21 22:06:18 +00:00
kimi deleted branch kimi/issue-755 2026-03-21 22:06:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#831