-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Admin UI: Switch from angular to flutter (#750)
* feat: add Dockerfile * chore: update path * chore: remove cat * fix: do not access platform in web * fix: use kIsDesktop * chore: remove release * feat: add wasm headers * fix: add wasm headers correctly * chore: bump libs * ci: add pub to dependabot config * chore: bump transitive dependencies * fix: better conditional import * chore: do not build wasm * chore: delete ClientApp * ci: do not test / build ng app * chore: remove node from Dockerfile * chore: remove angular app from configs * chore: use PathUrlStrategy * fix: rewrite index.html to /splash * fix: set the title for the MaterialApp * chore: delete redundant .dockerignore file * chore: update .dockerignore to exclude flutter-related files and config.json * refactor: restructure Admin UI Dockerfile * chore: add explaining comment for wasm headers * chore: remove reviewers from dependabot.yml --------- Co-authored-by: Julian König <[email protected]>
- Loading branch information
1 parent
e896160
commit 3c913cb
Showing
198 changed files
with
124 additions
and
26,615 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,8 @@ | |
set -e | ||
set -x | ||
|
||
INITIAL_DIR=$(pwd) | ||
cd AdminApi/src/AdminApi/ClientApp | ||
npm ci | ||
npx eslint --ext ts ./src | ||
npx prettier --check . | ||
npx license-check --ignorePackages [email protected] | ||
npx better-npm-audit audit --exclude 1098115 | ||
cd $INITIAL_DIR | ||
cd AdminUi | ||
dart pub global activate melos | ||
melos bootstrap | ||
melos analyze | ||
melos format |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,22 +15,13 @@ jobs: | |
adminui-checks: | ||
runs-on: ubuntu-latest | ||
name: Run Admin UI Checks | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Run Checks | ||
run: ./.ci/aui/runChecks.sh | ||
|
||
adminui-flutter-checks: | ||
runs-on: ubuntu-latest | ||
name: Run Admin UI Flutter Checks | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup Flutter | ||
uses: subosito/[email protected] | ||
- name: Run checks | ||
run: ./.ci/aui/runFlutterChecks.sh | ||
run: ./.ci/aui/runChecks.sh | ||
|
||
check-formatting: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.