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
35 changed files with 63 additions and 0 deletions
Showing only changes of commit b564a63c67 - Show all commits
@@ -38,3 +38,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -42,3 +42,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -98,3 +98,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -42,3 +42,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -39,3 +39,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -50,3 +50,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -28,3 +28,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -43,3 +43,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -37,3 +37,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -0,0 +1,14 @@
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/js/tom-select.complete.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('select').forEach((el) => {
new TomSelect(el, {
create: false,
sortField: {
field: "text",
direction: "asc"
}
});
});
});
</script>
@@ -0,0 +1,16 @@
<script src="https://cdn.jsdelivr.net/npm/tom-select@2.4.3/dist/js/tom-select.complete.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('select').forEach((el) => {
if (!el.classList.contains('tomselected')) {
new TomSelect(el, {
create: false,
sortField: {
field: "text",
direction: "asc"
}
});
}
});
});
</script>
+1
View File
@@ -33,3 +33,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -40,3 +40,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -85,3 +85,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -42,3 +42,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -41,3 +41,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -33,3 +33,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -49,3 +49,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -29,3 +29,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -70,3 +70,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -84,3 +84,4 @@
}); });
</script> </script>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -37,3 +37,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -33,3 +33,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -50,3 +50,4 @@
}); });
</script> </script>
@endsection @endsection
@include('components.tomselect')
@@ -37,3 +37,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -113,3 +113,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -60,3 +60,4 @@
}); });
</script> </script>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -39,3 +39,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -20,3 +20,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -42,3 +42,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -54,3 +54,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -44,3 +44,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
+1
View File
@@ -39,3 +39,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -33,3 +33,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')
@@ -39,3 +39,4 @@
</div> </div>
</div> </div>
@endsection @endsection
@include('components.tomselect')