4885d39284
feat(cart): enhance cart item layout and styles for improved design consistency
2026-07-07 16:37:06 -03:00
e8d71bfd03
feat(checkout): refactor purchase completion flow and clear cart state
2026-07-07 15:36:01 -03:00
c54eb105cb
feat(purchase-status): enhance purchase status handling with polling and improved UI feedback
2026-07-07 12:51:01 -03:00
e2605116c5
feat(purchase-status): remove mock data and implement actual purchase status fetching
2026-07-07 12:16:41 -03:00
d1e20460ac
feat(purchase-status): enhance purchase status page with improved layout and loading states
...
feat(styles): unify color variables for better theming consistency
style(simple-layout): adjust card border radius for a cleaner design
2026-07-07 11:55:43 -03:00
910f367851
feat(purchase-status): implement purchase status page with loading and error handling
2026-07-07 11:21:27 -03:00
cb0d1e4d77
feat(layout): replace AuthLayout with SimpleLayout for login and registration routes
2026-07-07 10:58:51 -03:00
850f93e2ba
feat(header): update brand slot to use anchor tag for navigation and include RouterLink
2026-07-07 08:21:42 -03:00
53278719a8
feat(cart): add loading state management for cart item operations and update payment intent handling
2026-07-06 15:28:39 -03:00
a642ae84d5
feat(checkout): enhance checkout form with user data pre-filling and disable fields
2026-07-06 14:37:20 -03:00
09fa876da3
feat(checkout): define CreatePurchasePayload interface and update createPurchase method to use it
2026-07-06 14:22:12 -03:00
69fee4e20a
feat(checkout): implement purchase creation and payment intent generation with QR code support
2026-07-06 11:26:39 -03:00
1df6964859
feat(auth): refactor authentication to use cookies for token management and add CookieService
2026-07-03 14:16:22 -03:00
3971970975
feat(checkout): implement authentication guard for checkout route and add bank account service
2026-07-03 14:07:57 -03:00
97a359d65c
feat(store-layout): add checkout redirection on buy button click and update button functionality
2026-07-03 11:33:37 -03:00
41bb5e7c9e
feat(search): update search component width for better responsiveness
2026-07-03 11:07:45 -03:00
be041f6e88
feat(search): update search input styles for improved focus visibility
2026-07-03 10:57:59 -03:00
45f0618ae9
feat(checkout): implement checkout page with form validation and routing
2026-07-03 10:54:43 -03:00
3697c4b97c
feat(modal): add simple modal component with open and close functionality
2026-07-03 09:00:49 -03:00
6bab2e9ab2
feat(store-header, store-layout): add user click event handling and navigation to login
2026-07-02 17:03:07 -03:00
6ffffc6ea8
feat(auth): implement authentication service, guards, and interceptors
...
- Add AuthService for handling login, registration, and session management.
- Create auth guards to protect routes based on authentication status.
- Implement auth interceptor to attach JWT token to HTTP requests and handle 401 errors.
- Add unit tests for AuthService, guards, and interceptor.
- Create login and registration components with form validation and error handling.
- Update routing to include guards for login and registration pages.
2026-07-02 16:37:06 -03:00
5365811a50
refactor(login): unify title styling by replacing class with shared auth-title
2026-07-02 15:50:26 -03:00
3c98600193
feat(login): implement auth layout and restructure login page with improved styling and structure
2026-07-02 15:45:26 -03:00
bf5fd83f98
feat(cart): integrate confirmation modals for item removal in cart component
2026-07-02 12:04:29 -03:00
446d1b8970
feat(modal): add confirm and confirm delete modals with tests
...
- Implemented ConfirmModalComponent and ConfirmDeleteModalComponent for confirmation dialogs.
- Added modal service methods to open confirm and confirm delete modals.
- Created corresponding HTML and SCSS files for both modal components.
- Updated ReutilizablesTestPageComponent to utilize new modals.
- Enhanced modal service tests to cover new functionality.
- Refactored existing tests to accommodate changes in modal behavior and structure.
2026-07-02 11:45:47 -03:00
b3782a6cc1
feat: implement modal service and components for enhanced user interaction, including modal showcase in demo page
2026-07-02 11:24:31 -03:00
d31cb65d65
feat: update cart service and components to handle productVariantId, improve item removal and addition feedback
2026-07-02 11:00:40 -03:00
c9d8265790
feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedback
2026-07-02 10:38:26 -03:00
f2cc42e0cc
feat: implement cart overlay and dropdown with styling for improved user experience
2026-07-02 09:59:24 -03:00
4817dd1f76
feat: rename stock to cantidad_maxima in product variant interfaces and update related components for consistency
2026-07-02 09:39:06 -03:00
16eea32ce7
feat: implement cart icon component with quantity badge and integrate into store header for improved UI
2026-07-02 09:27:01 -03:00
06d29be056
feat: enhance cart layout and styling for improved user experience
2026-07-01 16:56:29 -03:00
ac9d1fdc85
feat: update store header and input styles for improved UI consistency
2026-07-01 16:50:24 -03:00
8f7f9445b7
feat: implement CartService with state management and API integration for shopping cart operations
2026-07-01 15:38:11 -03:00
ad39ccb561
feat: differentiate between header and footer colors
2026-07-01 15:37:44 -03:00
b61ae3cb32
feat: implement catalog service and product attribute selector component for product details
2026-07-01 12:25:15 -03:00
0363280ede
feat: implement tenant branding system and global toast notification service
2026-07-01 11:54:11 -03:00
ae0690a6f4
feat: add CatalogService and ProductDetailPageComponent with initial unit tests
2026-07-01 11:16:19 -03:00
526e8fa76e
feat: implement product detail page and define catalog interfaces
2026-07-01 09:47:47 -03:00
b7420c2110
feat: enhance product detail page to support default variant selection from query parameters
2026-06-30 15:07:01 -03:00
cc16a53fac
feat: implement product detail page with catalog service integration and image carousel support
2026-06-30 10:04:34 -03:00
74144b6d2c
feat: implement store home page with product listing, pagination, and error handling
2026-06-30 08:47:57 -03:00
b2796a2383
refactor: remove deprecated and unused utility file
2026-06-30 08:40:02 -03:00
5715977b25
feat: add ApiPaginationQueryParams interface and update CatalogService to support pagination
2026-06-29 16:21:19 -03:00
fe4eebb685
feat: add Paginator component with navigation functionality and integrate into reutilizables test page
2026-06-29 16:04:07 -03:00
9f32588828
feat: implement multi-tenant catalog service with SSR support and data interfaces
2026-06-29 08:50:00 -03:00
2cbe681995
refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables
2026-06-28 23:09:26 +00:00
7ee103b77b
feat: enhance store layout with dynamic logo handling and loading states
2026-06-26 14:27:14 -03:00
4e2dccd2e3
feat: implement useMutation hook for managing asynchronous operations with loading and error states
2026-06-26 14:19:10 -03:00
da01745732
feat: implement store layout with header and footer components, update tenant service URL
2026-06-26 14:02:35 -03:00