status check

This commit is contained in:
2026-05-05 11:53:52 +04:00
parent b4ad6da49e
commit 5eb7b2dcba
3 changed files with 25 additions and 6 deletions

View File

@@ -134,6 +134,9 @@
</button>
<p class="qr-modal__label">{{ 'create.qr_label' | translate }}</p>
<img class="qr-modal__img" [src]="qrImageUrl()!" width="260" height="260" alt="QR" />
@if (qrStatus()) {
<span class="qr-modal__status">{{ qrStatus() }}</span>
}
@if (qrPolling()) {
<p class="qr-modal__hint">{{ 'create.qr_waiting' | translate }}</p>
}