Clicking the edit button on the product page takes quite a bit of time (over 10s sometimes) and the website feels unresponsive to the user without any loading/progress indication.
This PR adds loading indication similar to the one presert in SmallProductCard.svelte.
SmallProductCard.svelte was using the deprecated version of navigation from $app/stores, changed to $app/state.
What
SmallProductCard.svelte
.SmallProductCard.svelte
was using the deprecated version of navigation from$app/stores
, changed to$app/state
.Screenshot