3579abdecb
refactor(user-dropdown): remove registration functionality and simplify user dropdown structure
2026-07-08 03:03:56 +00:00
f6ac1b8727
feat(user-dropdown): implement user dropdown component with authentication actions and integrate with store header
2026-07-08 02:52:46 +00:00
eb73398397
refactor(qrcode): replace angularx-qrcode with custom QRCodeComponent and update dependencies
2026-07-08 02:21:17 +00:00
1af478d65e
refactor(button): update click handling and aria attributes for better accessibility
2026-07-07 17:04:07 -03:00
7e8a638d01
refactor(checkout): update button sizes for consistent layout across checkout steps
2026-07-07 17:00:26 -03:00
639004c8c6
refactor(checkout): update layout and styles for checkout actions and payment panel
2026-07-07 16:57:40 -03:00
17ef39e9a8
refactor(checkout): remove border and padding from cart column for cleaner layout
2026-07-07 16:44:07 -03:00
fff18e05c0
refactor(cart): remove CartCopiaComponent and related references from test page
2026-07-07 16:42:27 -03:00
c9d0e5ad01
refactor(cart): remove cart showcase component and related functionality
2026-07-07 16:40:04 -03:00
4885d39284
feat(cart): enhance cart item layout and styles for improved design consistency
2026-07-07 16:37:06 -03:00
9d42de9fa8
feat(cart-copia): enhance cart design with improved button styles and layout
2026-07-07 16:06:10 -03:00
bdb7f5e907
feat(cart-copia): implement cart showcase component for isolated cart redesign
2026-07-07 16:03:22 -03:00
e8d71bfd03
feat(checkout): refactor purchase completion flow and clear cart state
2026-07-07 15:36:01 -03:00
05ada5f613
feat(purchase-status): update warning and error styles for improved visibility
2026-07-07 12:51:37 -03:00
5969818478
feat(login): implement full page reload on successful login and refactor navigation logic
2026-07-07 12:51:17 -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
8ceef31785
feat(checkout): implement ngOnInit lifecycle hook to load cart data
2026-07-06 15:04:09 -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
0a2d999c00
feat(checkout): adjust button styles and layout for improved usability
2026-07-03 12:03:57 -03:00
37d94159aa
feat(checkout): update styles for title and labels in payment step for improved readability
2026-07-03 11:52:11 -03:00
361596bbbc
feat(checkout): update styles for payment card and text elements for improved readability
2026-07-03 11:44:29 -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
811f127deb
feat: implement checkout data and payment steps as standalone components
...
- Add `CheckoutDataStepComponent` for handling user data input with reactive forms.
- Create `CheckoutPaymentStepComponent` for managing payment method selection and display.
- Refactor `CheckoutPageComponent` to utilize the new components, improving modularity and readability.
- Introduce SCSS styles for both new components, ensuring consistent design with existing styles.
- Update HTML structure in `checkout-page.component.html` to integrate the new components.
- Define models for checkout forms and payment methods in `checkout-page.models.ts`.
2026-07-03 11:31:09 -03:00
bfbbfb9c09
feat(checkout): enhance checkout page with payment methods and form validation
2026-07-03 11:27:53 -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
2b3713f6a8
feat(stepper): refactor circle indicator to improve accessibility and styling
2026-07-03 10:24:54 -03:00
510c72624b
feat(stepper): implement reusable stepper component with navigation and validation
2026-07-03 10:10:53 -03:00
625e2fea6c
feat(register): integrate modal and toast services for success and error handling
2026-07-03 09:05:56 -03:00
3697c4b97c
feat(modal): add simple modal component with open and close functionality
2026-07-03 09:00:49 -03:00
bedb74ebd5
feat(cart): implement optimistic quantity updates with rollback on error
2026-07-03 08:56:54 -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
bd4b86fe85
refactor(login, register): adjust header margins and improve error message display
2026-07-02 16:51:41 -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
57f58c92be
feat(register): add register page with routing and form implementation
2026-07-02 15:57:54 -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
ff3c3233c1
fix(login): correct spelling of "Contraseña" in login page
2026-07-02 15:36:14 -03:00
20e8578440
feat(login): add disabled state to continue with Google button
2026-07-02 15:33:42 -03:00