Commit Graph

18 Commits

Author SHA1 Message Date
Mamalizz-dev 5351942c3d refactor: improve modal architecture, fix minor layout bugs, and update icon references 2026-05-13 13:14:38 +03:30
Mamalizz-dev 63ac850e80 refactor: refactor Modal component structure, optimize cart loading states, and apply UI styling improvements across components. 2026-05-13 13:14:27 +03:30
marzban-dev 90a305234d Make all spinner icons local 2026-04-28 20:59:51 +03:30
marzban-dev 83accfef52 Make bootstrap icons offline and add them to ci: prefix icons 2026-04-25 21:18:04 +03:30
Mamalizz-dev 2f9e24844a added new special code discount input 2025-11-15 12:51:30 +03:30
Parsa Nazer d29ed8e35b feat: add profit and special discount fields to ProductVariant model
- Updated ProductVariant model to include 'profit' and 'special_discount_percent' fields.
- Added corresponding fields in the admin interface for ProductVariant.
- Created migration to add new fields to the database.

feat: implement special discount code functionality in cart

- Added composables for submitting and deleting special discount codes.
- Updated CartSummary and CartItem components to handle special discount codes.
- Enhanced API endpoints to support special discount operations.
- Updated global types to include special discount code details in the cart.
2025-11-15 11:00:33 +03:30
Mamalizz 74039c8ded added product link for cart item 2025-10-03 21:39:01 +03:30
marzban-dev 4a21072e54 Add priority and lazy loading to some images 2025-09-09 10:45:27 +03:30
Mamalizz 88c263884d added cart item link 2025-04-21 23:28:56 +03:30
Mamalizz d2eacef876 changed some styles 2025-04-18 19:50:25 +03:30
marzban-dev eab8bfcbd5 Update img tags to NuxtImg 2025-03-23 23:22:17 +03:30
Mamalizz 655e8ff6e5 fixed cart item prices 2025-03-18 20:34:14 +03:30
Mamalizz c65c2d031d updated style 2025-03-18 16:21:55 +03:30
Mamalizz adc212638e updated style and fixed update quantity bug 2025-03-18 16:21:43 +03:30
Mamalizz 73ed32c635 added icon and changed title 2025-03-15 02:28:14 +03:30
Mamalizz d511175457 added delete cart item 2025-03-13 02:37:25 +03:30
Mamalizz 79a8b88166 added delete cart all modal 2025-03-13 01:34:30 +03:30
Mamalizz 8929edb57e changed directory and connected to api 2025-03-13 01:34:03 +03:30