You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add smooth sliding animation for new status data in TrendBlocks
Implement timestamp-based detection for new data arrival with coordinated
sliding animations:
- Detect new data using timestamp comparison (ts field)
- Slide existing blocks left when new data arrives
- New block grows from scale(0.1) to scale(1) while sliding in
- Coordinated 500ms animation with opacity fade-in
- Pause heartbeat during transitions, resume on completion
Creates engaging visual feedback when status updates arrive,
making it clear when new monitoring data is received.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments