Yoga Pangestu
3a5ef20334
refactor: replace direct message retrieval with key-based retrieval in CheerfulNotification across various enums and Filament pages for improved localization and maintainability
2026-04-06 09:22:07 +07:00
Yoga Pangestu
91d2266a20
feat: Introduce NotifStyle enum for notification customization and update Filament actions to utilize it, enhancing user engagement and clarity across the application.
2026-03-26 15:48:29 +07:00
Yoga Pangestu
0086ff50d2
feat: Introduce UxStyle enum for enhanced user experience and update modal headings and descriptions across Filament actions to utilize cheerful notifications, improving clarity and engagement.
2026-03-26 14:40:35 +07:00
Yoga Pangestu
de4aea7f2a
feat: Enhance user interface clarity and experience by updating labels, adding descriptions, icons, and refining form field attributes across various Filament resources and pages.
2026-03-26 13:53:07 +07:00
Yoga Pangestu
3cd6b39d3f
refactor: Make content recap type field nullable in the database, migration command, and Filament form.
2026-03-16 15:10:30 +07:00
Yoga Pangestu
a97c4d9f2d
feat: Increase maximum length for link/URL fields in forms and database migrations.
2026-02-04 14:07:13 +07:00
Yoga Pangestu
d343dbf6f9
refactor(content recap): change data type title from string to text and adjust maxlength validation
2026-02-04 11:04:00 +07:00
Yoga Pangestu
0055761ab3
refactor: translated format date
2026-01-14 10:47:59 +07:00
Yoga Pangestu
969fc0c4a0
refactor: change display format for date input
2026-01-14 10:42:31 +07:00
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
Yoga Pangestu
6265410fb0
feat: Refactor media handling and improve file upload configurations in Cooperation and Journalist resources
2026-01-09 15:00:36 +07:00
Yoga Pangestu
79893f0177
fix: Corrected accepted file types for image uploads from images/* to image/* and adjusted minor code formatting.
2025-12-16 14:30:29 +07:00
Yoga Pangestu
ae31d8f37f
feat: Introduce Issue Management module, refactor enum implementations, and remove rich editors from location forms.
2025-12-11 10:41:43 +07:00
Yoga Pangestu
f9f1e60b2e
feat(content recap): implement crud
...
- create model and migration
- relation to classification
- create resource
- create enum for support option
2025-12-09 15:36:50 +07:00