• Joined on 2022-09-24
savanni created pull request savanni/monorepo#178 2024-01-31 14:01:44 +00:00
Improve the TextEntry field
savanni pushed to fitnesstrax/text-entry-improvements at savanni/monorepo 2024-01-31 13:57:24 +00:00
772188b470 Set up text entry fields for all of the common metrics
bc31522c95 Add the on_update callback to TextEntry, and test the component
6c68564a77 Create a function which safely initializes GTK once
55c1a6372f Rename the formatters
2cbd539bf4 Add a type for managing Time of Day values
Compare 8 commits »
savanni pushed to main at savanni/monorepo 2024-01-31 13:39:36 +00:00
55c1a6372f Rename the formatters
2cbd539bf4 Add a type for managing Time of Day values
7d14308def Create automated testing for weight, duration, and distance formatters
dcd6301bb9 Introduce structures for formatting and parsing Duration and Distance values
69567db486 Introduce a structure for formatting and parsing Weight values
Compare 5 commits »
savanni deleted branch fitnesstrax/duration-distance-time from savanni/monorepo 2024-01-31 13:39:36 +00:00
savanni merged pull request savanni/monorepo#177 2024-01-31 13:39:34 +00:00
Set up formatters for Weight, Distance, Duration, and Time of Day
savanni closed issue savanni/monorepo#173 2024-01-31 13:39:34 +00:00
Create formatter and parser structures for common data types
savanni pushed to fitnesstrax/duration-distance-time at savanni/monorepo 2024-01-31 13:39:01 +00:00
55c1a6372f Rename the formatters
savanni created pull request savanni/monorepo#177 2024-01-31 13:31:32 +00:00
Set up formatters for Weight, Distance, Duration, and Time of Day
savanni pushed to fitnesstrax/duration-distance-time at savanni/monorepo 2024-01-31 13:29:09 +00:00
2cbd539bf4 Add a type for managing Time of Day values
7d14308def Create automated testing for weight, duration, and distance formatters
Compare 2 commits »
savanni created branch fitnesstrax/duration-distance-time in savanni/monorepo 2024-01-30 15:12:01 +00:00
savanni pushed to fitnesstrax/duration-distance-time at savanni/monorepo 2024-01-30 15:12:01 +00:00
dcd6301bb9 Introduce structures for formatting and parsing Duration and Distance values
69567db486 Introduce a structure for formatting and parsing Weight values
Compare 2 commits »
savanni created branch fitnesstrax/text-entry-improvements in savanni/monorepo 2024-01-30 14:44:57 +00:00
savanni pushed to fitnesstrax/text-entry-improvements at savanni/monorepo 2024-01-30 14:44:57 +00:00
abac2d4df9 Add the on_update callback to TextEntry, and test the component
63107e72c0 Create a function which safely initializes GTK once
Compare 2 commits »
savanni opened issue savanni/monorepo#176 2024-01-30 14:43:51 +00:00
Indicate fields that have been changed from their original value
savanni opened issue savanni/monorepo#175 2024-01-30 14:43:32 +00:00
Add a widget to revert a single field
savanni opened issue savanni/monorepo#174 2024-01-30 14:43:07 +00:00
It should not be possible to save a set of records when there is a parse error in a field
savanni opened issue savanni/monorepo#173 2024-01-30 13:17:58 +00:00
Create formatter and parser structures for common data types
savanni opened issue savanni/monorepo#172 2024-01-30 13:09:14 +00:00
DayDetailViewModel should never be constructed without an App
savanni opened issue savanni/monorepo#171 2024-01-30 13:05:43 +00:00
Create functions that construct type-specific TextEntry fields
savanni opened issue savanni/monorepo#170 2024-01-30 13:04:20 +00:00
The Day Detail view model should refresh from the database after saving data