Commit Graph

9 Commits

Author SHA1 Message Date
81143f0b9c Fix a lot of very simple, easy warnings 2025-01-18 22:38:10 -05:00
2c42c35dfe Build the facilities to add a new time/distance workout
This adds the code to show the new records in the UI, plus it adds them to the view model. Some of the representation changed in order to facilitate linking UI elements to particular records. There are now some buttons to create workouts of various types, clicking on a button adds a new row to the UI, and it also adds a new record to the view model. Saving the view model writes the records to the database.
2024-02-08 09:44:58 -05:00
9bedb7a76c Tons of linting and get tests running again 2024-01-20 15:04:46 -05:00
149587f0bd Bind the ID to the record instead of keeping them separate 2023-12-27 16:13:47 -05:00
d2f4ec97c0 Rename UniqueId to RecordId 2023-12-26 15:39:17 -05:00
f9db002464 Make the series open function accept anything that can be a path reference 2023-12-06 23:52:28 -05:00
2084061526 Resolve linter warnings in emseries 2023-10-05 12:57:35 -04:00
e60a2fbc30 Start building a music player server (#17)
The very beginnings, with a very basic application architecture, for a music playing server on a headless system.

This also adds my new Flow library, which I'll be wanting to use in a variety of places.

Co-authored-by: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Reviewed-on: savanni/tools#17
2023-02-11 17:59:15 +00:00
9deb17fa15 Re-extract emseries into its own project 2022-04-20 09:01:39 -04:00