Deps migration (#1988)

* chore: migrate eslint to oxlint

* chore: migrate prettier to oxfmt

* chore: migrate typescript

* chore: toThrow should have a expected value

* chore: cast test value as Day

* chore: small title fix

* chore: mocks should be hoisted

* chore: incorrect async useage

* chore: test should be inside description

* chore: test sohuld include an expeced

* chore: oxfmt

---------

Co-authored-by: alex-Arc <omnivox@LAPTOP-RC5SNBVV.localdomain>
This commit is contained in:
Carlos Valente
2026-03-08 16:22:12 +01:00
committed by GitHub
parent 9516ac21bb
commit 1849b4d39f
501 changed files with 2678 additions and 4654 deletions
+6 -6
View File
@@ -1,4 +1,4 @@
@use "./ontimeColours" as *;
@use './ontimeColours' as *;
$transition-time-action: 0.1s;
$transition-time-feedback: 0.3s;
@@ -33,16 +33,16 @@ $active-green: $green-700;
// playback colours
$playback-start: $green-600;
$ontime-roll: #22a0e9;
$ontime-delay: #F57C13;
$ontime-delay-text: #E69056;
$ontime-delay: #f57c13;
$ontime-delay-text: #e69056;
$ontime-paused: #c05621;
$ontime-stop: #E4281E;
$ontime-stop: #e4281e;
$playback-negative: $red-500;
$playback-ahead: $green-500;
$active-indicator: $green-400;
$text-black: $gray-1350;
$playback-over: #F57C13;
$playback-over: #f57c13;
$playback-under: $green-500;
// interface panels
@@ -65,7 +65,7 @@ $section-spacing: 1rem;
$main-spacing: 2rem;
// interface text
$ontime-font-family: "Open Sans", "Segoe UI", sans-serif;
$ontime-font-family: 'Open Sans', 'Segoe UI', sans-serif;
$title-gray: $gray-200;
$label-gray: $gray-600;
$secondary-text-gray: $gray-400;