Hasnayeen / themes

Themes for Filament panels.
MIT License
234 stars 31 forks source link

Panel Switch plugin [Bug]: #24

Closed dmb-220 closed 9 months ago

dmb-220 commented 1 year ago

What happened?

PanelSwitch::configureUsing(function (PanelSwitch $panelSwitch) { $panelSwitch->labels([ 'admin' => 'PAGRINDINIS', 'maiseliai' => 'MAIŠELIAI', 'pakuotes' => 'PAKUOTĖS',]) ->iconSize(16) ->icons([ 'admin' => 'heroicon-o-square-2-stack', 'pakuotes' => 'heroicon-o-cube', 'maiseliai' => 'heroicon-o-shopping-bag', ], $asImage = false) ->modalHeading('Pasirinkti') ->modalWidth('sm') //->slideOver(); ->simple(); }); works with simple(), not works slideOver or Modal. theme Nord, other theme all good

How to reproduce the bug

no

Package Version

3.0.67

Filament Version

3.0.67

PHP Version

8.1.5

Laravel Version

10

Notes

No response

Hasnayeen commented 9 months ago

bug is not occurring in the latest version, if it still does please reopen