feat: add settings menu
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s

This commit is contained in:
Hewston Fox
2026-03-22 04:08:56 +02:00
parent 2a1115b66f
commit 5e9acffa09
89 changed files with 3412 additions and 216 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"ignorePatterns": ["**/routeTree.gen.ts"],
"ignorePatterns": ["**/*.gen.ts", "src/i18n/resources.d.ts"],
"plugins": ["react", "react-perf", "import", "jsx-a11y", "promise"],
"rules": {
"eqeqeq": ["error", "smart"],