fix: 4 UI fixes for package display
Build and Deploy to Kubernetes / build-and-deploy (push) Failing after 2m54s

1. Toman/Rial mismatch — Price from server is in Rial, now divides by 10 for correct Toman display
2. ضریب تخفیف → ضریب اعتبار label change in dialog + packages page
3. Back button already functional (ArrowForward in TitleContent) — verified
4. HTML rendering in package description via MarkupString
This commit is contained in:
masoodafar-web
2026-02-27 20:44:18 +03:30
parent a3681a8bcd
commit 3c1a8ffd53
3 changed files with 5 additions and 4 deletions
@@ -20,7 +20,8 @@ public record PackageDto(
bool SupportsDayaPurchase = false,
bool SupportsDirectPurchase = false)
{
public string FormattedPrice => string.Format("{0:N0} تومان", Price);
/// <summary>قیمت به تومان — مقدار Price از سرور به ریال است</summary>
public string FormattedPrice => string.Format("{0:N0} تومان", Price / 10);
}
/// <summary>