mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Renamed the quicksearch controller
This commit is contained in:
parent
0dea26f67d
commit
04aeab7ea6
2 changed files with 6 additions and 1 deletions
|
@ -31,6 +31,11 @@ import {
|
|||
STATISTICS_PARTS
|
||||
} from '../../translator';
|
||||
|
||||
|
||||
/**
|
||||
* This controller is responsible for the search fields in the navbar and the homepage.
|
||||
* It uses the Algolia Autocomplete library to provide a fast and responsive search.
|
||||
*/
|
||||
export default class extends Controller {
|
||||
|
||||
static targets = ["input"];
|
Loading…
Add table
Add a link
Reference in a new issue