webapp/src
padreug e56dcb9e60 fix: Format price display in ProductCard component
- Update the price formatting in ProductCard.vue to use `toLocaleString` to add thousand mark separators.
2025-08-04 09:59:35 +02:00
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components fix: Format price display in ProductCard component 2025-08-04 09:59:35 +02:00
composables refactor: Update event handling in useMarket to use stall IDs from product data 2025-08-04 09:54:45 +02:00
i18n feat: Add .env.example file and update Navbar for market navigation 2025-08-03 11:20:58 +02:00
lib refactor: Simplify useMarket composable by removing unused client references and improving parameter naming 2025-08-03 11:20:58 +02:00
pages refactor: Simplify loading state check in Market.vue 2025-08-03 11:20:58 +02:00
router refactor: Remove MarketTest page and update Navbar navigation 2025-08-03 11:20:58 +02:00
stores refactor: Simplify useMarket composable by removing unused client references and improving parameter naming 2025-08-03 11:20:58 +02:00
App.vue Squash merge market-preload into market 2025-08-03 11:20:58 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00