perfViz/src/components
Michael Mainguy 9f41ff72f0 Convert components to CSS modules and fix tooltip positioning
- Convert Tooltip and Modal components from inline styles to CSS modules
- Add centralized z-index management with CSS variables (--z-modal: 10000, --z-tooltip: 50000)
- Implement fixed positioning for tooltips with dynamic coordinate calculation
- Fix header row hover effects to not inherit data row brightness filters
- Add proper table container positioning context for tooltips
- Create RequestsTable.module.css for table-specific styling
- Ensure tooltips are always visible above all content with proper arrow positioning

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-12 08:43:58 -05:00
..
httprequestviewer Convert components to CSS modules and fix tooltip positioning 2025-08-12 08:43:58 -05:00
shared Convert components to CSS modules and fix tooltip positioning 2025-08-12 08:43:58 -05:00
PhaseViewer.tsx Fix TypeScript build errors and improve code quality 2025-08-11 11:29:10 -05:00
RequestDebugger.tsx Refactor tooltip system to use centralized enum-based definitions 2025-08-11 12:04:09 -05:00
TraceSelector.tsx Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
TraceStats.tsx Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
TraceUpload.tsx Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
TraceViewer.tsx Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00