monorepo/fitnesstrax/app/src
Savanni D'Gerinel 33c85ee7b3 Reload data when the user saves on the DayEdit panel
This required some big overhauls. The view model no longer takes records. It only takes the date that it is responsible for, and it will ask the database for records pertaining to that date. This means that once the view model has saved all of its records, it can simply reload those records from the database. This has the effect that as soon as the user moves from DayEdit back to DayDetail, all of the interesting information has been repopulated.
2024-01-29 10:22:21 -05:00
..
components Reload data when the user saves on the DayEdit panel 2024-01-29 10:22:21 -05:00
view_models Reload data when the user saves on the DayEdit panel 2024-01-29 10:22:21 -05:00
views Reload data when the user saves on the DayEdit panel 2024-01-29 10:22:21 -05:00
app.rs Reload data when the user saves on the DayEdit panel 2024-01-29 10:22:21 -05:00
app_window.rs Reload data when the user saves on the DayEdit panel 2024-01-29 10:22:21 -05:00
main.rs Add buttons with icons to represent workouts 2024-01-25 23:11:55 -05:00
types.rs Create Duration and Distance structures to handle rendering 2024-01-29 08:26:41 -05:00