perfViz/src
Michael Mainguy 69025c17ee Move URL column between Priority and Start Time in HTTP requests table
- Reorder table headers: URL now appears after Priority, before Start Time
- Update RequestRowSummary component to match new column order
- Improved table layout with URL positioned earlier for better visibility
- Maintains all existing functionality and styling

New column order:
Expand | Method | Status | Type | Priority | URL | Start Time | Queue Time | DNS | Connection | Server Latency | Duration | Total Response Time | Size | Content-Length | Protocol | CDN | Cache

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-11 12:42:13 -05:00
..
assets Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
components Move URL column between Priority and Start Time in HTTP requests table 2025-08-11 12:42:13 -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.css Initial commit: Performance Trace Analyzer with comprehensive features 2025-08-06 19:27:12 -05:00
App.tsx Add URL routing for 3D visualization views 2025-08-11 12:18:31 -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