add linting and some lazy loading

This commit is contained in:
2026-04-04 18:43:54 +02:00
parent c14864aa29
commit 4c989928f1
7 changed files with 705 additions and 49 deletions
+4
View File
@@ -32,6 +32,10 @@ jobs:
run: |
cd ./frontend
yarn run test
- name: Yarn Lint
run: |
cd ./frontend
yarn run lint
docker-fe-build:
runs-on: ubuntu-latest