v2.0.3 - Fix UI Recent Activity Loading
馃悰 Bug Fixes
- UI: Fixed infinite loading issue in Overview page Recent Activity table
- WebSocket: Resolved missing population of
recentActivityTablecontainer - 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.