85465ce7e1feat(login): add login page component with template and stylesncoronel2026-07-02 15:14:08 -03:00
ee83e7ab32feat(modal): refactor confirm delete modal handling and improve test coveragencoronel2026-07-02 12:19:18 -03:00
bf5fd83f98feat(cart): integrate confirmation modals for item removal in cart component
feature/cart
ncoronel2026-07-02 12:04:29 -03:00
446d1b8970feat(modal): add confirm and confirm delete modals with testsncoronel2026-07-02 11:45:47 -03:00
b3782a6cc1feat: implement modal service and components for enhanced user interaction, including modal showcase in demo pagencoronel2026-07-02 11:24:31 -03:00
d31cb65d65feat: update cart service and components to handle productVariantId, improve item removal and addition feedbackncoronel2026-07-02 11:00:40 -03:00
c9d8265790feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedbackncoronel2026-07-02 10:38:26 -03:00
f2cc42e0ccfeat: implement cart overlay and dropdown with styling for improved user experiencencoronel2026-07-02 09:59:24 -03:00
5ac6704300feat: set selected variant on product load in product detail pagencoronel2026-07-02 09:49:11 -03:00
4817dd1f76feat: rename stock to cantidad_maxima in product variant interfaces and update related components for consistencyncoronel2026-07-02 09:39:06 -03:00
16eea32ce7feat: implement cart icon component with quantity badge and integrate into store header for improved UIncoronel2026-07-02 09:27:01 -03:00
8a6ed763dffeat: enhance icon button and quantity selector styles for improved UI and functionalityncoronel2026-07-02 09:16:33 -03:00
0a7a9d91c7feat: add icon button component and integrate into cart item for improved UIncoronel2026-07-02 09:13:33 -03:00
202205c038feat: integrate quantity selector component into cart and product detail pages for enhanced functionalityncoronel2026-07-02 09:01:30 -03:00
8471505e6ffeat: refactor cart item and cart components for improved layout and stylingncoronel2026-07-02 08:42:35 -03:00
06d29be056feat: enhance cart layout and styling for improved user experiencencoronel2026-07-01 16:56:29 -03:00
af406c215afeat: implement cart component with mock data and styling for improved cart functionalityncoronel2026-07-01 16:51:23 -03:00
ac9d1fdc85feat: update store header and input styles for improved UI consistencyncoronel2026-07-01 16:50:24 -03:00
cb77ef9d20feat: add product detail page with variant selection and cart integrationncoronel2026-07-01 16:18:39 -03:00
8f7f9445b7feat: implement CartService with state management and API integration for shopping cart operationsncoronel2026-07-01 15:38:11 -03:00
ad39ccb561feat: differentiate between header and footer colorsncoronel2026-07-01 15:37:44 -03:00
b61ae3cb32feat: implement catalog service and product attribute selector component for product detailsncoronel2026-07-01 12:25:15 -03:00
3b7615fd85feat: add toast container component and create testing page for reusable UI elementsncoronel2026-07-01 12:02:50 -03:00
0363280edefeat: implement tenant branding system and global toast notification servicencoronel2026-07-01 11:54:11 -03:00
2764201ca0test: add unit tests for ProductDetailPageComponent including image handling, attributes, and quantity controlsncoronel2026-07-01 11:31:41 -03:00
ae0690a6f4feat: add CatalogService and ProductDetailPageComponent with initial unit testsncoronel2026-07-01 11:16:19 -03:00
3ad29f959dfeat: implement product attribute selector component and integrate into product detail pagencoronel2026-07-01 10:48:05 -03:00
1a7a6c28e6feat: implement product detail page with attribute selector and quantity managementncoronel2026-07-01 10:36:55 -03:00
41b51f06e7feat: add product detail page component and corresponding unit testsncoronel2026-07-01 10:22:46 -03:00
b7420c2110feat: enhance product detail page to support default variant selection from query parametersncoronel2026-06-30 15:07:01 -03:00
8d9a828df0feat: refactor product detail page to support generic attributes and improve layout with enhanced stylingncoronel2026-06-30 11:12:50 -03:00
6cba0cf779feat: enhance product detail page with improved layout, styling, and functionality for attributes and purchase actionsncoronel2026-06-30 10:59:53 -03:00
57a1e66d1afeat: update product carousel layout and styling for improved responsivenessncoronel2026-06-30 10:25:33 -03:00
ec261caab3feat: implement product carousel component with thumbnail gallery and navigation controlsncoronel2026-06-30 10:11:16 -03:00
cc16a53facfeat: implement product detail page with catalog service integration and image carousel supportncoronel2026-06-30 10:04:34 -03:00
79d4de6c04feat: implement store routing and product detail page skeletonncoronel2026-06-30 09:10:15 -03:00
b8f4d06caatest: add unit tests for application routing and tenant resolution logicncoronel2026-06-30 08:49:55 -03:00
74144b6d2cfeat: implement store home page with product listing, pagination, and error handlingncoronel2026-06-30 08:47:57 -03:00
b2796a2383refactor: remove deprecated and unused utility filencoronel2026-06-30 08:40:02 -03:00
4bb69d1b06feat: implement store home page with paginated product listing and error handlingncoronel2026-06-29 17:01:19 -03:00
5715977b25feat: add ApiPaginationQueryParams interface and update CatalogService to support paginationncoronel2026-06-29 16:21:19 -03:00
fe4eebb685feat: add Paginator component with navigation functionality and integrate into reutilizables test pagencoronel2026-06-29 16:04:07 -03:00
286e56c979feat: add StoreSection component and integrate it into reutilizables test pagencoronel2026-06-29 15:39:52 -03:00
9f32588828feat: implement multi-tenant catalog service with SSR support and data interfacesncoronel2026-06-29 08:50:00 -03:00
77e4a22740feat: add ProductCard component with currency formatting and price calculation logicncoronel2026-06-29 08:37:15 -03:00
d79d075c45chore: add local build configuration and update formatting for allowed hosts in angular.jsonNahuel Eghar Coronel2026-06-28 23:50:21 +00:00
8f56785bc3feat: implement ProductCard component and configure local build settings in angular.jsonNahuel Eghar Coronel2026-06-28 23:50:16 +00:00
2cbe681995refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variablesNahuel Eghar Coronel2026-06-28 23:09:26 +00:00
fa47188898feat: add ReutilizablesTestPageComponent to showcase and validate shared button and input component variants
prueba/cache_on_ssr
ncoronel2026-06-26 16:58:14 -03:00
e074aeb199feat: implement tenant branding injection and SSR bootstrap logic with comprehensive testingncoronel2026-06-26 16:25:31 -03:00
86680fc976feat: refactor routing and enhance tenant service integrationncoronel2026-06-26 15:55:45 -03:00
7ee103b77bfeat: enhance store layout with dynamic logo handling and loading statesncoronel2026-06-26 14:27:14 -03:00
4e2dccd2e3feat: implement useMutation hook for managing asynchronous operations with loading and error statesncoronel2026-06-26 14:19:10 -03:00
da01745732feat: implement store layout with header and footer components, update tenant service URLncoronel2026-06-26 14:02:35 -03:00
ac9ba12045feat: implement tenant service with bootstrap functionality and error handlingncoronel2026-06-26 13:43:39 -03:00
23e8da345afeat: implement store layout and home page components with routingncoronel2026-06-26 13:42:23 -03:00
236a3772a4feat: standardize font size and weight for input component and labelsncoronel2026-06-26 10:35:12 -03:00
bccb1b565ffeat: refactor input component to use model binding for value managementncoronel2026-06-26 10:22:25 -03:00
0d46172325feat: enhance input component layout with labels and improve stylingncoronel2026-06-26 10:18:43 -03:00
f1a4f51695feat: add user input type with icon support in input componentncoronel2026-06-26 10:09:06 -03:00
d58445e199feat: implement password toggle functionality in input componentncoronel2026-06-26 10:06:41 -03:00
455b7c8506feat: add search input type with icon support and update stylesncoronel2026-06-26 09:56:09 -03:00
a0c35c76a7style: add min-width to button styles for improved layout consistencyncoronel2026-06-26 09:15:18 -03:00
6086070891style: enhance button showcase layout and add disabled state examplesncoronel2026-06-26 08:57:15 -03:00
3c163e672bfeat: add Gotham font files and integrate into stylesncoronel2026-06-26 08:52:40 -03:00
def3a04548style: refactor button styles and theme variables for improved consistencyncoronel2026-06-26 08:43:04 -03:00
a6a9f4e5e3style: reorganize and enhance button styles with additional variablesncoronel2026-06-25 17:02:05 -03:00
5e25c00240style: add root font family variable for consistent typographyncoronel2026-06-25 16:27:11 -03:00
6b4fccbdbbfeat: add input component and integrate FontAwesome iconsncoronel2026-06-24 09:57:24 -03:00
e608b31b93fix: update button component styles for consistent heightncoronel2026-06-24 09:43:56 -03:00
d108cf1ee2feat: add routing for componentes-test and create reusable button componentncoronel2026-06-24 09:31:37 -03:00
1bff88e92aupdate allowedHosts in angular.json for local developmentncoronel2026-06-24 09:23:37 -03:00
e49c9cd842add allowScripts configuration to package.jsonncoronel2026-06-24 09:22:46 -03:00