EMMAN
EMMAN
FFilament
Created by EMMAN on 10/20/2024 in #❓┊help
How to Determine if the dashboard is using dark or light mode in Filament?
It is possible to Determine if the dashboard is using dark or light mode in Filament? TYIA.
13 replies
FFilament
Created by EMMAN on 10/19/2024 in #❓┊help
Light/Dark Mode Switch Animation
No description
4 replies
FFilament
Created by EMMAN on 10/16/2024 in #❓┊help
Make the topbar backdrop blur
Good day guys. How can i make the fi-topbar blur? .fi .fi-topbar { @apply backdrop-blur-sm; } that code is not working, via custom theme.css
31 replies
FFilament
Created by EMMAN on 9/26/2024 in #❓┊help
1 Icon Button for switching Dark/Light Mode
No description
3 replies
FFilament
Created by EMMAN on 9/25/2024 in #❓┊help
Dropdown Shadow on Components
No description
5 replies
FFilament
Created by EMMAN on 8/3/2024 in #❓┊help
How can to disable 'create & create another' button on createOptionForm
Good day guys. How can i disable 'create & create another' button on createOptionForm Forms\Components\Select::make('owner_id') ->relationship('owner', 'name') ->searchable() ->preload() ->createOptionForm([ Forms\Components\TextInput::make('name') ->required() ->maxLength(255), Forms\Components\TextInput::make('email') ->label('Email address') ->email() ->required() ->maxLength(255), Forms\Components\TextInput::make('phone') ->label('Phone number') ->tel() ->required(), ]) ->required() TYSM.
13 replies
FFilament
Created by EMMAN on 8/1/2024 in #❓┊help
Make the 'Table Action Buttons' Sticky when scrolling left to right
Good day guys. It is possible to "Make the 'Table Action Buttons' Sticky when scrolling left to right"—specially on desktop views Like on video on attachment. Thank you.
9 replies
FFilament
Created by EMMAN on 7/31/2024 in #❓┊help
Add filepond captureMethod for FileUpload via Camera
Feature Description I propose the addition of a new option captureMethod to the FileUpload component within FilePond. This feature would allow developers to specify how the file input should capture the data, particularly useful for mobile devices where the user can choose to take a picture or video directly or select existing files. The primary aim is to enhance user experience and provide flexibility for developers to tailor file input behavior according to the application's needs. Forms\Components\FileUpload::make('image')->image()->captureMethod(['camera'])->required(),
6 replies
FFilament
Created by EMMAN on 7/27/2024 in #❓┊help
It is possible to add 'SEACH BAR' on Filament Tabs
No description
6 replies
FFilament
Created by EMMAN on 7/9/2024 in #❓┊help
Auth::id();, Filament::auth()->id();, not working on function booted()
No description
22 replies
FFilament
Created by EMMAN on 7/4/2024 in #❓┊help
Make the 'Step' (Wizard) Vertical
No description
5 replies
FFilament
Created by EMMAN on 7/3/2024 in #❓┊help
Readonly on 'Select Component'
Is it possible to make the 'Select component' read-only? '->extraInputAttributes(['readonly' => true])' and '->readOnly()' are not working. If I use '->disabled()', it will not save the current item.
6 replies
FFilament
Created by EMMAN on 7/3/2024 in #❓┊help
CUSTOM COLOR ON BADGE
No description
10 replies
FFilament
Created by EMMAN on 6/21/2024 in #❓┊help
FilamentBreezy Error on Multiple Panel
Are you encountered this error: Route [filament.student.pages.my-profile] not defined. AdminPanelProvider: ->plugins([ ..... BreezyCore::make() ->myProfile( shouldRegisterUserMenu: true, shouldRegisterNavigation: false, navigationGroup: 'User Management', hasAvatars: true, slug: 'my-profile' ), StudentPanelProvider ->plugins([ BreezyCore::make() ->myProfile( shouldRegisterUserMenu: true, shouldRegisterNavigation: false, navigationGroup: 'User Management', hasAvatars: true, slug: 'my-profile' ),
4 replies
FFilament
Created by EMMAN on 6/19/2024 in #❓┊help
Is there a "Batch Edit Feature" like on OpenAdmin?
good day. is there a "Batch Edit" feature like on Laravel OpenAdmin? Because i did not see "Batch Edit" on Filament Documentation. Video Reference:
4 replies
FFilament
Created by EMMAN on 6/17/2024 in #❓┊help
Modal Popup on 'ImageColumn' Click - Table
Good day. It is possible to display a Modal on a click on 'ImageColumn' on table? CURRENT CODE: Tables\Columns\ImageColumn::make('requirement_qrcode_path') ->height('80%') ->width('100%') ->getStateUsing(function (RequirementsManagement $record): ?string { return $record->requirement_qrcode_path ?? ''; }) ->extraImgAttributes([ 'img' => 'src' ]),
4 replies
FFilament
Created by EMMAN on 6/14/2024 in #❓┊help
Adjust the 'WIDTH' of 'Stats Overview Widget'
No description
5 replies
FFilament
Created by EMMAN on 6/8/2024 in #❓┊help
Problem In Deployment - request has been blocked
No description
11 replies
FFilament
Created by EMMAN on 6/5/2024 in #❓┊help
Restore not working on Relationship
No description
13 replies
FFilament
Created by EMMAN on 6/3/2024 in #❓┊help
IT IS POSSIBLE TO ADD "EDIT BUTTON" on VIEW MODAL?
No description
11 replies