banner icon indicating copy to clipboard operation
banner copied to clipboard

[Bug]: Banner is not showing up on public pages

Open mberneis opened this issue 1 year ago • 0 comments

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 display the banner if active?

How to reproduce the bug

Create a custom filament page Create a public route to this page

i.e.

Route::get('/app/privacy',
    Pages\Privacy::class)->withoutMiddleware([Authenticate::class])->name('filament.app.pages.privacy');

Package Version

0.0.9

PHP Version

8.2.27

Laravel Version

11.35

Which operating systems does with happen with?

macOS

Notes

No response

mberneis avatar Dec 28 '24 19:12 mberneis