🧟‍♀️ Updates import for the github firmware manager

This commit is contained in:
Rune Harlyk
2024-10-29 09:46:55 +01:00
parent 7dd5797481
commit 91156c42ae
3 changed files with 2255 additions and 2704 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"build": "vite build",
"build:embedded": "cross-env VITE_USE_HOST_NAME=true vite build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"test": "pnpm run test:integration && pnpm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
@@ -61,4 +61,4 @@
"uzip": "^0.20201231.0",
"xacro-parser": "^0.3.9"
}
}
}
+2252 -2701
View File
File diff suppressed because it is too large Load Diff
@@ -12,7 +12,7 @@
import InfoDialog from '$lib/components/InfoDialog.svelte';
import { api } from '$lib/api';
import { useFeatureFlags } from '$lib/stores';
import { Cancel, Check, CloudDown, Github, Prerelease } from '$lib/components/icons';
import { Error, Cancel, Check, CloudDown, Github, Prerelease } from '$lib/components/icons';
const features = useFeatureFlags();