Commit Graph

11 Commits

Author SHA1 Message Date
ed806abb9f feat(event-detail): adjust product layout and quantity selector styles for improved responsiveness 2026-09-23 11:55:10 -03:00
321f2c08cd feat(event-detail): restructure layout and enhance styles for better responsiveness 2026-09-23 11:48:24 -03:00
23a5ac32cc feat: update border styles to use CSS variables for consistency across components 2026-08-12 09:00:13 -03:00
ede2173a5a feat: update styles for small quantity selector to improve appearance and usability 2026-08-11 10:38:42 -03:00
d6bab24e1d feat: implement variant selection in cart and product components for enhanced user experience 2026-08-10 12:08:41 -03:00
902f65d8d0 feat: enhance checkout process with purchase editing and status handling
- Implemented purchase editing functionality in CheckoutPageComponent, allowing users to modify items in their purchase.
- Added a new guard (checkoutPendingPurchaseGuard) to prevent navigation away from the checkout page while a purchase is in progress.
- Updated the login page to handle return URLs after authentication.
- Enhanced product detail page to support direct purchases with a new buyNow method.
- Introduced new UI elements and logic to handle purchase status, including expired and rejected states in PurchaseStatusPageComponent.
- Improved cart component to allow editing of item quantities with a toggle button.
- Added quantity selector enhancements to disable controls when necessary.
- Updated tests to cover new functionalities and ensure proper behavior of components.
2026-07-27 12:49:00 -03:00
9a4e2a03e9 feat(product-card): update title color for better visibility and readability
feat(quantity-selector): change background to inherit for consistent styling
2026-07-17 13:45:16 -03:00
e4195a8567 feat(product-detail): enhance product variant handling with inventory policies and update UI components 2026-07-15 14:33:39 -03:00
8a6ed763df feat: enhance icon button and quantity selector styles for improved UI and functionality 2026-07-02 09:16:33 -03:00
202205c038 feat: integrate quantity selector component into cart and product detail pages for enhanced functionality 2026-07-02 09:01:30 -03:00
394a1dde0d feat: implement quantity selector component for improved cart functionality 2026-07-02 08:47:52 -03:00