This pull request includes several updates to the loading components and layout files in the storefront application, as well as enhancements to the OrderCard and QuoteCard components. The key changes include the addition of Image imports, restructuring of the SkeletonCartPage, and improvements to item rendering in the OrderCard and QuoteCard components.
This pull request includes several updates to the loading components and layout files in the
storefront
application, as well as enhancements to theOrderCard
andQuoteCard
components. The key changes include the addition ofImage
imports, restructuring of theSkeletonCartPage
, and improvements to item rendering in theOrderCard
andQuoteCard
components.Loading Components and Layout Updates:
Image
import andSuspense
toapps/storefront/src/app/[countryCode]/(main)/account/@dashboard/layout.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/layout.tsxR4).Spinner
andImage
imports and updated theLoading
function in several files:apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/addresses/loading.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/addresses/loading.tsxR2)apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/company/loading.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/company/loading.tsxR1-R10)apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/orders/loading.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/company/loading.tsxR1-R10)apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/profile/loading.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/company/loading.tsxR1-R10)apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/quotes/loading.tsx
(apps/storefront/src/app/[countryCode]/(main)/account/@dashboard/company/loading.tsxR1-R10)Enhancements to
OrderCard
andQuoteCard
Components:clx
andImage
imports and improved item rendering with rotation and quality attributes inOrderCard
[1] [2].clx
andImage
imports and improved item rendering with rotation and quality attributes inQuoteCard
[1] [2].Skeleton Cart Page Restructuring:
SkeletonCartPage
[1] [2].