Skip to content

Formatting and updates#107

Merged
CodeWithDennis merged 3 commits into5.xfrom
formatting-and-updates
Feb 16, 2026
Merged

Formatting and updates#107
CodeWithDennis merged 3 commits into5.xfrom
formatting-and-updates

Conversation

@CodeWithDennis
Copy link
Owner

This pull request introduces improvements to the JavaScript handling of Filament's modals and error notifications, as well as some internal refactoring for consistency and maintainability. The main focus is on enhancing the modal overlay behavior and providing better error notification handling for Livewire requests.

Key changes include:

Modal overlay handling:

  • Enhanced the syncActionModals function in actions.js to support a new shouldOverlayParentActions parameter, allowing more precise control over modal stacking and overlay behavior.

Error notification improvements:

  • Added a Livewire error interceptor in app.js that displays customized Filament notifications based on the error status, improving user feedback for failed requests.

Internal refactoring and consistency:

  • Refactored variable names and function signatures throughout app.js for improved readability and maintainability, aligning naming conventions and structure across the codebase.
  • Updated the import and initialization logic for the Mousetrap library, ensuring consistent keyboard shortcut handling.

@CodeWithDennis CodeWithDennis merged commit 68dc05c into 5.x Feb 16, 2026
6 checks passed
@CodeWithDennis CodeWithDennis deleted the formatting-and-updates branch February 16, 2026 19:49
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.

1 participant

Comments