Commit graph

5 commits

Author SHA1 Message Date
b77650b2b3 Improve dark mode color scheme
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-06 07:41:33 -07:00
ead9b2ebe0 Split IntervalTimer model into view and coredata models
Trying to use the same object for the view and Core Data was a bit
clumsy and made working with SwiftUI previews difficult. Splitting
them up fixed the issue at the expense of a little more maintenance
work.
2020-11-05 18:57:31 -07:00
ed57f54cf9 Add sounds on round changes
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-01 18:44:21 -07:00
de29966754 Add colors for timer phases
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-01 12:10:18 -07:00
e73a8b198e Build out most of the UI and functionality
Kinda forgot to commit as I went. Better late than never I guess
2020-11-01 11:54:19 -07:00