fix(front-end): red write and last commit for today
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 35s
Build, Test and Deploy / build-and-push (push) Successful in 22s
Build, Test and Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-02-26 22:30:34 +01:00
parent 80a41b0cc2
commit f7ddab0e93
7 changed files with 45 additions and 5 deletions

View File

@@ -81,6 +81,11 @@
@if (items().length === 0 && form.get('itemsTouched')?.value) {
<div class="error-msg">{{ 'CALC.ERR_FILE_REQUIRED' | translate }}</div>
}
<p class="upload-privacy-note">
{{ 'LEGAL.CONSENT.UPLOAD_NOTICE_PREFIX' | translate }}
<a href="/privacy" target="_blank" rel="noopener">{{ 'LEGAL.CONSENT.UPLOAD_NOTICE_LINK' | translate }}</a>.
</p>
</div>
<div class="grid">

View File

@@ -1,4 +1,11 @@
.section { margin-bottom: var(--space-6); }
.upload-privacy-note {
margin-top: var(--space-3);
margin-bottom: 0;
font-size: 0.78rem;
color: var(--color-text-muted);
text-align: left;
}
.grid {
display: grid;
grid-template-columns: 1fr;