File: app/src/views/StreamView.tsx:12
StreamView fetches /api/activity on mount. This endpoint doesn't exist — always 404, silently swallowed. History feature non-functional.
Fix: Add GET /api/activity route querying activity_stream table, or change to use existing vault endpoint.
Ref: PR #70 audit
File:
app/src/views/StreamView.tsx:12StreamView fetches
/api/activityon mount. This endpoint doesn't exist — always 404, silently swallowed. History feature non-functional.Fix: Add
GET /api/activityroute queryingactivity_streamtable, or change to use existing vault endpoint.Ref: PR #70 audit