feat: Add integrations dropdown and toggle functionality for trustmate.io orders

- Introduced a new dropdown button for integrations in the order details page.
- Implemented functionality to resend orders to apilo.com and toggle trustmate.io status.
- Enhanced the order details template with new dropdown menu and JavaScript for handling dropdown behavior.
- Added new textarea for producer data in the producer edit page with CKEditor integration.
- Updated product edit page to include GPSR information with textarea and CKEditor.
- Improved update process with detailed logging and error handling during version updates.
- Updated version number to 0.233.
This commit is contained in:
2026-01-27 23:46:34 +01:00
parent 45031fb4ad
commit 4f95821342
10 changed files with 471 additions and 67 deletions

View File

@@ -2244,4 +2244,15 @@ textarea.form-control {
input[type="text"] {
height: 40px;
}
}
#integrationsDropdownBtn {
width: 50px;
text-align: center;
}
.dropdown-menu-right {
a {
font-size: 14px;
}
}