Feat/theme: update some styles#7
Conversation
style(console): 优化日志显示样式 style(requests): 调整请求标签样式 style(index): 更新全局样式以支持新间距变量
…iff functionality - Implemented RequestDetailView component to display request details, including request, response, and metadata tabs. - Created RequestHeader component for displaying request summary and stats. - Added RequestSidebar for navigating between main request and upstream attempts. - Introduced CopyButton and DiffButton components for copying content and viewing differences between client and upstream responses. - Developed DiffModal for displaying the differences in a user-friendly format. - Added EmptyState component for handling empty data scenarios. - Organized components into a dedicated directory for better structure and maintainability.
…nd Sessions pages - Updated class names for consistent styling in Requests and Retry Configs pages. - Replaced `flex-shrink-0` with `shrink-0` for better readability. - Simplified icon class names in RequestStatusBadge for clarity. - Enhanced readability by formatting JSX elements in Retry Configs and Sessions pages. - Improved loading and empty state messages for better user experience. - Refactored event handling and state management in SessionDetailModal for clarity.
- 将 wails_broadcaster.go 拆分为两个文件: - wails_broadcaster_desktop.go (//go:build desktop) - 包含 Wails runtime - wails_broadcaster_http.go (//go:build !desktop) - 纯转发,无 Wails 依赖 - 更新 wails.json 添加 "tags": "desktop" 确保桌面构建使用正确标签 - 优化前端 Transport 检测:HTTP 模式直接创建 HttpTransport,跳过 Wails 等待
|
/review |
1 similar comment
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/improve |
PR Code Suggestions ✨
|
No description provided.