v3.1.47
What's Changed
- UI fixes for show ticket adm and frontend, and new css classes for more:
Changelogs and Releases Notes for Thunder: Filament plugin to provide you with laravel ticketing system. offices, chat, and Frontend Ready. .
HasRouteNamePrefix
optionally for frontend routes and small fixesupdate your config file with:
'chat_pollg'=>[
'enabled'=>true,
'time'=>'15s', // or '15000ms' or 'keep-alive'
],
Ticket::deleteTicket()
, this will also handle bolt form response and delete themadd_read_at_to_comments
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="config"
config/comments.php
and set the comment_class
to'comment_class' => \LaraZeus\Thunder\Models\Comment::class,
better UI for list tickets
removg the file resources/views/filament/columns/ticket-resource/user.blade.php
if you're publishg the views, consider delete this file after the update.
renamg the file: resources/views/filament/comments.blade.php
to resources/views/filament/ticket-comments.blade.php
, case you have other packages like (athena)
added new phrases en.json
addg recordClasses
now you will notice a border at the begng of each row Tickets list, this will dicates the priority of the ticket.
for this to work you need to add the follog to your tailwd css config file
'./vendor/lara-zeus/thunder/src/Filament/Resources/TicketResource.php',
base on feedback, I may remove the priority icon the future to make the table looks less busy.
the ticket status classes has been tweaked a little, if you're overridg this class check the difference the file src/Models/TicketsStatus.php
addg my tickets
tab tickets lists.
you can configure the global search attribute per resource
->globallySearchableAttributes([
// you can return empty array to disable it
FormResource::class => ['name']
])
now you can export responses usg filament export
and you can remove the fork for alperenersoy/filament-export