running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.editorconfig19L
-rw-r--r--.github/workflows/node.js.yml29L
-rw-r--r--.gitignore27L
-rw-r--r--404.html28L
-rw-r--r--CHANGELOG.md134L
-rw-r--r--README.md55L
-rw-r--r--eslint.config.js37L
-rw-r--r--index.html78L
-rw-r--r--package-lock.json11220L
-rw-r--r--package.json51L
-rw-r--r--playwright.config.js63L
-rw-r--r--public/img/icons/android-chrome-192x192.png5297B
-rw-r--r--public/img/icons/android-chrome-512x512.png15585B
-rw-r--r--public/img/icons/android-chrome-maskable-192x192.png3973B
-rw-r--r--public/img/icons/android-chrome-maskable-512x512.png11447B
-rw-r--r--public/img/icons/apple-splash-1125x2436.png40492B
-rw-r--r--public/img/icons/apple-splash-1136x640.png15541B
-rw-r--r--public/img/icons/apple-splash-1170x2532.png42397B
-rw-r--r--public/img/icons/apple-splash-1179x2556.png44259B
-rw-r--r--public/img/icons/apple-splash-1242x2208.png42465B
-rw-r--r--public/img/icons/apple-splash-1242x2688.png46198B
-rw-r--r--public/img/icons/apple-splash-1284x2778.png48106B
-rw-r--r--public/img/icons/apple-splash-1290x2796.png47161B
-rw-r--r--public/img/icons/apple-splash-1334x750.png18968B
-rw-r--r--public/img/icons/apple-splash-1488x2266.png50448B
-rw-r--r--public/img/icons/apple-splash-1536x2048.png50359B
-rw-r--r--public/img/icons/apple-splash-1620x2160.png53228B
-rw-r--r--public/img/icons/apple-splash-1640x2360.png55832B
-rw-r--r--public/img/icons/apple-splash-1668x2224.png55545B
-rw-r--r--public/img/icons/apple-splash-1668x2388.png57051B
-rw-r--r--public/img/icons/apple-splash-1792x828.png20677B
-rw-r--r--public/img/icons/apple-splash-2048x1536.png47305B
-rw-r--r--public/img/icons/apple-splash-2048x2732.png72805B
-rw-r--r--public/img/icons/apple-splash-2160x1620.png50043B
-rw-r--r--public/img/icons/apple-splash-2208x1242.png35837B
-rw-r--r--public/img/icons/apple-splash-2224x1668.png51942B
-rw-r--r--public/img/icons/apple-splash-2266x1488.png45697B
-rw-r--r--public/img/icons/apple-splash-2360x1640.png51065B
-rw-r--r--public/img/icons/apple-splash-2388x1668.png51863B
-rw-r--r--public/img/icons/apple-splash-2436x1125.png32210B
-rw-r--r--public/img/icons/apple-splash-2532x1170.png33016B
-rw-r--r--public/img/icons/apple-splash-2556x1179.png34172B
-rw-r--r--public/img/icons/apple-splash-2688x1242.png35419B
-rw-r--r--public/img/icons/apple-splash-2732x2048.png67160B
-rw-r--r--public/img/icons/apple-splash-2778x1284.png37028B
-rw-r--r--public/img/icons/apple-splash-2796x1290.png38151B
-rw-r--r--public/img/icons/apple-splash-640x1136.png18908B
-rw-r--r--public/img/icons/apple-splash-750x1334.png23439B
-rw-r--r--public/img/icons/apple-splash-828x1792.png27576B
-rw-r--r--public/img/icons/apple-touch-icon-180x180.png4948B
-rw-r--r--public/img/icons/favicon-16x16.png505B
-rw-r--r--public/img/icons/favicon-32x32.png929B
-rw-r--r--public/img/icons/mstile-icon-128x128.png2256B
-rw-r--r--public/img/icons/mstile-icon-270x270.png6284B
-rw-r--r--public/img/icons/mstile-icon-558x270.png5565B
-rw-r--r--public/img/icons/mstile-icon-558x558.png14242B
-rw-r--r--public/img/icons/open-graph-1280x640.png27498B
-rw-r--r--public/robots.txt2L
-rw-r--r--src/App.vue45L
-rw-r--r--src/assets/chrome-install.png2629B
-rw-r--r--src/assets/global.css224L
-rw-r--r--src/assets/icon.svg17L
-rw-r--r--src/assets/target-calculator.css47L
-rw-r--r--src/components/AdvancedOptionsInput.vue111L
-rw-r--r--src/components/DecimalInput.vue100L
-rw-r--r--src/components/DoubleOutputTable.vue99L
-rw-r--r--src/components/IntegerInput.vue88L
-rw-r--r--src/components/PaceInput.vue55L
-rw-r--r--src/components/SingleOutputTable.vue88L
-rw-r--r--src/components/SplitOutputTable.vue135L
-rw-r--r--src/components/TargetEditor.vue221L
-rw-r--r--src/components/TargetSetSelector.vue170L
-rw-r--r--src/components/TimeInput.vue151L
-rw-r--r--src/composables/useObjectModel.ts35L
-rw-r--r--src/composables/useStorage.ts32L
-rw-r--r--src/core/calculators.ts263L
-rw-r--r--src/core/migrations.ts182L
-rw-r--r--src/core/racePrediction.ts505L
-rw-r--r--src/core/targets.ts211L
-rw-r--r--src/core/units.ts396L
-rw-r--r--src/core/utils.ts55L
-rw-r--r--src/main.ts13L
-rw-r--r--src/router/index.ts120L
-rw-r--r--src/views/AboutPage.vue197L
-rw-r--r--src/views/BatchCalculator.vue221L
-rw-r--r--src/views/ChangeLog.vue10L
-rw-r--r--src/views/HomePage.vue78L
-rw-r--r--src/views/NotFoundPage.vue18L
-rw-r--r--src/views/PaceCalculator.vue56L
-rw-r--r--src/views/RaceCalculator.vue82L
-rw-r--r--src/views/SplitCalculator.vue72L
-rw-r--r--src/views/UnitCalculator.vue287L
-rw-r--r--src/views/WorkoutCalculator.vue57L
-rw-r--r--tests/e2e/batch-calculator.spec.js182L
-rw-r--r--tests/e2e/cross-calculator.spec.js1101L
-rw-r--r--tests/e2e/pace-calculator.spec.js134L
-rw-r--r--tests/e2e/race-calculator.spec.js154L
-rw-r--r--tests/e2e/split-calculator.spec.js200L
-rw-r--r--tests/e2e/unit-calculator.spec.js72L
-rw-r--r--tests/e2e/workout-calculator.spec.js165L
-rw-r--r--tests/unit/components/AdvancedOptionsInput.spec.js556L
-rw-r--r--tests/unit/components/DecimalInput.spec.js53L
-rw-r--r--tests/unit/components/DoubleOutputTable.spec.js98L
-rw-r--r--tests/unit/components/IntegerInput.spec.js53L
-rw-r--r--tests/unit/components/PaceInput.spec.js98L
-rw-r--r--tests/unit/components/SingleOutputTable.spec.js103L
-rw-r--r--tests/unit/components/SplitOutputTable.spec.js164L
-rw-r--r--tests/unit/components/TargetEditor.spec.js705L
-rw-r--r--tests/unit/components/TargetSetSelector.spec.js417L
-rw-r--r--tests/unit/components/TimeInput.spec.js189L
-rw-r--r--tests/unit/core/calculators.spec.js257L
-rw-r--r--tests/unit/core/migration.spec.js150L
-rw-r--r--tests/unit/core/racePrediction.spec.js250L
-rw-r--r--tests/unit/core/targets.spec.js59L
-rw-r--r--tests/unit/core/units.spec.js439L
-rw-r--r--tests/unit/core/utils.spec.js206L
-rw-r--r--tests/unit/views/BatchCalculator.spec.js801L
-rw-r--r--tests/unit/views/PaceCalculator.spec.js300L
-rw-r--r--tests/unit/views/RaceCalculator.spec.js377L
-rw-r--r--tests/unit/views/SplitCalculator.spec.js218L
-rw-r--r--tests/unit/views/UnitCalculator.spec.js180L
-rw-r--r--tests/unit/views/WorkoutCalculator.spec.js382L
-rw-r--r--tsconfig.app.json14L
-rw-r--r--tsconfig.json11L
-rw-r--r--tsconfig.node.json12L
-rw-r--r--vite-env.d.ts1L
-rw-r--r--vite.config.ts80L