Update order pages with error handling and improved product images

This commit is contained in:
masoodafar-web
2025-11-28 13:35:26 +03:30
parent 12d19f966c
commit 48dadf007a
11 changed files with 89 additions and 26 deletions
@@ -383,6 +383,12 @@ html, body {
.mobile-actions-stack { width: 100%; display: flex; gap: .5rem; }
.mobile-actions-stack > * { flex: 1; }
}
.product-thumb {
border-radius: 12px;
object-fit: cover;
display: block;
box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
/*#endregion*/
/*#region Profile Tiles*/
@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<rect x="1" y="1" width="126" height="126" rx="14" ry="14" fill="#f7f9fc" stroke="#d5dde5" stroke-width="2" />
<path d="M28 84l22-26 18 20 14-18 18 24" fill="none" stroke="#a0b4c8" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
<circle cx="46" cy="44" r="10" fill="#dfe7ef" />
</svg>

After

Width:  |  Height:  |  Size: 398 B