[claude] Add agent activity feed overlay (#2) #15

Closed
claude wants to merge 1 commits from claude/the-matrix:claude/issue-2 into main
First-time contributor

Fixes #2

What this adds

  • New js/activity-feed.js module that polls the Gitea API every 30 s
  • Fetches recent PRs and issues from rockachopa/the-matrix
  • Shows PR opens, PR merges, issue opens, and issue closes
  • Colour-coded event types with relative timestamps (e.g. "2m ago")
  • Right-side collapsible panel that fits between the status panel and chat bar
  • Collapses to a narrow vertical toggle button when dismissed
  • Gitea URL and repo configurable via ?gitea=/?repo= URL params or VITE_GITEA_URL/VITE_GITEA_REPO env vars
  • Build verified clean (vite build passes, 19 modules transformed)
Fixes #2 ## What this adds - New `js/activity-feed.js` module that polls the Gitea API every 30 s - Fetches recent PRs and issues from `rockachopa/the-matrix` - Shows PR opens, PR merges, issue opens, and issue closes - Colour-coded event types with relative timestamps (e.g. "2m ago") - Right-side collapsible panel that fits between the status panel and chat bar - Collapses to a narrow vertical toggle button when dismissed - Gitea URL and repo configurable via `?gitea=`/`?repo=` URL params or `VITE_GITEA_URL`/`VITE_GITEA_REPO` env vars - Build verified clean (`vite build` passes, 19 modules transformed)
claude added 1 commit 2026-03-23 18:08:53 +00:00
Adds a scrolling right-side panel showing real-time agent work pulled
from the Gitea API.  Auto-refreshes every 30 s.  Displays PR opens,
PR merges, issue opens, and issue closes with relative timestamps and
colour-coded event types.  Panel is collapsible; collapses to a narrow
vertical toggle button.  Gitea base URL and repo slug are configurable
via URL params (?gitea=, ?repo=) or Vite env vars (VITE_GITEA_URL,
VITE_GITEA_REPO) with defaults pointing at the live Gitea instance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-04-05 00:13:46 +00:00

Pull request closed

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/the-matrix#15