sanzgrapher/filament-draggable-modal
composer show filament/filament).composer require sanzgrapher/filament-draggable-modal
AdminPanelProvider.php (or equivalent):
->plugin(DraggableModalPlugin::make())
transform, pointer-events). Test on target browsers (Chrome, Firefox, Safari) for consistency.composer.json if stability is critical:
"sanzgrapher/filament-draggable-modal": "^1.0"
.filament-draggable-modal__handle).mousedown/mousemove.| Failure Scenario | Likelihood | Mitigation | Recovery |
|---|---|---|---|
| Modals not draggable | Low | Check Filament v5 compatibility. | Remove plugin line; revert to default. |
| Dragging causes layout jumps | Medium | Test with complex nested layouts. | Override CSS transforms in app scope. |
| Clickability issues (buttons/inputs) | Low | Validate pointer-events handling. |
Add custom CSS to preserve events. |
| Accessibility violations | Medium | Audit with screen readers. | Adjust focus management manually. |
| Conflict with other Filament plugins | Low | Test with critical plugins first. | Isolate conflicting plugin. |
How can I help you explore Laravel packages today?