Skip to content

v2.0.3 - Fix UI Recent Activity Loading

Choose a tag to compare

@sofianedjerbi sofianedjerbi released this 05 Aug 01:15
· 5 commits to main since this release

馃悰 Bug Fixes

  • UI: Fixed infinite loading issue in Overview page Recent Activity table
  • WebSocket: Resolved missing population of recentActivityTable container
  • Display: Recent activity now loads correctly on both Overview and Analytics pages

馃敡 Technical Details

  • Added proper displayRecentActivityTable() function implementation
  • Updated WebSocket message handler to populate both recent activity displays
  • Enhanced error handling for empty recent activity data

馃摑 What Changed

The Overview page's "Recent Activity" card was stuck in a perpetual loading state because the WebSocket handler was only populating the Analytics page's recent activity display. This release ensures both displays are properly updated when recent activity data is received.