r0x
r0x
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
And then i could remove the @vite, right?
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
this is not applying to livewire and to filament tabs aswell
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
@vite('resources/css/app.css') <x-filament-panels::page> <div class="grid grid-cols-1 lg:grid-cols-2 gap-4"> <div class=""> <x-filament-panels::form> <livewire:module:client-login-wizard/> </x-filament-panels::form> </div> <div class=""> <x-filament::tabs label="Content tabs"> <x-filament::tabs.item active> Tab 1 </x-filament::tabs.item>
<x-filament::tabs.item disabled> Tab 2 </x-filament::tabs.item>
<x-filament::tabs.item disabled> Tab 3 </x-filament::tabs.item> </x-filament::tabs> </div> </div> <div class="grid grid-cols-12 gap-4"> <div class="col-span-12 sm:col-span-12 md:col-span-3 lg:col-span-3 xl:col-span-3 2xl:col-span-3">Column</div> <div class="col-span-12 sm:col-span-12 md:col-span-3 lg:col-span-3 xl:col-span-3 2xl:col-span-3">Column</div> <div class="col-span-12 sm:col-span-12 md:col-span-3 lg:col-span-3 xl:col-span-3 2xl:col-span-3">Column</div> </div> <div class="grid grid-cols-3 gap-4"> <div class="...">01</div> <div class="...">02</div> <div class="...">03</div> <div class="col-span-2 ...">04</div> <div class="...">05</div> <div class="...">06</div> <div class="col-span-2 ...">07</div> </div>
</x-filament-panels::page>
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
No description
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
but seems im doing something wrong
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
i did the build and the optimize
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
im using the laravel-modules
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
'./modules/*/.blade.php',
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
No description
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
and another thing that is wierd: navigation lost Poppins livewire with filament forms/wizard lost Poppins filament tabs lost Poppins but the grid test im doing here, have Poppins. eheh... wierd 😄
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
im trying to use grid/columns... but without @vite, they are not available
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
ah.... i remember now.. i'm using @vite because i cant use tailwind classes without it
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
thanks 🙂
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
i already tested the themes but im struggling with the panel customization.. i will delay that. not really important atm 😄
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
i pretend to have customization for each company/client
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
no.. but i will in the future
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
dunno why i added that @vite there but.. did the job 😄
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
wtf 😄
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
hum.. i removed @vite and its working
46 replies
FFilament
Created by r0x on 12/26/2024 in #❓┊help
using ->font() on Panel, is not changed Custom Pages
this is my main-dashboard.blade.php
46 replies