feat: show AppLogo in header when Overview mode is enabled#118
feat: show AppLogo in header when Overview mode is enabled#118hanrw merged 1 commit intotddworks:mainfrom
Conversation
Instead of showing the last selected provider's icon, the header now displays the ClaudeBar logo when Overview mode is active.
📝 WalkthroughWalkthroughHeader icon rendering logic in MenuContentView now conditionally displays an AppLogo image styled in a circle with border and shadow when overview mode is enabled, otherwise falling back to the original ProviderIconView. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
==========================================
+ Coverage 78.34% 78.46% +0.12%
==========================================
Files 77 77
Lines 5832 5832
==========================================
+ Hits 4569 4576 +7
+ Misses 1263 1256 -7 🚀 New features to boost your workflow:
|
Summary
Display the ClaudeBar logo (AppLogo asset) in the menu header when Overview mode is enabled, instead of showing the last-selected provider's icon.
Summary by CodeRabbit