Skip to content

feat(ui): redesigned dashboard with contextual panels (v1.5.0)#31

Merged
ProduktEntdecker merged 4 commits intomainfrom
feature/v1.5.0-dashboard-redesign
Jan 1, 2026
Merged

feat(ui): redesigned dashboard with contextual panels (v1.5.0)#31
ProduktEntdecker merged 4 commits intomainfrom
feature/v1.5.0-dashboard-redesign

Conversation

@ProduktEntdecker
Copy link
Copy Markdown
Owner

Summary

  • Redesigned dashboard with contextual panels for better user guidance
  • Fixed responsive design issue where Cancel button scrolled outside visible area
  • Removed unused progress parameter from ContextPanelView

Test plan

  • Open app and verify dashboard displays correctly
  • Request admin privileges and verify Cancel button is visible
  • Complete restart flow and verify all states display correctly
  • Test window resizing at various sizes

🤖 Generated with Claude Code

ProduktEntdecker and others added 3 commits January 1, 2026 16:10
…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>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jan 1, 2026

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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.

📥 Commits

Reviewing files that changed from the base of the PR and between 0907fe6 and bfca70c.

📒 Files selected for processing (12)
  • .github/workflows/build-test.yml
  • App/Resources/Info.plist
  • App/Sources/ContentView.swift
  • App/Sources/ContextPanelView.swift
  • App/Sources/TouchBarDashboardView.swift
  • App/Sources/main.swift
  • App/build-app.sh
  • App/create-dmg.sh
  • todos/001-pending-p2-continuous-pulsing-animation.md
  • todos/002-pending-p2-unused-progress-parameter.md
  • todos/003-pending-p2-deprecated-onchange-api.md
  • todos/004-pending-p3-remove-hover-animation.md

Comment @coderabbitai help to get the list of available commands and usage tips.

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>
@ProduktEntdecker ProduktEntdecker merged commit def7439 into main Jan 1, 2026
2 checks passed
@ProduktEntdecker ProduktEntdecker deleted the feature/v1.5.0-dashboard-redesign branch January 1, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant