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
5 changed files with 5 additions and 5 deletions
Showing only changes of commit a95aa04cb9 - Show all commits
@@ -9,7 +9,7 @@
<div class="navbar-nav flex-row order-md-last">
<div class="d-none d-md-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
</div>
@@ -14,7 +14,7 @@
<div class="d-none d-md-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
@@ -7,7 +7,7 @@
<div class="navbar-nav flex-row order-md-last">
<div class="d-none d-md-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
</div>
@@ -17,7 +17,7 @@
<div class="d-none d-md-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
@@ -19,7 +19,7 @@
</div>
<div class="d-none d-lg-flex">
@include('tablar::partials.header.theme-mode')
@include('tablar::partials.header.notifications')
{{-- @include('tablar::partials.header.notifications') --}}
</div>
@include('tablar::partials.header.top-right')
</div>