Commits
User selector
Commit history
Commits on Jun 22, 2026
feat(menubar): switch menu bar icons to SF Symbols
Show description for b9d34e9andcommitted
refactor(login): collapse LoginItemService into single @Observable class
Show description for e3c8980committed
macfix(keyboard): use contentShape for full-box hit testing
Show description for 903a6e7committed
macfix(keyboard): make entire shortcut box clickable
Show description for 2206a9ecommitted
macfix(keyboard): exit record mode when Reset is pressed
Show description for b510eb1committed
macfix(app): inject viewModel into settings scene
Show description for 56b47c5committed
macfix(preview): share single SettingsModel between view-model and view
Show description for 96ef125committed
macfix(general): drop self. prefix from @Environment bindings
Show description for 078cb51committed
macrefactor(app): inject shared state via @Environment instead of parameters
Show description for 0d78042committed
mac- committed
mac - committed
mac - committed
mac - committed
mac feat(environment): add loginItem entry to EnvironmentValues
Show description for 1b2ca7bcommitted
macrefactor(keyboard): drop redundant hotkey writes
Show description for 650ea5acommitted
macfix(settings): share single SettingsModel between app and view model
Show description for dd87e85committed
mac
Commits on Jun 21, 2026
refactor(settings): split settings into General, Power, and Keyboard tabs
Show description for c30beb3committed
macrefactor(models,services): move services out of Models, drop singletons
Show description for 0579fe2andcommitted
Commits on Jun 20, 2026
test(login): add LoginItemServiceTests (parked, needs test target)
Show description for f7f0b54andcommitted
feat(app): wire LoginItemService into Settings scene
Show description for 807bf78andcommitted
docs(settings): note why Start at login toggle uses custom binding
Show description for 4bfd1feandcommitted
- committed
mac - committed
mac - committed
mac - committed
mac feat(login): implement LiveLoginItemService over SMAppService.mainApp
Show description for 35dd1e3committed
macfeat(login): add LoginItemService protocol and FakeLoginItemService
Show description for fc73820andcommitted
fix(settings): restore default SwiftUI focus ring on tab bar and form controls
Show description for b59855bandcommitted
Commits on Jun 19, 2026
fix(settings): update CaffeineApp view references and widen window
Show description for 2600d86andcommitted
chore(views): rename views to *View convention
Show description for e4cd8c1andcommitted
Commits on Jun 18, 2026
fix(settings): apply focusEffectDisabled per-control; set defaultSize
Show description for c44c42bcommitted
macfix(settings): hide focus ring on form controls; shrink min width
Show description for 61dae4acommitted
macfix(settings): hide keyboard focus ring on tab bar
Show description for e3c9dcccommitted
macrevert(settings): restore systemImage on Tabs
Show description for a19ce6bcommitted
macstyle(settings): drop systemImage on Tabs to remove icon-container pill
Show description for a0fc27bcommitted
mac