feat: Add MarketTest page and enhance error handling in market components

- Introduce MarketTest.vue for testing market loading and state management.
- Update error handling in Market.vue and useMarket composable to utilize marketStore for consistent error reporting.
- Enhance logging throughout market loading processes for better debugging and user feedback.
This commit is contained in:
padreug 2025-08-02 18:03:25 +02:00
parent 1a3510becb
commit 1ed8759162
6 changed files with 144 additions and 10 deletions

View file

@ -29,6 +29,7 @@ const navigation = computed<NavigationItem[]>(() => [
{ name: t('nav.home'), href: '/' },
{ name: t('nav.events'), href: '/events' },
{ name: t('nav.market'), href: '/market' },
{ name: 'Market Test', href: '/market-test' },
])
// Compute total wallet balance