allow to edit profiles

This commit is contained in:
Eduard Gert
2026-06-18 14:39:27 +02:00
parent 0b5fa75549
commit 2e9ae5e8e1
17 changed files with 409 additions and 86 deletions
+2 -8
View File
@@ -81,14 +81,8 @@ jobs:
- name: Generate Wails bindings
run: pnpm run bindings
- name: ESLint
run: pnpm lint
- name: Type-check
run: pnpm typecheck
- name: Prettier check
run: pnpm format:check
- name: Lint, typecheck, format
run: pnpm check
- name: Build
run: pnpm build