general: improving build process, start repeated code extraction

This commit is contained in:
Michael Freno
2026-01-12 09:23:08 -05:00
parent a364cad05c
commit 4f799544b7
7 changed files with 503 additions and 92 deletions

View File

@@ -189,7 +189,7 @@ struct MenuBarContentView: View {
// Show all timers using unified identifier system
ForEach(getSortedTimerIdentifiers(timerEngine: timerEngine), id: \.self) { identifier in
if let state = timerEngine.timerStates[identifier] {
if timerEngine.timerStates[identifier] != nil {
TimerStatusRowWithIndividualControls(
identifier: identifier,
timerEngine: timerEngine,