- Introduced a new CartButton component to encapsulate cart summary functionality, improving code reusability and maintainability. - Updated MarketPage.vue and StallView.vue to utilize the CartButton component, enhancing user navigation to the cart. - Removed redundant cart summary code from both views, streamlining the component structure. These changes provide a unified and consistent user experience for accessing the cart across different market views. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useCategoryFilter.ts | ||
| useLightningPayment.ts | ||
| useMarket.ts | ||
| useMarketPreloader.ts | ||
| usePaymentStatusChecker.ts | ||
| useSearchKeyboardShortcuts.ts | ||