Import study link (#1)

* add bug to todo

* disabled import study button if no study ID is selected, but always show if logged in as not to break the layout

* basic import of lichess study link

* change interface import

* Minmax M3 solution to import study chapter/game functionality

* change button text

* fix toast to display on study and chapter load

* add lint and format fix scripts

* apply auto formatting

* update ignored directories

* fix specificity

* add rudimentary PDF count metrics

* allow docker build

* create maintenance mode banner, triggered by env variables
This commit is contained in:
2026-06-25 14:29:50 +02:00
committed by GitHub
parent fbc704dc30
commit 2c657c7598
23 changed files with 1099 additions and 123 deletions
+3 -6
View File
@@ -9,8 +9,11 @@
"dev": "vite dev --port 3000 --host",
"build": "vite build",
"preview": "vite preview",
"start": "node .output/server/index.mjs",
"test": "vitest run",
"lint:fix": "biome lint --write",
"format": "biome format",
"format:fix": "biome format --write",
"lint": "biome lint",
"check": "biome check"
},
@@ -48,11 +51,5 @@
"typescript": "^6.0.2",
"vite": "^8.0.0",
"vitest": "^4.1.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}