Merged
Conversation
…n wizard.js - Refactor wizard.js to streamline step initialization and query string updates. - Enhance focus-handling logic to address edge cases where active elements precede the current step. - Update app.css with minor adjustments for Tailwind-generated styles.
There was a problem hiding this comment.
Pull request overview
Updates PHP (Composer) dependencies and refreshes the published Filament frontend assets to align the application with the newer Filament/Livewire releases.
Changes:
- Bump backend dependencies in
composer.lock(Filament packages, Livewire, Symfony components, and other libraries). - Update published Filament JS assets for schemas (Wizard/Tabs) and Notifications to match the upgraded packages.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| public/js/filament/schemas/components/wizard.js | Updated Filament Wizard client behavior (focus handling / watcher behavior) from newer Filament assets. |
| public/js/filament/schemas/components/tabs.js | Updated Filament Tabs client behavior (focus handling / watcher behavior) from newer Filament assets. |
| public/js/filament/notifications/notifications.js | Updated Filament Notifications JS (including notification ID generation) from newer Filament assets. |
| composer.lock | Locks updated dependency versions consistent with a dependency upgrade run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.