feat(Q28): UI Guidance alerts across FrontOffice (G1-G7)
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 2m53s
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 2m53s
Q28: Added informational/warning alerts to 7 FO pages: G1: Packages — package system explanation G2: Checkout — package benefits summary G3: MyPackages — cycle completion guidance G4: MagicWallet — per-package settings warning G5: Commission — independent pool explanation G6: Membership — single-sign contract info G7: ActivationSection — estimated cost note
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
@* ── G3: راهنمای پکیجهای من (Q28) ── *@
|
||||
<MudAlert Severity="Severity.Info" Variant="Variant.Text" Dense="true" Class="mb-2" Icon="@Icons.Material.Filled.Info">
|
||||
بعد از تکمیل چرخه کیفپول جادویی، میتوانید مجدداً پکیج خریداری کرده و دور جدیدی را آغاز کنید.
|
||||
</MudAlert>
|
||||
|
||||
<MudGrid Spacing="4">
|
||||
|
||||
@* Re-Purchase / Cycle Progress Section *@
|
||||
|
||||
@@ -5,6 +5,11 @@
|
||||
<MudContainer MaxWidth="MaxWidth.Large" Class="py-8">
|
||||
<PageHeader Title="پکیجهای سرمایهگذاری" BackHref="@RouteConstants.Profile.Index" />
|
||||
|
||||
@* ── G1: راهنمای سیستم پکیجبیس (Q28) ── *@
|
||||
<MudAlert Severity="Severity.Info" Variant="Variant.Text" Dense="true" Class="mb-4" Icon="@Icons.Material.Filled.Info">
|
||||
هر پکیج ویژگیها و مزایای منحصربهفردی دارد. با انتخاب پکیج مناسب، از سقف پاداش و ضریب کیفپول جادویی متفاوتی بهرهمند میشوید.
|
||||
</MudAlert>
|
||||
|
||||
@if (_isLoading)
|
||||
{
|
||||
<MudStack AlignItems="AlignItems.Center" Class="py-16">
|
||||
|
||||
Reference in New Issue
Block a user