Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial app UI and responsive field monitor #12

Merged
merged 14 commits into from
Aug 27, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/main-push-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
working-directory: ./ui
run: |
npm install
npm install --force
npm run build
npx prettier --check .

9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"svelte.enable-ts-plugin": true
"svelte.enable-ts-plugin": true,
"[css, js, ts]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"editor.insertSpaces": false
}
3 changes: 3 additions & 0 deletions ui/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
package-lock.json
pnpm-lock.yaml
yarn.lock

# Generated OpenAPI file
src/fms/fms-api.ts
Binary file modified ui/bun.lockb
Binary file not shown.
Loading