Commit Graph

57 Commits

Author SHA1 Message Date
Vincent Guillet
dc33d762a1 Refactor app configuration to use hrefBase for base URL and improve provider imports 2025-12-03 21:59:42 +01:00
Vincent Guillet
e04cac3345 Enhance main navbar styles for better overflow handling and safe area support 2025-12-03 21:49:52 +01:00
Vincent Guillet
00f45ae6c7 Add loading indicators to product CRUD and dialog components 2025-12-03 21:46:18 +01:00
Vincent Guillet
1a5d3a570a Add image deletion functionality to product dialog carousel 2025-12-03 21:21:50 +01:00
Vincent Guillet
9763289c2f Export resizeImage function and integrate it into Prestashop service 2025-12-03 19:48:19 +01:00
Vincent Guillet
fd6c730ae3 Add image resizing utility and integrate it into product image upload process 2025-12-03 19:46:31 +01:00
Vincent Guillet
4fe16b0cb1 restore previous version 2025-12-03 10:04:22 +01:00
Vincent Guillet
14a6f66742 Update Prestashop service to return ID for all valid responses 2025-12-02 16:28:38 +01:00
Vincent Guillet
02387e9a50 Refactor Prestashop service endpoints to remove redundant reference-data prefix 2025-11-30 11:58:02 +01:00
Vincent Guillet
ad441b8dbc Update Prestashop service endpoints to remove redundant API prefix 2025-11-30 11:53:42 +01:00
Vincent Guillet
16bd098954 Update API URLs in production environment configuration for improved routing 2025-11-30 11:47:35 +01:00
Vincent Guillet
7e5f75e482 Update API URLs in production environment configuration for consistency 2025-11-30 11:44:10 +01:00
Vincent Guillet
d64fed8157 Refactor PrestashopService and ps-product-dialog component to enhance API integration and improve product management functionality 2025-11-29 11:53:25 +01:00
Vincent Guillet
aead87b1bc Refactor PrestashopService to improve API integration and enhance product management functionality 2025-11-29 10:43:57 +01:00
Vincent Guillet
136f9c1732 Update environment configuration and simplify nginx settings for API routing 2025-11-28 22:20:44 +01:00
0d68975f41 Update client/src/index.html 2025-11-28 17:14:23 +00:00
00fd7e2069 Update client/src/environments/environment.prod.ts 2025-11-28 16:30:41 +00:00
d388ce2d1d Update client/src/environments/environment.ts 2025-11-28 16:30:27 +00:00
d526b8ab39 Update client/src/environments/environment.prod.ts 2025-11-28 15:49:10 +00:00
687400ebd9 Update client/src/environments/environment.ts 2025-11-28 15:48:57 +00:00
44abcda2e8 Update client/src/index.html 2025-11-28 15:48:38 +00:00
2a4b71f52f Update client/src/environments/environment.prod.ts 2025-11-28 15:23:26 +00:00
edd8011efc Update client/src/index.html 2025-11-28 15:22:57 +00:00
9b8c8b05b3 Update client/src/index.html 2025-11-28 15:18:47 +00:00
b888089e22 Update client/src/index.html 2025-11-28 14:38:20 +00:00
Vincent Guillet
669a4cbe00 Refactor Dockerfile and update environment configurations for improved API integration 2025-11-28 12:10:56 +01:00
Vincent Guillet
6f05f66ea6 Refactor environment configurations and nginx settings for improved API routing and path handling 2025-11-28 10:32:03 +01:00
Vincent Guillet
e5cce7668f Update API URL in production environment configuration for correct routing 2025-11-26 15:34:43 +01:00
Vincent Guillet
b16eff2e76 Refactor environment and nginx configuration for improved API routing and proxy handling 2025-11-26 15:14:53 +01:00
Vincent Guillet
8cdfab9596 Refactor PrestashopProxyController to enhance request forwarding and error handling 2025-11-26 14:46:37 +01:00
Vincent Guillet
103e4c055d Enhance responsiveness of navigation and product CRUD components with CSS adjustments for better layout on small screens 2025-11-26 11:57:48 +01:00
Vincent Guillet
005bbcc678 Enhance responsiveness of navigation and product CRUD components with CSS adjustments for better layout on small screens 2025-11-26 10:01:40 +01:00
Vincent Guillet
b9320c7383 Enhance responsiveness of product CRUD component with CSS adjustments for toolbar and table layout 2025-11-26 09:34:20 +01:00
Vincent Guillet
1efe158631 Enhance password validation in registration component with improved regex pattern and increased max length 2025-11-26 09:30:59 +01:00
Vincent Guillet
64f00d5b30 Delete unused files 2025-11-25 21:21:30 +01:00
1b876d2d6c Update client/src/environments/environment.prod.ts 2025-11-25 15:29:42 +00:00
Vincent Guillet
20573d73b3 feat: update PrestashopService to use dynamic base URL from environment configuration 2025-11-22 21:48:44 +01:00
93d575f7c5 Update client/src/environments/environment.prod.ts 2025-11-22 16:53:25 +00:00
Vincent Guillet
ccd73cd478 feat: update environment configurations and improve Docker health checks 2025-11-20 22:34:24 +01:00
Vincent Guillet
3f16faceb0 feat: configure MySQL service in Docker; update datasource URL and adjust port mappings 2025-11-20 19:00:40 +01:00
Vincent Guillet
b756c9fa2d feat: implement image carousel in product dialog; enhance image upload handling and preview functionality 2025-11-18 16:32:29 +01:00
Vincent Guillet
d4ffcf0562 feat: add quantity field to product CRUD; implement image upload and condition handling in product dialog 2025-11-18 15:38:24 +01:00
Vincent Guillet
bcc71b965b refactor: reorganize component files and update import paths; add PsItem and PsProduct interfaces 2025-11-12 12:34:58 +01:00
Vincent Guillet
a849a4dd15 feat: add categories and manufacturers CRUD components; implement form handling and image upload functionality 2025-11-10 16:29:42 +01:00
Vincent Guillet
b84a829a82 feat: implement add product functionality; create add-product component with form validation and styling 2025-11-05 16:44:42 +01:00
Vincent Guillet
1a918a7863 delete test file 2025-11-04 18:44:30 +01:00
Vincent Guillet
3bc2a27d76 refactor: rename components and update dialog implementations; add confirm dialog for deletion actions 2025-11-04 18:13:37 +01:00
Vincent Guillet
55a1d54c70 refactor: rename components and update admin navbar; implement generic list and dialog components for brands, categories, and platforms 2025-11-01 17:56:26 +01:00
Vincent Guillet
7c8f85a500 add Categories management: create CategoriesList component, update admin navbar, and integrate category handling in product forms 2025-11-01 15:43:49 +01:00
Vincent Guillet
7531ea9453 add admin navbar and brand/platform management components 2025-10-31 18:32:24 +01:00