monorepo/fitnesstrax/app
Savanni D'Gerinel 1aff203afc 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-02-08 19:01:56 -05:00
..
resources Show existing time/distance workout rows in day detail and editor 2024-02-08 10:23:47 -05:00
src Reload data when the user saves on the DayEdit panel 2024-02-08 19:01:56 -05:00
Cargo.toml Add buttons with icons to represent workouts 2024-02-08 09:13:54 -05:00
build.rs Update build tools for dashboard and fitnesstrax 2024-01-25 22:55:45 -05:00
dist.sh Set up a lot of the files necessary for a desktop app 2023-12-29 13:13:22 -05:00
gresources.xml Show existing time/distance workout rows in day detail and editor 2024-02-08 10:23:47 -05:00