Remove unused Blade components and templates from the Filament package to streamline the codebase. This includes deleting various components related to forms, notifications, pagination, and widgets, enhancing maintainability and reducing clutter.

This commit is contained in:
Mekan1206
2025-12-21 06:15:33 +05:00
parent 5361c00e7b
commit f433fc3e41
190 changed files with 987 additions and 15036 deletions

View File

@@ -71,7 +71,7 @@
<img
src="{{ $entry->getMediaUrl($item) }}"
class="w-full h-full object-contain"
class="max-h-[400px] w-fit"
/>
</x-filament::modal>
@else