Description
The Tab Activity panel in the Wingman sidebar renders completely empty, even though the /activity-log API returns data correctly.
Steps to Reproduce
- Open Tandem Browser
- Navigate to a few pages (any tabs)
- Open the Wingman panel
- Click "Tab Activity" section
Expected Behavior
List of recent tab events (navigations, page loads, tab switches) rendered in the panel.
Actual Behavior
Panel is blank / empty. No entries shown.
Investigation
Verified via API: GET /activity-log returns valid entries (43 entries confirmed during testing). Backend is working correctly. Issue is isolated to the UI rendering layer of the Wingman panel.
Environment
- Tandem Browser (latest main)
- macOS
Notes
The activity log previously worked as a live audit trail / tab activity overview. This is a regression.
Description
The Tab Activity panel in the Wingman sidebar renders completely empty, even though the
/activity-logAPI returns data correctly.Steps to Reproduce
Expected Behavior
List of recent tab events (navigations, page loads, tab switches) rendered in the panel.
Actual Behavior
Panel is blank / empty. No entries shown.
Investigation
Verified via API:
GET /activity-logreturns valid entries (43 entries confirmed during testing). Backend is working correctly. Issue is isolated to the UI rendering layer of the Wingman panel.Environment
Notes
The activity log previously worked as a live audit trail / tab activity overview. This is a regression.