-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #1390 Replace AJAX search with Live component (ker0x)
This PR was merged into the main branch. Discussion ---------- Replace AJAX search with Live component This pull request proposes to replace the AJAX search with a live component example Commits ------- 4d810b7 Replace AJAX search with Live component
- Loading branch information
Showing
39 changed files
with
457 additions
and
249 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
{ | ||
"controllers": [], | ||
"controllers": { | ||
"@symfony/ux-live-component": { | ||
"live": { | ||
"enabled": true, | ||
"fetch": "eager", | ||
"autoimport": { | ||
"@symfony/ux-live-component/styles/live.css": true | ||
} | ||
} | ||
} | ||
}, | ||
"entrypoints": [] | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.