split into frontend and backend

This commit is contained in:
Remy Moll 2024-05-16 17:08:18 +02:00
parent 780bf02964
commit 464a42153e
136 changed files with 10 additions and 2 deletions

View File

@ -33,13 +33,16 @@ jobs:
uses: https://github.com/android-actions/setup-android@v3 uses: https://github.com/android-actions/setup-android@v3
- run: flutter pub get - run: flutter pub get
working-directory: ./frontend
- run: flutter build apk --debug --split-per-abi - run: flutter build apk --debug --split-per-abi
working-directory: ./frontend
- name: Release APK - name: Release APK
uses: https://gitea.com/akkuman/gitea-release-action@v1 uses: https://gitea.com/akkuman/gitea-release-action@v1
with: with:
files: build/app/outputs/flutter-apk/*.apk files: ./frontendbuild/app/outputs/flutter-apk/*.apk
name: Testing release name: Testing release
release_name: testing release_name: testing
tag: testing tag: testing
@ -49,3 +52,4 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
env: env:
NODE_OPTIONS: '--experimental-fetch' NODE_OPTIONS: '--experimental-fetch'

View File

@ -25,6 +25,8 @@ jobs:
cache: true cache: true
- run: flutter pub get - run: flutter pub get
working-directory: ./frontend
- run: flutter build web - run: flutter build web
working-directory: ./frontend

View File

@ -27,5 +27,7 @@ jobs:
cache: true cache: true
- run: flutter pub get - run: flutter pub get
working-directory: ./frontend
- run: flutter test - run: flutter test
working-directory: ./frontend

View File

View File

Before

Width:  |  Height:  |  Size: 544 B

After

Width:  |  Height:  |  Size: 544 B

View File

Before

Width:  |  Height:  |  Size: 442 B

After

Width:  |  Height:  |  Size: 442 B

View File

Before

Width:  |  Height:  |  Size: 721 B

After

Width:  |  Height:  |  Size: 721 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 68 B

View File

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 68 B

View File

Before

Width:  |  Height:  |  Size: 68 B

After

Width:  |  Height:  |  Size: 68 B

View File

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show More