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:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user