simedkom/app/Filament/Resources/Monitoring/MediaMonitorings
Yoga Pangestu 6fe5e81717 refactor: add type hinting to closures and fix logic errors in Filament codebase
- Added comprehensive parameter and return type hinting to closures across various Filament resources, actions, and relation managers to improve type safety and static analysis.
- Fixed logic in ReportRelationManager where report count was incorrectly compared, preventing the 'Buat Laporan' button from showing correctly.
- Corrected namespaces for RepeatableEntry and TextEntry in ViewCooperation (changed from Filament\Schemas to Filament\Infolists).
- Fixed component rendering in JournalistResource form by ensuring sections are correctly returned in the mapping.
- Added @var docblocks to resolve lint errors related to auth()->user() and verified query builder return types.
- Standardized file retrieval logic in PartnerResource and improved overall code reliability."
2026-01-12 15:17:21 +07:00
..
Actions refactor: add type hinting to closures and fix logic errors in Filament codebase 2026-01-12 15:17:21 +07:00
Pages feat: Refactor media handling and improve file upload configurations in Cooperation and Journalist resources 2026-01-09 15:00:36 +07:00
Schemas refactor: add type hinting to closures and fix logic errors in Filament codebase 2026-01-12 15:17:21 +07:00
Tables refactor: standardize action naming conventions and organization 2026-01-12 13:20:56 +07:00
MediaMonitoringResource.php feat: Add navigationSort property to various resources for improved navigation order 2026-01-08 14:14:23 +07:00