- Removed debug console.log that was accessing data before null check
- Fixed colSpan in TopMovers empty state message (7 -> 10 columns)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- Wrap component with memo() to prevent unnecessary re-renders
- Restructure DOM hierarchy to avoid nested inline-flex containers
- Center hover popup with left-1/2 -translate-x-1/2
- Add pointer-events-none to popup to prevent hover flickering
- Improve popup spacing and sizing
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>