fmlist integration, new admin panel, bugfixes

This commit is contained in:
NoobishSVK
2024-09-15 00:00:42 +02:00
parent acc0c4fb16
commit ab000412fa
22 changed files with 834 additions and 540 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function sendToast(type, title, message, persistent, important) {
// Create the toast element
var $toast = $(`
<div class="toast ${type} flex-container ${important ? 'important' : ''}" id="${toastId}">
<div class="toast ${type} flex-container flex-phone ${important ? 'important' : ''}" id="${toastId}">
<div class="toast-icon"><i class="fa-solid ${iconClass}"></i></div>
<div>
<div class="toast-title">${toastTitle}</div>