Matthew
Matthew
FFilament
Created by Matthew on 4/25/2024 in #❓┊help
Github/Gitlab Actions
anyone? 😅
4 replies
FFilament
Created by Matthew on 4/25/2024 in #❓┊help
Github/Gitlab Actions
bump
4 replies
FFilament
Created by Matthew on 4/17/2024 in #❓┊help
How can I change emptystate with the tabs?
use Livewire\Component as Livewire;

->emptyStateDescription(function (Livewire $livewire){
dd($livewire->activeTab);
})
use Livewire\Component as Livewire;

->emptyStateDescription(function (Livewire $livewire){
dd($livewire->activeTab);
})
But this is not mentioned in the Tables section in the docs. Should I make a PR for this?
4 replies
FFilament
Created by Matthew on 4/17/2024 in #❓┊help
How can I change emptystate with the tabs?
Solution:
4 replies
FFilament
Created by Matthew on 4/12/2024 in #❓┊help
Cant display modal with custom view
Group Actons seem to work better 🤔
6 replies
FFilament
Created by Matthew on 4/12/2024 in #❓┊help
Cant display modal with custom view
Potential solution:
Action::make('queryAction')
->color('info')
->label('Query Movies')
->modalContent(view('filament.resources.movie-resource.actions.actions-modal'))
->modalSubmitAction(false)
->modalCancelAction(false)
Action::make('queryAction')
->color('info')
->label('Query Movies')
->modalContent(view('filament.resources.movie-resource.actions.actions-modal'))
->modalSubmitAction(false)
->modalCancelAction(false)
<x-filament::button color="primary" class="w-full">
sadbasdasd
</x-filament::button>

<x-filament::button color="info" class="w-full">
asdjabsdjasd
</x-filament::button>

<x-filament::button color="success" class="w-full">
dabdajda
</x-filament::button>
<x-filament::button color="primary" class="w-full">
sadbasdasd
</x-filament::button>

<x-filament::button color="info" class="w-full">
asdjabsdjasd
</x-filament::button>

<x-filament::button color="success" class="w-full">
dabdajda
</x-filament::button>
Lemme know if I am overcomplicating it.
6 replies
FFilament
Created by Matthew on 4/12/2024 in #❓┊help
Cant display modal with custom view
But still I havethe actions at the bottom lol
6 replies
FFilament
Created by Matthew on 4/12/2024 in #❓┊help
Cant display modal with custom view
Apparently I dont need the <x-filament::modal>
6 replies
FFilament
Created by Matthew on 4/3/2024 in #❓┊help
filament tabs from blade dont have content
it will keep for example customer_id and employee_id
50 replies
FFilament
Created by Matthew on 4/3/2024 in #❓┊help
filament tabs from blade dont have content
No, I mean, create a pivot table
50 replies
FFilament
Created by Matthew on 4/3/2024 in #❓┊help
filament tabs from blade dont have content
pivot table?
50 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
Bump
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
Bump
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
No description
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
Update: Now normal serve ALSO doesnt work. What the hell is going on?
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
Could it be an issue with octane, or octane cache?
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
But its still weird bc an hour ago I didnt have this
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
Update: It seems I dont have the issue on normal serve
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
I found a similar issue on github https://github.com/filamentphp/filament/pull/12191
13 replies
FFilament
Created by Matthew on 4/6/2024 in #❓┊help
Header action take 30s to respond
No description
13 replies