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
5ac6704300
feat: set selected variant on product load in product detail page
2026-07-02 09:49:11 -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
0a7a9d91c7
feat: add icon button component and integrate into cart item for improved UI
2026-07-02 09:13: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
06d29be056
feat: enhance cart layout and styling for improved user experience
2026-07-01 16:56:29 -03:00
af406c215a
feat: implement cart component with mock data and styling for improved cart functionality
2026-07-01 16:51:23 -03:00
cb77ef9d20
feat: add product detail page with variant selection and cart integration
2026-07-01 16:18:39 -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
3b7615fd85
feat: add toast container component and create testing page for reusable UI elements
2026-07-01 12:02:50 -03:00
0363280ede
feat: implement tenant branding system and global toast notification service
2026-07-01 11:54:11 -03:00
2764201ca0
test: add unit tests for ProductDetailPageComponent including image handling, attributes, and quantity controls
2026-07-01 11:31:41 -03:00
ae0690a6f4
feat: add CatalogService and ProductDetailPageComponent with initial unit tests
2026-07-01 11:16:19 -03:00
3ad29f959d
feat: implement product attribute selector component and integrate into product detail page
2026-07-01 10:48:05 -03:00
1a7a6c28e6
feat: implement product detail page with attribute selector and quantity management
2026-07-01 10:36:55 -03:00
41b51f06e7
feat: add product detail page component and corresponding unit tests
2026-07-01 10:22:46 -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
8d9a828df0
feat: refactor product detail page to support generic attributes and improve layout with enhanced styling
2026-06-30 11:12:50 -03:00
6cba0cf779
feat: enhance product detail page with improved layout, styling, and functionality for attributes and purchase actions
2026-06-30 10:59:53 -03:00
57a1e66d1a
feat: update product carousel layout and styling for improved responsiveness
2026-06-30 10:25:33 -03:00
ec261caab3
feat: implement product carousel component with thumbnail gallery and navigation controls
2026-06-30 10:11:16 -03:00
cc16a53fac
feat: implement product detail page with catalog service integration and image carousel support
2026-06-30 10:04:34 -03:00
bf2ede4bc1
feat: implement product detail page and image carousel component
2026-06-30 09:56:53 -03:00
79d4de6c04
feat: implement store routing and product detail page skeleton
2026-06-30 09:10:15 -03:00
74144b6d2c
feat: implement store home page with product listing, pagination, and error handling
2026-06-30 08:47:57 -03:00
4bb69d1b06
feat: implement store home page with paginated product listing and error handling
2026-06-29 17:01: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
286e56c979
feat: add StoreSection component and integrate it into reutilizables test page
2026-06-29 15:39:52 -03:00
8f56785bc3
feat: implement ProductCard component and configure local build settings in angular.json
2026-06-28 23:50:16 +00: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
23e8da345a
feat: implement store layout and home page components with routing
2026-06-26 13:42:23 -03:00
bccb1b565f
feat: refactor input component to use model binding for value management
2026-06-26 10:22:25 -03:00
0d46172325
feat: enhance input component layout with labels and improve styling
2026-06-26 10:18:43 -03:00
f1a4f51695
feat: add user input type with icon support in input component
2026-06-26 10:09:06 -03:00
d58445e199
feat: implement password toggle functionality in input component
2026-06-26 10:06:41 -03:00
455b7c8506
feat: add search input type with icon support and update styles
2026-06-26 09:56:09 -03:00
6086070891
style: enhance button showcase layout and add disabled state examples
2026-06-26 08:57:15 -03:00
6b4fccbdbb
feat: add input component and integrate FontAwesome icons
2026-06-24 09:57:24 -03:00
d108cf1ee2
feat: add routing for componentes-test and create reusable button component
...
- Implemented lazy loading for the componentes-test feature module.
- Created a redirect route to componentes-test as the default path.
- Added a new ReutilizablesTestPageComponent to showcase reusable components.
- Developed a reusable ButtonComponent with various styles and states.
- Updated global styles to include Bootstrap.
- Added SCSS styles for the new components and pages.
2026-06-24 09:31:37 -03:00