feat: update branding and localization for various components and configurations
Production CI / validate-and-build (push) Failing after 1m15s

This commit is contained in:
2026-06-15 21:36:09 +03:30
parent f7f8a91a85
commit d1dd67aee7
22 changed files with 84 additions and 63 deletions
@@ -60,12 +60,14 @@
</div>
</shared-light-bottomsheet>
<shared-invoice-payment-form-dialog
[(visible)]="showCorrectionPaymentDialog"
[totalAmount]="correctionRequiredPayment()"
[submitOrderLoading]="false"
[isGoldGuild]="false"
[isUnknownCustomer]="true"
(onSubmitPayment)="confirmCorrectionPayment($event)"
(onClose)="cancelCorrectionPayment()" />
@if (showCorrectionPaymentDialog()) {
<shared-invoice-payment-form-dialog
[(visible)]="showCorrectionPaymentDialog"
[totalAmount]="correctionRequiredPayment()"
[submitOrderLoading]="false"
[isGoldGuild]="false"
[isUnknownCustomer]="true"
(onSubmitPayment)="confirmCorrectionPayment($event)"
(onClose)="cancelCorrectionPayment()" />
}
}