The default language of any content posted is English. Do not create multi-accounts, you will be blocked!
Information: Safety & Support
Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use. Consider buying licenses to support developers. Your security is our priority.
Dark mode functionality rebuilt (system mode added + remember functionality)
Dark mode display classes (.d-dark-none, .d-dark-inline-block, .d-dark-block, .d-dark-flex, .d-dark-inline-flex)
Updates
@ckeditor/* 43.2.0 (41.2.0)
@fortawesome/fontawesome-free 6.6.0 (6.5.1) - 13 new icons
chart.js 4.4.4 (4.4.2)
cropperjs 1.6.2 (1.6.1)
datatables.net 2.1.8 (2.0.2)
datatables.net-bs5 2.1.8 (2.0.2)
datatables.net-buttons 3.1.2 (3.0.0)
datatables.net-buttons-bs5 3.1.2 (3.0.1)
datatables.net-responsive 3.0.3 (3.0.0)
datatables.net-responsive-bs5 3.0.3 (3.0.0)
fullcalendar 6.1.15 (6.1.11)
magnific-popup 1.2.0 (1.1.0)
Pdfmake 0.2.14 (0.2.10)
simplebar 6.2.7 (6.2.5)
sweetalert2 11.14.2 (11.10.6)
Laravel Starter Kit: Laravel 11.27.2 (11.0.3)
Fixes
Various small fixes and improvements
Changes
Dark Mode
dark-mode class is deprecated and no longer used in #page-container
dark class is added to the <html> element when dark mode is active
Dark mode preference is saved in localStorage and retrieved automatically on page load unless you add the class dark-custom-defined in the <html> element
Add the new js/setTheme.js file to set the theme based on the dark mode preference before the page loads (prevents flashing on non-SPA apps)
You can set the default preference in app.js file:
window.Dashmix = new App({ darkMode: "system" }); // "on" or "off" or "system"
Use the new dark mode selector dropdown as showcased in the demo pages
Color Themes
remember-theme class is no longer used in #page-container but in <html> element. If set, the color theme preference is saved in localStorage and retrieved automatically on page load