Implemented a custom login / registration am I missing any obvious security issues?
Badge disappear
Issue with RichEditor

Upgrade to latest Filament and Latest tailwind 4, now in filament admin Vite error:
Serve forms from controller
Opening modals on page visit
collapsible bar
Question about table animate-pulse
animate-pulse
class if $records are null, but for me this is only true on the initial load if I'm using deferred loading. I checked the v2 table component and while it's a bit different overall, I applied a similar logic to add the animate-pulse class using wire:loading.class and that seems to work. I feel li...Relation BelongToMany not working when Group in table.
Passing data to a custom page that includes the Filament menu system
php artisan make:filament-page
I have created a working page that also has the menu on it....Pagination on a page class?
always filter?
->modifyQueryUsing()
...Import XLSX / CSV
Getting screen size inside filamentphp?
Split
and Stack
made for this purpose.
but there's only one problem, whenever i use Stack and Split, it removes the table headers, which is understandable considering how table works but it doesn't look good at all.
so i had an idea, if i make a function that returns a list of columns, it returns a list that has no Split/Stack for wide screens, but returns the mobile-friendly columns on smaller screens. the only problem is, there's no easy way to get screen size on php, i was thinking, is there any filament helper that could potentially make this easier?...pages are not showing in the panel

Indirect modification of overloaded element of Illuminate\Support\Collection has no effect.
In resources, where do I put database queries that I only want to run once?
->hidden()
method runs 5 times per row in my app, and that seems to be the default with filament. I really need the result of it to be based on a user permission, but that would mean fetching that permission lots of times when I don't need it.
Is there a place in a resource similar to mount
where I can load something once and access it?...Using a filament theme without frontend-scaffolding
vendor/nuxtifyts/dash-stack-theme/resources/css/theme.css
and compiles thatTable row record action combined with expandableLimitedList unexpected results