d4c671dc7arefactor(product-row-card): move variant selection logic into constructor for better clarityncoronel2026-07-17 13:47:40 -03:00
944c12a7f3feat(product-row-card): update variant selection logic to default to first variant if none selectedncoronel2026-07-17 13:45:36 -03:00
9a4e2a03e9feat(product-card): update title color for better visibility and readability feat(quantity-selector): change background to inherit for consistent stylingncoronel2026-07-17 13:45:16 -03:00
40cc2b840dfeat(product-row-card): add reusable product row card component with styling and functionalityncoronel2026-07-17 11:54:12 -03:00
45c2ee7a2ffeat(store-header): update brand slot dimensions for improved layoutncoronel2026-07-16 16:07:41 -03:00
b64c627702feat(checkout): update payment intent payload to use 'transfer_payer_dni' and remove placeholder from DNI inputncoronel2026-07-16 11:38:10 -03:00
fc425543eefeat(checkout): add DNI input handling for transfer payments and update related componentsncoronel2026-07-16 11:28:33 -03:00
36045656e7feat(checkout): enhance transfer payment flow with DNI input handling and completion actionncoronel2026-07-16 11:18:26 -03:00
ada832cbbafeat(checkout): update button width and background color for payment componentsncoronel2026-07-16 11:02:30 -03:00
524eea38f4feat(checkout): enhance transfer payment flow with DNI input and validationncoronel2026-07-16 10:55:28 -03:00
f163e8a353feat(checkout): refactor payment step components for QR, transfer, and TelePagos methodsncoronel2026-07-16 10:21:59 -03:00
8b785fd631feat(cart): refactor cart item structure and update related components for consistencyncoronel2026-07-16 10:02:24 -03:00
e4195a8567feat(product-detail): enhance product variant handling with inventory policies and update UI componentsncoronel2026-07-15 14:33:39 -03:00
25085f6f85feat(hero-banner): update event icons and add gradient overlay to hero bannerncoronel2026-07-14 14:30:01 -03:00
257e4fbeb8feat(hero-banner): add HeroBanner component with dynamic hero and event configurationsncoronel2026-07-14 14:03:51 -03:00
cc87169c1cfeat(menu-guard): implement hasMenuGuard for route access control based on tenant menu permissionsncoronel2026-07-14 12:22:26 -03:00
e383a8f159feat(tenant): add HeroConfig, EventConfig, and Menu interfaces to enhance tenant structurencoronel2026-07-14 12:17:40 -03:00
993aa5823afeat(product-detail): implement resolver for product details and update component logic for improved error handling feat(product-carousel): enhance image loading with optimized attributes and improve layout consistency style: refactor HTML structure for better readability and maintainability test(product-detail): add unit tests for product detail resolver and component behaviorncoronel2026-07-08 16:12:35 -03:00
6c00a3e2bbfeat(store-home): implement resolver for product data and enhance component logic for improved error handling and loading statesncoronel2026-07-08 16:04:11 -03:00
efa0d48a40feat(purchase-item): enhance attributes display for quantity-only itemsncoronel2026-07-08 15:42:09 -03:00
9fcbf34573feat(purchase): enhance purchase detail and summary interfaces, update purchase item component for improved data handlingncoronel2026-07-08 15:31:37 -03:00
451dc58cd7style: update cart item layout and typography for improved consistency and readabilityncoronel2026-07-08 14:27:01 -03:00
26466f57dbstyle: update page title color to #A0A0A0 for consistency across componentsncoronel2026-07-08 14:16:06 -03:00
a9dc55c274feat(purchase-detail): implement purchase item component with dynamic attributes and stylingncoronel2026-07-08 14:09:51 -03:00
5e9a5917fdfeat(purchase-detail): restructure cart item layout for improved readability and alignmentncoronel2026-07-08 13:47:23 -03:00
e06edaaa42feat(purchase-detail): add purchase detail page with routing and mock datancoronel2026-07-08 13:40:29 -03:00
1f2ca09b81style: update font sizes for labels and page titles across multiple componentsncoronel2026-07-08 13:16:50 -03:00
56355569f2fix: correct spelling of "contraseña" in various components and templatesncoronel2026-07-08 12:26:46 -03:00
036b2a950ffeat(profile): enhance profile form with validation messages and submission logicncoronel2026-07-08 12:12:22 -03:00
7507580c2cfeat(profile): add updateProfile method and enhance password validation in register formncoronel2026-07-08 12:06:36 -03:00
b016569b10feat(purchase-list): implement loading skeleton and enhance purchase list fetching logicncoronel2026-07-08 11:31:52 -03:00
23f48ccec0style(account-sidebar): update active nav link color to use CSS variable for consistencyncoronel2026-07-08 11:20:17 -03:00
6a5683f6b7feat(purchase-list): refactor purchase list item structure and styles for improved layoutncoronel2026-07-08 10:12:20 -03:00
b7ed16966cfeat(profile): update profile form layout and functionality, enhance styles for better responsivenessncoronel2026-07-08 09:34:24 -03:00
baf5e2d4e7feat(layout): enhance layout structure by adding padding and container classesncoronel2026-07-08 09:14:33 -03:00
64ade4d595feat(profile-form): refactor form-group styles and update error handling in checkout formncoronel2026-07-08 09:05:15 -03:00
b9b8a70ca1style(profile-form): adjust label styles and remove gap in form groupncoronel2026-07-08 08:52:04 -03:00
28ffe3c788feat(user-dropdown): convert buttons to links for account and purchases navigationncoronel2026-07-08 08:44:07 -03:00
4969026fe9feat(purchase-list-item): create purchase list item component with styles and templatencoronel2026-07-08 08:39:57 -03:00
09d88e6324feat(account-page): implement account layout with sidebar, profile form, and purchase list componentsncoronel2026-07-08 08:39:52 -03:00
1a2d303b4efeat(account-page): implement account layout, profile, and purchases pages with corresponding componentsncoronel2026-07-08 08:36:17 -03:00
3579abdecbrefactor(user-dropdown): remove registration functionality and simplify user dropdown structure
feature/compras
Nahuel2026-07-08 03:03:56 +00:00
f6ac1b8727feat(user-dropdown): implement user dropdown component with authentication actions and integrate with store headerNahuel2026-07-08 02:52:46 +00:00
eb73398397refactor(qrcode): replace angularx-qrcode with custom QRCodeComponent and update dependenciesNahuel2026-07-08 02:21:17 +00:00
1af478d65erefactor(button): update click handling and aria attributes for better accessibilityncoronel2026-07-07 17:04:07 -03:00
7e8a638d01refactor(checkout): update button sizes for consistent layout across checkout stepsncoronel2026-07-07 17:00:26 -03:00
639004c8c6refactor(checkout): update layout and styles for checkout actions and payment panelncoronel2026-07-07 16:57:40 -03:00
17ef39e9a8refactor(checkout): remove border and padding from cart column for cleaner layoutncoronel2026-07-07 16:44:07 -03:00
fff18e05c0refactor(cart): remove CartCopiaComponent and related references from test pagencoronel2026-07-07 16:42:27 -03:00
c9d0e5ad01refactor(cart): remove cart showcase component and related functionalityncoronel2026-07-07 16:40:04 -03:00
4885d39284feat(cart): enhance cart item layout and styles for improved design consistencyncoronel2026-07-07 16:37:06 -03:00
9d42de9fa8feat(cart-copia): enhance cart design with improved button styles and layoutncoronel2026-07-07 16:06:10 -03:00
05ada5f613feat(purchase-status): update warning and error styles for improved visibilityncoronel2026-07-07 12:51:37 -03:00
5969818478feat(login): implement full page reload on successful login and refactor navigation logicncoronel2026-07-07 12:51:17 -03:00
c54eb105cbfeat(purchase-status): enhance purchase status handling with polling and improved UI feedbackncoronel2026-07-07 12:51:01 -03:00
e2605116c5feat(purchase-status): remove mock data and implement actual purchase status fetchingncoronel2026-07-07 12:16:41 -03:00
d1e20460acfeat(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 designncoronel2026-07-07 11:55:43 -03:00
910f367851feat(purchase-status): implement purchase status page with loading and error handlingncoronel2026-07-07 11:21:27 -03:00
cb0d1e4d77feat(layout): replace AuthLayout with SimpleLayout for login and registration routesncoronel2026-07-07 10:58:51 -03:00
850f93e2bafeat(header): update brand slot to use anchor tag for navigation and include RouterLinkncoronel2026-07-07 08:21:42 -03:00
53278719a8feat(cart): add loading state management for cart item operations and update payment intent handlingncoronel2026-07-06 15:28:39 -03:00