login typo, loop in feedback

This commit is contained in:
Tykayn 2025-09-25 16:22:43 +02:00 committed by tykayn
parent af8e24ef4d
commit 03d7a90d24
15 changed files with 143 additions and 258 deletions

View file

@ -1,10 +1,8 @@
<div class="translate-texts is-{{disabled? 'disabled' : 'enabled'}}">
<!-- <button (click)="onRemoveFileSelected()" class="remove-file-upload">-->
<!-- onRemoveFileSelected-->
<!-- </button>-->
<div [ngClass]="{
'is-focused' : fromTextFocused
'is-focused' : fromTextFocused,
'has-shadow' : !researchLaunched,
}" id="fromText">
@if (!fileIsUploaded || !appState.fromText.length || !fromTextFocused) {