simedkom/app/Filament/Pages
Yoga Pangestu c793c8e67a refactor: standardize action naming conventions and organization
- Refactor custom Filament actions into resource-specific subfolders (Cooperation, Proposal, Report).
- Standardize all action identifiers to snake_case for consistency.
- Move action identifiers directly into ::make('name') calls.
- Remove getDefaultName() from custom action classes to favor explicit naming.
- Update relation managers and resources to use the new namespaced action classes.
- Standardize closure syntax (fn) and string formatting across schemas and actions.
2026-01-12 13:20:56 +07:00
..
Settings feat: Add navigationSort property to various resources for improved navigation order 2026-01-08 14:14:23 +07:00
AdminVerification.php refactor: implement local scopes for enums with #[Scope] attribute across models 2026-01-12 11:14:22 +07:00
Company.php feat: Remove custom page classes for login, registration, media, company, and verification management 2026-01-12 09:46:54 +07:00
Login.php feat: Remove custom page classes for login, registration, media, company, and verification management 2026-01-12 09:46:54 +07:00
Media.php feat: Remove custom page classes for login, registration, media, company, and verification management 2026-01-12 09:46:54 +07:00
Registration.php feat: Remove custom page classes for login, registration, media, company, and verification management 2026-01-12 09:46:54 +07:00
Verification.php refactor: standardize action naming conventions and organization 2026-01-12 13:20:56 +07:00