- Fix useActivityLog hook to properly load activity log entries from the store - Add comprehensive test coverage for useActivityLog hook with 243 lines of tests - Restore missing ActivityLogModal CSS styles (modal overlay, list, animations) - Add ActivityLogModal component tests for empty state, loading, and error handling - Register activity log route in App.tsx - Update README with activity log data source documentation - Add changeset for patch release
6 lines
288 B
Markdown
6 lines
288 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Fix dashboard activity log modal reading from wrong data source in single-project mode. The modal now correctly reads from the per-project activity log (/api/activity) instead of the unified central feed, while preserving multi-project filtering support.
|