feat: install and scaffold Tablar theme #6

Merged
rlong merged 139 commits from feature/tablar-theme into master 2026-05-02 16:01:21 -04:00
Showing only changes of commit e8a31380f7 - Show all commits
+13
View File
@@ -48,5 +48,18 @@
</div>
</div>
</div>
<script>
// Force immediate initialization of TomSelect for this page to bypass component/stack issues
window.addEventListener('load', function() {
console.log("Forcing TomSelect init...");
document.querySelectorAll('select').forEach(function(el) {
new TomSelect(el, {
create: false,
sortField: { field: 'text', direction: 'asc' }
});
});
});
</script>
@endsection
@include('components.tomselect')