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 a7edc0115d - Show all commits
+1 -2
View File
@@ -50,11 +50,10 @@
</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, {
dropdownParent: 'body',
create: false,
sortField: { field: 'text', direction: 'asc' }
});