perfViz/src
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
..
assets Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
components Convert components to CSS modules and fix tooltip positioning 2025-08-12 08:43:58 -05:00
hooks Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
types Refactored code to use css and be more modular. 2025-08-08 13:21:17 -05:00
utils Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
App.module.css Convert components to CSS modules and fix tooltip positioning 2025-08-12 08:43:58 -05:00
App.tsx Implement standardized CSS status classes and improve header rendering 2025-08-11 19:06:12 -05:00
BabylonTimelineViewer.tsx Fix TypeScript build errors and improve code quality 2025-08-11 11:29:10 -05:00
BabylonViewer.tsx Fix TypeScript build errors and improve code quality 2025-08-11 11:29:10 -05:00
index.css Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
main.tsx Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
vite-env.d.ts Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00