63ae02df22
feat(location-map): implement reusable location map component with dynamic markers and directions
2026-07-24 09:05:16 -03:00
aa51742627
feat(accordion): implement reusable accordion component with multiple item support
2026-07-23 16:50:12 -03:00
b04c33bbff
feat(carousel): add main carousel component with image support and integrate into store home page
2026-07-23 14:27:03 -03:00
ca1cacc9ea
feat(carousel): add new product images and update carousel item details
2026-07-23 12:23:48 -03:00
3e98d08d59
feat(carousel): implement product carousel component with mock data and styles
2026-07-23 11:47:10 -03:00
bc37a91c7f
feat(tickets): implement tickets page with ticket component and service
2026-07-21 14:12:23 -03:00
54826a7f8a
feat(ticket): add reusable ticket component with actions and styles
2026-07-21 13:37:31 -03:00
c0eb3369c5
feat(product-list): replace ProductCard with ProductColumnWithImage and update related components
2026-07-20 14:27:24 -03:00
625990f594
feat(product-vertical-with-cart-card): add reusable vertical product card component with cart functionality
2026-07-17 14:14:05 -03:00
40cc2b840d
feat(product-row-card): add reusable product row card component with styling and functionality
2026-07-17 11:54:12 -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
bdb7f5e907
feat(cart-copia): implement cart showcase component for isolated cart redesign
2026-07-07 16:03:22 -03:00
510c72624b
feat(stepper): implement reusable stepper component with navigation and validation
2026-07-03 10:10:53 -03:00
3697c4b97c
feat(modal): add simple modal component with open and close functionality
2026-07-03 09:00:49 -03:00
ee83e7ab32
feat(modal): refactor confirm delete modal handling and improve test coverage
2026-07-02 12:19:18 -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
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
af406c215a
feat: implement cart component with mock data and styling for improved cart functionality
2026-07-01 16:51:23 -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
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
f1a4f51695
feat: add user input type with icon support in input component
2026-06-26 10:09:06 -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