Add icon colection

This commit is contained in:
2026-04-22 19:15:52 +07:00
parent f685ff88ee
commit 7c21bbd1af
4 changed files with 98718 additions and 2 deletions
+8
View File
@@ -804,6 +804,14 @@
<!-- Toast JS -->
<script src="/js/toast.js"></script>
<!-- Icon Picker -->
<script src="/js/icon-picker.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
IconPicker.init();
});
</script>
<!-- Flash Handler JS -->
<script src="/js/flash-handler.js"></script>