banner
banner copied to clipboard
Filament banner allows you to easily create, manage, and display banners in your application.
### What happened? When setting the content width to full using ->maxContentWidth('full') in the PanelProvider, the Banner Management menus are rendered outside the visible area, making them inaccessible to users....
### What happened? Hi, if I install/enable the plugin, the delete button a standard Filament resource page takes 2 clicks to work: 1. The first click does *something* - the...
### What happened? After creating a banner with option "banner can be closed by user" selected, the close button appears on different row div   ### How to reproduce...
Replaced all hardcoded labels in the Link tab of BannerManagerPage.php with localization keys using __('banner::form.fields.*'). This change ensures that all UI texts related to the link configuration are translatable, improving...
### What happened? Method Filament\Forms\Components\Tabs\Tab::badgeIcon does not exist. ### How to reproduce the bug Method Filament\Forms\Components\Tabs\Tab::badgeIcon does not exist. ### Package Version 0.1.0 ### PHP Version 8.3.7 ### Laravel Version...
### What happened? I have followed the instruction for the installation process but the theme doesn't seem to be applied admin/tailwind.config.js ``` import preset from '../../../../vendor/filament/filament/tailwind.config.preset' export default { presets:...
### What happened? If I have a regular public page the page (accessible without authentication) the banner does not show up. Is there a trait I can pull in to...