Files
fusion/.changeset/fix-activity-log-data-loading.md
gsxdsm 339a69d5f8 fix(FN-789): fix activity log data loading and restore modal styling
- 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
2026-04-03 14:05:40 -07:00

288 B

@gsxdsm/fusion
@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.