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 762b242046 - Show all commits
@@ -3,16 +3,14 @@
<script>
window.addEventListener('load', () => {
document.querySelectorAll('select').forEach((el) => {
if (!el.classList.contains('tomselected')) {
if (!el.classList.contains('ts-hidden-accessible')) {
console.log('Initializing TomSelect on:', el);
new TomSelect(el, {
create: false,
hideSelected: true,
maxOptions: null,
sortField: {
field: "text",
direction: "asc"
},
controlInput: '<input type="text" />'
}
});
}
});