Add widget to header
In the header, there is the app name and user profile. How can I add other widgets and what not?
12 Replies
You mean, in the dashboard? I didn't catch that
Yes in the admin dashboard. The header. I suppose render hooks would work. Thanks
Does filament have a way of displaying table contents as cards or will I have to make a custom page for that
Yes, check the link as Vp mentioned
Got it. I had one more question - sorry for the troubles;
I made two panels. Originally the admin uses Pages, Resources and Widgets, and then I made another panel called Profile. Inside the profile has pages and resources too. I tried this before but haven't seen any docs on this; is there a way for me to move Pages, Resources and Widgets for the admin side into a separate folder?
Is there a right way to do it?
You can just include them in the PanelProvider to share them
In Pages and Resources definition
So basically as long asthe app_path for resources, pages and widgets for the admin side point to the right thing, i should be good?
Yeah sure
This is going to sound a little weird. When I have a panel that is open to the public, I know I can remove the authMiddleware to allow guest but is there a way to keep the profile circle in the top right?
Just add a custom version?
Ah, I see. Didn't know if there was something out of the box already. Thanks