webapp/src/modules/market/views
padreug f4dbf9b340 Enhance MarketDashboard to filter orders by current user
- Introduce computed properties to count orders based on the current user's public key.
- Update orderCount to reflect only the user's orders as a buyer.
- Update pendingOrders to count only the user's pending orders as a seller.
- Improve user experience by providing personalized order statistics.

These changes ensure that users can easily track their own orders and pending transactions within the MarketDashboard.
2025-09-08 16:58:10 +02:00
..
CartPage.vue Add new routes for shopping cart and checkout pages in market module 2025-09-05 03:36:36 +02:00
CheckoutPage.vue Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
MarketDashboard.vue Enhance MarketDashboard to filter orders by current user 2025-09-08 16:58:10 +02:00
MarketPage.vue Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00