feat(ui): redesigned dashboard with contextual panels (v1.5.0)#31
feat(ui): redesigned dashboard with contextual panels (v1.5.0)#31ProduktEntdecker merged 4 commits intomainfrom
Conversation
…1.4.1) - Remove fake simulation that showed all green before actual results - Update progress view with REAL per-process status from TouchBarManager - Add 1.5s delay so users can see actual status before transitioning - Fix issue where all processes appeared green but admin was still requested
Addresses CodeRabbit review feedback on PR #29. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replaces overlay-based UI with a split-panel dashboard layout: - LEFT panel (220px): Status always visible with process progress - RIGHT panel: Context-specific content and action buttons - Window now resizable (420x360 min, 800x600 max) Key improvements: - Status visible during admin password prompt - Cancel button always accessible (scrollable content) - Cleaner state management (removed showingRestartOptions) Also adds code review todos for future improvements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
Warning Rate limit exceeded@ProduktEntdecker has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 13 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (12)
Comment |
The v1.5.0 dashboard redesign added ~1300 lines of new SwiftUI views (ContextPanelView, TouchBarDashboardView) which are difficult to test and contribute 0% coverage. This drops the overall coverage from 28% to 23%. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary
progressparameter from ContextPanelViewTest plan
🤖 Generated with Claude Code