webapp/src
padreug 0447549fa5 FIX: CRITICAL use nullish coalescing for product quantity in useMarket composable
- Updated the quantity assignment in the useMarket composable to use nullish coalescing (??) instead of logical OR (||). This change ensures that a quantity of 0 is preserved, preventing unintended defaults when productData.quantity is explicitly set to 0.

These changes improve the accuracy of product quantity handling in the market module.
2025-10-02 09:43:16 +02:00
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components FIX: remove comment tag; enhance image loading behavior in ProgressiveImage and ImageViewer components 2025-09-28 13:01:50 +02:00
composables feat: introduce ImageLightbox and ImageViewer components for enhanced image handling 2025-09-28 12:48:02 +02:00
core feat: implement image upload functionality with new components and service 2025-09-28 04:08:41 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
modules FIX: CRITICAL use nullish coalescing for product quantity in useMarket composable 2025-10-02 09:43:16 +02:00
pages Implement limited replies feature in NostrFeed component 2025-09-23 23:59:43 +02:00
app.config.ts feat: implement image upload functionality with new components and service 2025-09-28 04:08:41 +02:00
app.ts Add wallet module with receive and send functionality 2025-09-14 23:08:01 +02:00
App.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00