AlessandroKobs
AlessandroKobs
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
Thanks for your aswer Hugh, checking deeper, the SimplePage is rendered in base, that already as imported notification class.
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
like, visualy separated from the dashboard itself.
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
How can i create a page with fillament that doest use the dashboard itself (like sidebar, etc..) ?
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I was thinking here, maybe I'm not doing things as I should. My goal is to create a custom page similar to the Login page, that is, independent and separate from the dashboard, but with just the user's avatar at the top, along with the logout option. Is there a more correct way to do this?
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I discovered that when I extend the class using Filament\Pages\SimplePage, the issue arises. However, when I change it to Filament\Pages\Resources\Page, the problem is resolved. I need to use SimplePage since I don't need the sidebar, header, etc., but I'm not sure what's causing this issue. 😕
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
No description
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I'm using SimplePage, since its dashboard page, i think they already have it somewhere.. i also receive the notification, the problem comes when the livewire try to update. Also, tried to add the @livewire('notifications') in the page itself, problem still occurs.
16 replies
FFilament
Created by AlessandroKobs on 10/17/2023 in #❓┊help
Notifications in custom pages return Unable to find component: [filament.livewire.notifications]
I have installed the Dashboard, so.. no need to install notifications since it comes with dashboard, right?
16 replies