Cleaned code

This commit is contained in:
2026-04-13 23:21:56 +01:00
parent ee09331baf
commit 8e56b0eced
50 changed files with 1630 additions and 696 deletions
@@ -1,7 +1,8 @@
<app-title-part textInfo="Ta preuve"></app-title-part>
<form [formGroup]="proofForm">
<div [ngClass]="{ 'py-20': !previewUrl }" class="mt-2 rounded-lg p-1 bg-white border-2 border-dashed border-gray-300 flex items-center justify-center cursor-pointer overflow-hidden"
<div [ngClass]="{ 'py-20': !previewUrl }"
class="mt-2 rounded-lg p-1 bg-white border-2 border-dashed border-gray-300 flex items-center justify-center cursor-pointer overflow-hidden"
(click)="fileInput.click()">
@if (previewUrl) {