Aurko
Aurko
FFilament
Created by Aurko on 5/22/2024 in #❓┊help
Action group width suddenly becomes out of control
It's been fixed by rebuilding the assets.
7 replies
FFilament
Created by Aurko on 5/22/2024 in #❓┊help
Action group width suddenly becomes out of control
Thank you so much. It's working now.
7 replies
FFilament
Created by Aurko on 5/22/2024 in #❓┊help
Action group width suddenly becomes out of control
you mean create new resource from scratch?
7 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
Found solution- window.addEventListener('dark-mode-toggled', (event) => { console.log(event.detail); });
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
yeah, searched and searching. couldn't find that yet. The best if I able to get the id of the color mode toggle button.
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
understood but I want thinking that if I can get the trigger of the dark mode toggle button, that would be easier to manage the classes.
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
how can I then?
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
just like how we do in a regular blade page
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
just below the <x-filament::page> tag of the page, then like this- <link rel="stylesheet" href="{{ asset('css/style.css') }}">
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
custom css working on the light mode. actually developed keeping that in mind. but changing has become challenging.
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
nope
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
<span class="text-red dark:text-blue">Welcome</span> just tried like this, not working.
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
.a{ color: black; } .b{ color: red; } <p>Hello World</p> In here, I want to add class 'a' in light mode, and add class 'b' in dark mode. And this class-add and class-remove will do when the dark mode button triggers. This is my issue actually!
42 replies
FFilament
Created by Aurko on 9/21/2023 in #❓┊help
How can I get the trigger of the filament's dark-light toggle button?
Yes, that's a way to get the current state. But dark mode toggle button can't trigger using this strategy, cat it?
42 replies
FFilament
Created by cheesegrits on 7/25/2023 in #❓┊help
Detect dark theme in Blade
how can I get the trigger of the filament's dark-light toggle button? Anyone?
10 replies