Commit Graph

7 Commits

Author SHA1 Message Date
c1e797f3ae DayDetailViewModel now ignores records and directly retrieves data from App
This is preparatory work. Having the view model directly retrieve data both adds a degree of symmetry (it both gets data from and sends data to the app) and makes it possible for the view model to refresh itself when needing to revert data or after saving data.
2024-02-01 09:27:40 -05:00
304008c674 The view model can no longer be initialized without an app 2024-01-31 09:51:17 -05:00
55c1a6372f Rename the formatters 2024-01-31 08:38:17 -05:00
69567db486 Introduce a structure for formatting and parsing Weight values 2024-01-30 10:08:10 -05:00
7ec48ded5d Make the day summary use the view model 2024-01-20 17:04:20 -05:00
9bedb7a76c Tons of linting and get tests running again 2024-01-20 15:04:46 -05:00
1fe318068b Set up a view model for the day detail view 2024-01-20 11:16:31 -05:00