Go to file
Savanni D'Gerinel 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
.vscode Set up a view model for the day detail view 2024-01-20 11:16:31 -05:00
authdb Move the cli app into authdb 2023-11-19 23:54:02 -05:00
builders run tests on release builds 2023-10-05 13:01:24 -04:00
changeset Resolve warnings in changeset 2023-10-05 12:57:35 -04:00
config Flatten configuration by one level 2023-08-19 20:46:43 -04:00
config-derive Create a type-safe configuration library 2023-08-17 23:28:49 -04:00
coordinates Resolve warnings in coordinates 2023-10-05 12:57:35 -04:00
cyberpunk-splash Update the gtk dependencies for all packages 2023-11-14 10:05:56 -05:00
dashboard Update build tools for dashboard and fitnesstrax 2024-01-25 22:55:45 -05:00
emseries Build the facilities to add a new time/distance workout 2024-02-08 09:44:58 -05:00
file-service Have the file-service depend on the new authdb library 2023-11-19 23:55:43 -05:00
fitnesstrax Build the facilities to add a new time/distance workout 2024-02-08 09:44:58 -05:00
fluent-ergonomics Resolve warnings in fluent-ergonomics 2023-10-05 12:57:35 -04:00
geo-types Resolving linting problems in geo-types 2023-10-05 12:57:35 -04:00
gm-control-panel Update the gtk dependencies for all packages 2023-11-14 10:05:56 -05:00
hex-grid Update the gtk dependencies for all packages 2023-11-14 10:05:56 -05:00
icon-test Add a test program for gnome icons 2024-02-08 09:13:54 -05:00
ifc Resolve warnings in the IFC library 2023-10-05 12:57:35 -04:00
kifu Update the gtk dependencies for all packages 2023-11-14 10:05:56 -05:00
memorycache Resolve warnings in memorycache and dashboard 2023-10-05 12:57:35 -04:00
music-player
nom-training Fix some linter errors 2023-10-18 23:12:58 -04:00
orizentic Import orizentic 2023-10-03 17:59:55 -04:00
pico-blink Build a color test pattern. 2023-11-14 08:04:31 -05:00
result-extended Reverse the order of Error and FatalError parameters in the Result 2023-10-18 22:13:11 -04:00
screenplay Update the gtk dependencies for all packages 2023-11-14 10:05:56 -05:00
sgf Import the new level-one parser 2023-10-30 01:57:00 +00:00
timezone-testing Add a test application that demonstrates chrono and timezone processing 2023-12-26 13:33:18 -05:00
tree Clean up broken tests and clippy warnings 2023-10-25 10:35:24 -04:00
visions Work out how the session filter and the handlers can function 2023-11-21 09:57:35 -05:00
.envrc
.gitignore Make some test endpoints and prototype an authentication filter 2023-11-20 23:30:10 -05:00
COPYING
Cargo.lock Add a test program for gnome icons 2024-02-08 09:13:54 -05:00
Cargo.nix Update Cargo.nix 2024-02-08 00:16:27 -05:00
Cargo.toml Add a test program for gnome icons 2024-02-08 09:13:54 -05:00
Makefile Remove a bunch of Makefiles 2023-08-07 16:24:09 -04:00
build.sh Set up the basic data structures of a new fitnesstrax app. 2023-12-06 23:52:28 -05:00
flake.lock Set up flake-based builds 2024-01-25 22:48:41 -05:00
flake.nix Add a test program for gnome icons 2024-02-08 09:13:54 -05:00
memory.x Try controlling dotstars through SPI and through bit-banging 2023-11-09 22:24:37 -05:00
package-lock.json Render ghost stones 2023-05-15 22:20:40 -04:00
package.json Adjust the Makefile dependency calculations 2023-05-13 14:22:26 -04:00
readme.md
rust-toolchain Cleanups 2023-11-14 08:27:13 -05:00
tsconfig.json

readme.md

Luminescent Dreams Tools Monorepo

Add files in this repo are Copyright Savanni D'Gerinel, whether the copyright notice is present or not. All of the work in this repository, except where explicitely noted otherwise, is the sole work of Savanni D'Gerinel.

Future contributors will be noted in the CONTRIBUTORS file.


Copyright 2023, Savanni D'Gerinel savanni@luminescent-dreams.com

This file is part of the Luminescent Dreams Tools.

Luminescent Dreams Tools is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Luminescent Dreams Tools is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Lumeto. If not, see https://www.gnu.org/licenses/.