New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
2 changed files with 11 additions and 2 deletions
Showing only changes of commit 41c342bb0f - Show all commits

View File

@@ -3,7 +3,7 @@
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "Launch (Chrome)", "name": "Launch Web (Chrome)",
"type": "chrome", "type": "chrome",
"request": "launch", "request": "launch",
"preLaunchTask": "npm: start", "preLaunchTask": "npm: start",

View File

@@ -1,5 +1,14 @@
@if (isLoading()) { @if (isLoading()) {
<p-skeleton height="4rem" styleClass="mb-2" /> <div class="flex flex-col gap-6">
<p-skeleton height="3.5rem" />
<p-skeleton height="3.5rem" />
<p-skeleton height="3.5rem" />
<p-skeleton height="3.5rem" />
<div class="flex flex-row gap-4">
<p-skeleton height="3.5rem" width="10rem" />
<p-skeleton height="3.5rem" width="10rem" />
</div>
</div>
} @else { } @else {
<form [formGroup]="formGroup" class="flex flex-col gap-4" (ngSubmit)="onSubmit()"> <form [formGroup]="formGroup" class="flex flex-col gap-4" (ngSubmit)="onSubmit()">