monorepo/fitnesstrax/app/src/views
Savanni D'Gerinel 1e6555ef61 Create a day detail view
DayDetail, the component, I used to use as a view. Now I'm swapping
things out so that DayDetailView handles the view itself. The DayDetail
component will still show the details of the day, but I'll create a
DayEditComponent which is dedicated to showing the edit interface for
everything in a day.

The swapping will now happen in DayDetailView, not in DayDetail or an
even deeper component.
2024-01-15 15:53:01 -05:00
..
day_detail_view.rs Create a day detail view 2024-01-15 15:53:01 -05:00
historical_view.rs Update the historical view when a change happens in the db 2023-12-28 22:47:47 -05:00
mod.rs Create a day detail view 2024-01-15 15:53:01 -05:00
placeholder_view.rs Extract the application loop from the main file 2023-12-22 15:17:22 -05:00
welcome_view.rs Open and style the day detail view and add it to the navigation stack 2023-12-28 22:31:07 -05:00