Commit Graph

  • bfbbfb9c09 feat(checkout): enhance checkout page with payment methods and form validation ncoronel 2026-07-03 11:27:53 -03:00
  • 41bb5e7c9e feat(search): update search component width for better responsiveness ncoronel 2026-07-03 11:07:45 -03:00
  • be041f6e88 feat(search): update search input styles for improved focus visibility ncoronel 2026-07-03 10:57:59 -03:00
  • 45f0618ae9 feat(checkout): implement checkout page with form validation and routing ncoronel 2026-07-03 10:54:43 -03:00
  • 2b3713f6a8 feat(stepper): refactor circle indicator to improve accessibility and styling ncoronel 2026-07-03 10:24:54 -03:00
  • 510c72624b feat(stepper): implement reusable stepper component with navigation and validation ncoronel 2026-07-03 10:10:53 -03:00
  • 625e2fea6c feat(register): integrate modal and toast services for success and error handling ncoronel 2026-07-03 09:05:56 -03:00
  • 3697c4b97c feat(modal): add simple modal component with open and close functionality ncoronel 2026-07-03 09:00:49 -03:00
  • bedb74ebd5 feat(cart): implement optimistic quantity updates with rollback on error ncoronel 2026-07-03 08:56:54 -03:00
  • 6bab2e9ab2 feat(store-header, store-layout): add user click event handling and navigation to login ncoronel 2026-07-02 17:03:07 -03:00
  • bd4b86fe85 refactor(login, register): adjust header margins and improve error message display ncoronel 2026-07-02 16:51:41 -03:00
  • 6ffffc6ea8 feat(auth): implement authentication service, guards, and interceptors ncoronel 2026-07-02 16:37:06 -03:00
  • 57f58c92be feat(register): add register page with routing and form implementation ncoronel 2026-07-02 15:57:54 -03:00
  • 5365811a50 refactor(login): unify title styling by replacing class with shared auth-title ncoronel 2026-07-02 15:50:26 -03:00
  • 3c98600193 feat(login): implement auth layout and restructure login page with improved styling and structure ncoronel 2026-07-02 15:45:26 -03:00
  • ff3c3233c1 fix(login): correct spelling of "Contraseña" in login page ncoronel 2026-07-02 15:36:14 -03:00
  • 20e8578440 feat(login): add disabled state to continue with Google button ncoronel 2026-07-02 15:33:42 -03:00
  • 193ba7472b fix(login): correct spelling errors in login page text ncoronel 2026-07-02 15:33:04 -03:00
  • bc9390394a feat(login): replace Google icon with SVG for improved scalability and styling ncoronel 2026-07-02 15:32:26 -03:00
  • 4393280fd9 feat(login): enhance login page layout with improved divider styling ncoronel 2026-07-02 15:28:24 -03:00
  • 956411254e feat(login): update button styles and improve layout on login page ncoronel 2026-07-02 15:28:19 -03:00
  • 4cbf87feb1 feat(login): update login page styles and integrate neutral button variant ncoronel 2026-07-02 15:25:43 -03:00
  • 93d49fc7e6 feat(login): redesign login page layout and integrate button component ncoronel 2026-07-02 15:20:07 -03:00
  • 85465ce7e1 feat(login): add login page component with template and styles ncoronel 2026-07-02 15:14:08 -03:00
  • ee83e7ab32 feat(modal): refactor confirm delete modal handling and improve test coverage ncoronel 2026-07-02 12:19:18 -03:00
  • bf5fd83f98 feat(cart): integrate confirmation modals for item removal in cart component feature/cart ncoronel 2026-07-02 12:04:29 -03:00
  • 446d1b8970 feat(modal): add confirm and confirm delete modals with tests ncoronel 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 ncoronel 2026-07-02 11:24:31 -03:00
  • d31cb65d65 feat: update cart service and components to handle productVariantId, improve item removal and addition feedback ncoronel 2026-07-02 11:00:40 -03:00
  • c9d8265790 feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedback ncoronel 2026-07-02 10:38:26 -03:00
  • f2cc42e0cc feat: implement cart overlay and dropdown with styling for improved user experience ncoronel 2026-07-02 09:59:24 -03:00
  • 5ac6704300 feat: set selected variant on product load in product detail page ncoronel 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 ncoronel 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 ncoronel 2026-07-02 09:27:01 -03:00
  • 8a6ed763df feat: enhance icon button and quantity selector styles for improved UI and functionality ncoronel 2026-07-02 09:16:33 -03:00
  • 0a7a9d91c7 feat: add icon button component and integrate into cart item for improved UI ncoronel 2026-07-02 09:13:33 -03:00
  • 202205c038 feat: integrate quantity selector component into cart and product detail pages for enhanced functionality ncoronel 2026-07-02 09:01:30 -03:00
  • 394a1dde0d feat: implement quantity selector component for improved cart functionality ncoronel 2026-07-02 08:47:52 -03:00
  • 8471505e6f feat: refactor cart item and cart components for improved layout and styling ncoronel 2026-07-02 08:42:35 -03:00
  • 06d29be056 feat: enhance cart layout and styling for improved user experience ncoronel 2026-07-01 16:56:29 -03:00
  • af406c215a feat: implement cart component with mock data and styling for improved cart functionality ncoronel 2026-07-01 16:51:23 -03:00
  • ac9d1fdc85 feat: update store header and input styles for improved UI consistency ncoronel 2026-07-01 16:50:24 -03:00
  • cb77ef9d20 feat: add product detail page with variant selection and cart integration ncoronel 2026-07-01 16:18:39 -03:00
  • 8f7f9445b7 feat: implement CartService with state management and API integration for shopping cart operations ncoronel 2026-07-01 15:38:11 -03:00
  • ad39ccb561 feat: differentiate between header and footer colors ncoronel 2026-07-01 15:37:44 -03:00
  • b61ae3cb32 feat: implement catalog service and product attribute selector component for product details ncoronel 2026-07-01 12:25:15 -03:00
  • 3b7615fd85 feat: add toast container component and create testing page for reusable UI elements ncoronel 2026-07-01 12:02:50 -03:00
  • 0363280ede feat: implement tenant branding system and global toast notification service ncoronel 2026-07-01 11:54:11 -03:00
  • 2764201ca0 test: add unit tests for ProductDetailPageComponent including image handling, attributes, and quantity controls ncoronel 2026-07-01 11:31:41 -03:00
  • ae0690a6f4 feat: add CatalogService and ProductDetailPageComponent with initial unit tests ncoronel 2026-07-01 11:16:19 -03:00
  • 3ad29f959d feat: implement product attribute selector component and integrate into product detail page ncoronel 2026-07-01 10:48:05 -03:00
  • 1a7a6c28e6 feat: implement product detail page with attribute selector and quantity management ncoronel 2026-07-01 10:36:55 -03:00
  • 41b51f06e7 feat: add product detail page component and corresponding unit tests ncoronel 2026-07-01 10:22:46 -03:00
  • 526e8fa76e feat: implement product detail page and define catalog interfaces ncoronel 2026-07-01 09:47:47 -03:00
  • b7420c2110 feat: enhance product detail page to support default variant selection from query parameters ncoronel 2026-06-30 15:07:01 -03:00
  • 8d9a828df0 feat: refactor product detail page to support generic attributes and improve layout with enhanced styling ncoronel 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 ncoronel 2026-06-30 10:59:53 -03:00
  • 57a1e66d1a feat: update product carousel layout and styling for improved responsiveness ncoronel 2026-06-30 10:25:33 -03:00
  • ec261caab3 feat: implement product carousel component with thumbnail gallery and navigation controls ncoronel 2026-06-30 10:11:16 -03:00
  • cc16a53fac feat: implement product detail page with catalog service integration and image carousel support ncoronel 2026-06-30 10:04:34 -03:00
  • bf2ede4bc1 feat: implement product detail page and image carousel component ncoronel 2026-06-30 09:56:53 -03:00
  • 79d4de6c04 feat: implement store routing and product detail page skeleton ncoronel 2026-06-30 09:10:15 -03:00
  • b8f4d06caa test: add unit tests for application routing and tenant resolution logic ncoronel 2026-06-30 08:49:55 -03:00
  • 74144b6d2c feat: implement store home page with product listing, pagination, and error handling ncoronel 2026-06-30 08:47:57 -03:00
  • b2796a2383 refactor: remove deprecated and unused utility file ncoronel 2026-06-30 08:40:02 -03:00
  • 4bb69d1b06 feat: implement store home page with paginated product listing and error handling ncoronel 2026-06-29 17:01:19 -03:00
  • 5715977b25 feat: add ApiPaginationQueryParams interface and update CatalogService to support pagination ncoronel 2026-06-29 16:21:19 -03:00
  • fe4eebb685 feat: add Paginator component with navigation functionality and integrate into reutilizables test page ncoronel 2026-06-29 16:04:07 -03:00
  • 286e56c979 feat: add StoreSection component and integrate it into reutilizables test page ncoronel 2026-06-29 15:39:52 -03:00
  • 9f32588828 feat: implement multi-tenant catalog service with SSR support and data interfaces ncoronel 2026-06-29 08:50:00 -03:00
  • 77e4a22740 feat: add ProductCard component with currency formatting and price calculation logic ncoronel 2026-06-29 08:37:15 -03:00
  • d79d075c45 chore: add local build configuration and update formatting for allowed hosts in angular.json Nahuel Eghar Coronel 2026-06-28 23:50:21 +00:00
  • 8f56785bc3 feat: implement ProductCard component and configure local build settings in angular.json Nahuel Eghar Coronel 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 Nahuel Eghar Coronel 2026-06-28 23:09:26 +00:00
  • fa47188898 feat: add ReutilizablesTestPageComponent to showcase and validate shared button and input component variants prueba/cache_on_ssr ncoronel 2026-06-26 16:58:14 -03:00
  • e074aeb199 feat: implement tenant branding injection and SSR bootstrap logic with comprehensive testing ncoronel 2026-06-26 16:25:31 -03:00
  • 86680fc976 feat: refactor routing and enhance tenant service integration ncoronel 2026-06-26 15:55:45 -03:00
  • 7ee103b77b feat: enhance store layout with dynamic logo handling and loading states ncoronel 2026-06-26 14:27:14 -03:00
  • 4e2dccd2e3 feat: implement useMutation hook for managing asynchronous operations with loading and error states ncoronel 2026-06-26 14:19:10 -03:00
  • da01745732 feat: implement store layout with header and footer components, update tenant service URL ncoronel 2026-06-26 14:02:35 -03:00
  • ac9ba12045 feat: implement tenant service with bootstrap functionality and error handling ncoronel 2026-06-26 13:43:39 -03:00
  • 23e8da345a feat: implement store layout and home page components with routing ncoronel 2026-06-26 13:42:23 -03:00
  • 236a3772a4 feat: standardize font size and weight for input component and labels ncoronel 2026-06-26 10:35:12 -03:00
  • bccb1b565f feat: refactor input component to use model binding for value management ncoronel 2026-06-26 10:22:25 -03:00
  • 0d46172325 feat: enhance input component layout with labels and improve styling ncoronel 2026-06-26 10:18:43 -03:00
  • f1a4f51695 feat: add user input type with icon support in input component ncoronel 2026-06-26 10:09:06 -03:00
  • d58445e199 feat: implement password toggle functionality in input component ncoronel 2026-06-26 10:06:41 -03:00
  • 455b7c8506 feat: add search input type with icon support and update styles ncoronel 2026-06-26 09:56:09 -03:00
  • a0c35c76a7 style: add min-width to button styles for improved layout consistency ncoronel 2026-06-26 09:15:18 -03:00
  • 6086070891 style: enhance button showcase layout and add disabled state examples ncoronel 2026-06-26 08:57:15 -03:00
  • 3c163e672b feat: add Gotham font files and integrate into styles ncoronel 2026-06-26 08:52:40 -03:00
  • def3a04548 style: refactor button styles and theme variables for improved consistency ncoronel 2026-06-26 08:43:04 -03:00
  • a6a9f4e5e3 style: reorganize and enhance button styles with additional variables ncoronel 2026-06-25 17:02:05 -03:00
  • 5e25c00240 style: add root font family variable for consistent typography ncoronel 2026-06-25 16:27:11 -03:00
  • 6b4fccbdbb feat: add input component and integrate FontAwesome icons ncoronel 2026-06-24 09:57:24 -03:00
  • e608b31b93 fix: update button component styles for consistent height ncoronel 2026-06-24 09:43:56 -03:00
  • d108cf1ee2 feat: add routing for componentes-test and create reusable button component ncoronel 2026-06-24 09:31:37 -03:00
  • 1bff88e92a update allowedHosts in angular.json for local development ncoronel 2026-06-24 09:23:37 -03:00
  • e49c9cd842 add allowScripts configuration to package.json ncoronel 2026-06-24 09:22:46 -03:00
  • 63aa18b5a5 added bootstrap ncoronel 2026-06-24 09:18:08 -03:00