This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Commit 5106285
Refactor status bar with native AppKit implementation and visual indicators
Replace simple text-based menu bar display with a sophisticated native macOS
status bar implementation featuring the CodeLooper logo and colored process
count badges. This overhaul improves visual feedback, fixes duplicate settings
window issues, and provides a more professional appearance that better aligns
with macOS design patterns.
- Implement StatusBarController using NSStatusItem for native menu bar integration
- Add StatusIndicators component with CodeLooper logo and colored badges
- Create custom popover with NSVisualEffectView for proper macOS appearance
- Fix duplicate settings windows by removing SwiftUI WindowGroup
- Enable WindowScreenshotPopover functionality in cursor windows list
- Improve menu bar highlight state tracking when popover is active
- Clean up legacy MenuBarIconManager implementation and tests
The new implementation provides better visual feedback about monitoring state
while maintaining a subtle, professional appearance that integrates seamlessly
with the macOS menu bar.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 00e2268 commit 5106285
30 files changed
Lines changed: 1385 additions & 1196 deletions
File tree
- App
- CodeLooper.xcodeproj
- Core
- Application
- Utilities
- Extensions
- Helpers
- DesignSystem/Sources/DesignSystem
- Components
- Features
- Monitoring/Domain/Services
- Settings/UI
- Components
- Tabs
- StatusBar
- Infrastructure
- UI
- Tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
297 | 303 | | |
298 | 304 | | |
299 | 305 | | |
300 | | - | |
| 306 | + | |
301 | 307 | | |
302 | 308 | | |
303 | 309 | | |
| |||
399 | 405 | | |
400 | 406 | | |
401 | 407 | | |
| 408 | + | |
402 | 409 | | |
403 | 410 | | |
404 | 411 | | |
| |||
418 | 425 | | |
419 | 426 | | |
420 | 427 | | |
421 | | - | |
| 428 | + | |
422 | 429 | | |
423 | 430 | | |
424 | 431 | | |
| |||
514 | 521 | | |
515 | 522 | | |
516 | 523 | | |
| 524 | + | |
517 | 525 | | |
518 | 526 | | |
519 | 527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
63 | 59 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 60 | | |
77 | 61 | | |
78 | 62 | | |
| |||
91 | 75 | | |
92 | 76 | | |
93 | 77 | | |
94 | | - | |
95 | 78 | | |
96 | 79 | | |
97 | 80 | | |
98 | 81 | | |
99 | 82 | | |
100 | 83 | | |
101 | 84 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 85 | | |
0 commit comments