Compare commits

..

14 Commits

Author SHA1 Message Date
8275abdb57 Swap stop watch positions 2026-03-12 12:58:52 -06:00
1c433fc56b Display both feels like and outdoor temperatures 2026-03-12 12:52:51 -06:00
14bda5c29f Use clearInterval to clear the stopwatch interval 2026-03-10 16:58:57 -06:00
ea58f2101f Increase buzz duration 2026-03-10 16:54:44 -06:00
07bb582ddd feat: Initialize buzz state for stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-10 16:22:44 -06:00
6d965dd016 feat: Add timed buzzing alerts to stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-10 16:22:18 -06:00
04511d029c Disable submenu logging 2026-03-09 14:15:18 -06:00
d2d89b361e fix: Load default stopwatch data if file is missing
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 14:12:12 -06:00
0b4d8d84c4 refactor: Improve stopwatch management and display 2026-03-09 14:12:06 -06:00
dc44ac9910 fix: Ensure stopwatches display when paused and on app load
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 13:40:19 -06:00
f96bddf0ba feat: Implement pause and stop functions for stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 13:29:58 -06:00
dda3130c56 Begin writing stop watch 2026-03-09 13:26:41 -06:00
9091d7a783 Remove old grid code 2026-03-09 12:02:39 -06:00
4a4be26977 Remove Anton font, unindent 1 level 2026-03-09 11:55:37 -06:00
2 changed files with 388 additions and 338 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.aider*

File diff suppressed because one or more lines are too long