banner icon indicating copy to clipboard operation
banner copied to clipboard

Filament banner allows you to easily create, manage, and display banners in your application.

Results 12 banner issues
Sort by recently updated
recently updated
newest added

### 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....

bug

### 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...

bug

### What happened? After creating a banner with option "banner can be closed by user" selected, the close button appears on different row div ![image](https://github.com/user-attachments/assets/0ceb3f4b-3c09-4e16-a8e6-e295c7ed06d2) ![image](https://github.com/user-attachments/assets/6af29071-b4f4-471b-af91-820bdba9bffd) ### How to reproduce...

bug

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...

bug

### 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:...

bug

### 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...

bug