(feat): small error screen improvement
Some checks failed
/ build-web (push) Failing after 3m56s
/ build-desktop (linux) (push) Failing after 4m13s
/ build-mobile (push) Failing after 6m43s
/ release (push) Has been skipped

(feat): use correct type maps
(fix): remove sudo from nix flake
(wip): migrate ttp to mtp
This commit is contained in:
Alois 2026-07-04 20:26:51 +02:00
commit 4e69b8ef77
8 changed files with 463 additions and 187 deletions

View file

@ -30,7 +30,7 @@
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@types/node": "^26.1.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/parser": "^8.59.1",
@ -45,10 +45,6 @@
"vitest": "^4.0.8",
"yaml": "^2.8.2"
},
"overrides": {
"@tensamin/ui": "https://git.methanium.net/tensamin/ui/releases/download/latest/tensamin-ui.tgz",
"mtp": "https://git.methanium.net/methanium/mtp/releases/download/0.1.0-dev-8dc8b54/mtp-0.1.0.tgz"
},
"dependencies": {
"@tensamin/ui": "*",
"mtp": "*",