ncoronel
2b3713f6a8
feat(stepper): refactor circle indicator to improve accessibility and styling
2026-07-03 10:24:54 -03:00
ncoronel
510c72624b
feat(stepper): implement reusable stepper component with navigation and validation
2026-07-03 10:10:53 -03:00
ncoronel
625e2fea6c
feat(register): integrate modal and toast services for success and error handling
2026-07-03 09:05:56 -03:00
ncoronel
3697c4b97c
feat(modal): add simple modal component with open and close functionality
2026-07-03 09:00:49 -03:00
ncoronel
bedb74ebd5
feat(cart): implement optimistic quantity updates with rollback on error
2026-07-03 08:56:54 -03:00
ncoronel
6bab2e9ab2
feat(store-header, store-layout): add user click event handling and navigation to login
2026-07-02 17:03:07 -03:00
ncoronel
bd4b86fe85
refactor(login, register): adjust header margins and improve error message display
2026-07-02 16:51:41 -03:00
ncoronel
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
ncoronel
57f58c92be
feat(register): add register page with routing and form implementation
2026-07-02 15:57:54 -03:00
ncoronel
5365811a50
refactor(login): unify title styling by replacing class with shared auth-title
2026-07-02 15:50:26 -03:00
ncoronel
3c98600193
feat(login): implement auth layout and restructure login page with improved styling and structure
2026-07-02 15:45:26 -03:00
ncoronel
ff3c3233c1
fix(login): correct spelling of "Contraseña" in login page
2026-07-02 15:36:14 -03:00
ncoronel
20e8578440
feat(login): add disabled state to continue with Google button
2026-07-02 15:33:42 -03:00
ncoronel
193ba7472b
fix(login): correct spelling errors in login page text
2026-07-02 15:33:04 -03:00
ncoronel
bc9390394a
feat(login): replace Google icon with SVG for improved scalability and styling
2026-07-02 15:32:26 -03:00
ncoronel
4393280fd9
feat(login): enhance login page layout with improved divider styling
2026-07-02 15:28:24 -03:00
ncoronel
956411254e
feat(login): update button styles and improve layout on login page
2026-07-02 15:28:19 -03:00
ncoronel
4cbf87feb1
feat(login): update login page styles and integrate neutral button variant
2026-07-02 15:25:43 -03:00
ncoronel
93d49fc7e6
feat(login): redesign login page layout and integrate button component
2026-07-02 15:20:07 -03:00
ncoronel
85465ce7e1
feat(login): add login page component with template and styles
2026-07-02 15:14:08 -03:00
ncoronel
ee83e7ab32
feat(modal): refactor confirm delete modal handling and improve test coverage
2026-07-02 12:19:18 -03:00
ncoronel
bf5fd83f98
feat(cart): integrate confirmation modals for item removal in cart component
2026-07-02 12:04:29 -03:00
ncoronel
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
ncoronel
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
ncoronel
d31cb65d65
feat: update cart service and components to handle productVariantId, improve item removal and addition feedback
2026-07-02 11:00:40 -03:00
ncoronel
c9d8265790
feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedback
2026-07-02 10:38:26 -03:00
ncoronel
f2cc42e0cc
feat: implement cart overlay and dropdown with styling for improved user experience
2026-07-02 09:59:24 -03:00
ncoronel
5ac6704300
feat: set selected variant on product load in product detail page
2026-07-02 09:49:11 -03:00
ncoronel
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
ncoronel
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
ncoronel
8a6ed763df
feat: enhance icon button and quantity selector styles for improved UI and functionality
2026-07-02 09:16:33 -03:00
ncoronel
0a7a9d91c7
feat: add icon button component and integrate into cart item for improved UI
2026-07-02 09:13:33 -03:00
ncoronel
202205c038
feat: integrate quantity selector component into cart and product detail pages for enhanced functionality
2026-07-02 09:01:30 -03:00
ncoronel
394a1dde0d
feat: implement quantity selector component for improved cart functionality
2026-07-02 08:47:52 -03:00
ncoronel
8471505e6f
feat: refactor cart item and cart components for improved layout and styling
2026-07-02 08:42:35 -03:00
ncoronel
06d29be056
feat: enhance cart layout and styling for improved user experience
2026-07-01 16:56:29 -03:00
ncoronel
af406c215a
feat: implement cart component with mock data and styling for improved cart functionality
2026-07-01 16:51:23 -03:00
ncoronel
ac9d1fdc85
feat: update store header and input styles for improved UI consistency
2026-07-01 16:50:24 -03:00
ncoronel
cb77ef9d20
feat: add product detail page with variant selection and cart integration
2026-07-01 16:18:39 -03:00
ncoronel
8f7f9445b7
feat: implement CartService with state management and API integration for shopping cart operations
2026-07-01 15:38:11 -03:00
ncoronel
ad39ccb561
feat: differentiate between header and footer colors
2026-07-01 15:37:44 -03:00
ncoronel
b61ae3cb32
feat: implement catalog service and product attribute selector component for product details
2026-07-01 12:25:15 -03:00
ncoronel
3b7615fd85
feat: add toast container component and create testing page for reusable UI elements
2026-07-01 12:02:50 -03:00
ncoronel
0363280ede
feat: implement tenant branding system and global toast notification service
2026-07-01 11:54:11 -03:00
ncoronel
2764201ca0
test: add unit tests for ProductDetailPageComponent including image handling, attributes, and quantity controls
2026-07-01 11:31:41 -03:00
ncoronel
ae0690a6f4
feat: add CatalogService and ProductDetailPageComponent with initial unit tests
2026-07-01 11:16:19 -03:00
ncoronel
3ad29f959d
feat: implement product attribute selector component and integrate into product detail page
2026-07-01 10:48:05 -03:00
ncoronel
1a7a6c28e6
feat: implement product detail page with attribute selector and quantity management
2026-07-01 10:36:55 -03:00
ncoronel
41b51f06e7
feat: add product detail page component and corresponding unit tests
2026-07-01 10:22:46 -03:00
ncoronel
526e8fa76e
feat: implement product detail page and define catalog interfaces
2026-07-01 09:47:47 -03:00