Commit graph

5 commits

Author SHA1 Message Date
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
2f5e71c304 Implement timer editing
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-04 10:21:40 -07:00
bc2219e0a9 Fix navigation bar items missing on timer list view
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-03 07:59:59 -07:00
4443293cd0 Implement timer deletion
Signed-off-by: William Brawner <me@wbrawner.com>
2020-11-02 10:14:49 -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