Nicola
Nicola
`add_filter('login_display_language_dropdown', '__return_false');`
True, tested on my MacBook (M1 Pro) with Safari 16.5.
To fix the dark mode issue with the calendar, you can follow these steps as mentioned in the documentation: https://github.com/vkurko/calendar?tab=readme-ov-file#theming Workaround: Override the blade view by adding this to your...
Workaround: Override the blade view by adding this to your class: `protected static string $view = 'filament.widgets.guava-calendar';` In your custom blade file (copy-paste the original https://github.com/GuavaCZ/calendar/blob/main/resources/views/widgets/calendar.blade.php), comment [x-ignore](https://alpinejs.dev/directives/ignore) on the...
> > Workaround: > > Override the blade view by adding this to your class: `protected static string $view = 'filament.widgets.guava-calendar';` > > In your custom blade file (copy-paste the...
+1 same issue on v5