Skip to content

Conversation

@SebKay
Copy link
Owner

@SebKay SebKay commented Dec 8, 2025

Note

Improves Filament global search and user search details, removes Role/Permission policies and their provider, and performs minor cleanups.

  • Filament Admin:
    • Add global search key bindings in App\Providers\Filament\AdminPanelProvider (command+k, ctrl+k) and enable field key binding suffix.
  • Users Resource & Search:
    • Change record title to email in app/Filament/Resources/Users/UserResource.php.
    • Add global search attributes (email, first_name, last_name, roles.name) and detailed result metadata (name, roles, verified state).
  • Auth/Policies:
    • Remove RolePolicy, PermissionPolicy, and their registration in App\Providers\AuthServiceProvider; drop provider from bootstrap/providers.php.
  • Misc:
    • Minor code tidy-ups (e.g., now()/route() usage, imported #[Scope] in User model).

Written by Cursor Bugbot for commit ead58f5. This will update automatically on new commits. Configure here.

@SebKay SebKay self-assigned this Dec 8, 2025
@SebKay
Copy link
Owner Author

SebKay commented Dec 8, 2025

@cursor review

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Bugbot reviewed your changes and found no bugs!


@SebKay SebKay merged commit a5bec9a into main Dec 8, 2025
2 checks passed
@SebKay SebKay deleted the tidy-up branch December 8, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants