Jacek Pyziak 1bb599a26a feat: Add bulk delete functionality to ProductArchiveController
- Implemented bulk_delete_permanent method to handle permanent deletion of products.
- Added checkbox for bulk selection in product archive list view.
- Updated view model to include checkbox column.

feat: Introduce CategoriesApiController for category management

- Added CategoriesApiController to handle category listing via API.
- Implemented logic to fetch active categories and their titles in the default language.

fix: Update payment method visibility based on order amount

- Modified payment method display logic to consider minimum and maximum order amounts.

feat: Enhance order details page for mobile responsiveness

- Added mobile-specific styles for order details and action buttons.
- Improved layout for product details in order summary.

chore: Add project overview and conventions documentation

- Created project_overview.md to outline project purpose, tech stack, and architecture.
- Added style_and_conventions.md for code style guidelines and naming conventions.
- Included suggested_commands.md for common commands and development practices.
- Established task_completion_checklist.md for task completion criteria.

chore: Add .gitignore and project configuration files

- Created .gitignore to exclude cache and local configuration files.
- Added project.yml for Serena project configuration.

feat: Implement logs management in integrations

- Created logs.php template for displaying integration logs with clear functionality.
2026-03-10 21:48:53 +01:00
2026-03-10 21:37:24 +01:00
2026-03-10 21:37:24 +01:00
2026-03-10 21:37:24 +01:00
2026-03-10 21:37:24 +01:00
Description
No description provided
27 MiB
Languages
JavaScript 43%
PHP 32.2%
CSS 10.5%
Less 6.8%
TypeScript 2.9%
Other 4.6%