Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocomplete on search #10

Merged
merged 5 commits into from
Oct 10, 2024
Merged

Autocomplete on search #10

merged 5 commits into from
Oct 10, 2024

Commits on Oct 10, 2024

  1. feat: autocomplete on search

    * move csv atc files to json to use native imports rather than node:fs
    * add MUI with DSFR integration for autocomplete
    * separate DB types from connection
    
    Signed-off-by: Maud Royer <hello@maudroyer.fr>
    jillro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bbde220 View commit details
    Browse the repository at this point in the history
  2. feat: gracefully downgrade without javascript

    Signed-off-by: Maud Royer <hello@maudroyer.fr>
    jillro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7e43ecb View commit details
    Browse the repository at this point in the history
  3. fix: no delay in display

    Signed-off-by: Maud Royer <hello@maudroyer.fr>
    jillro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fd6bee8 View commit details
    Browse the repository at this point in the history
  4. feat: only direct matching results in autocomplete

    Signed-off-by: Maud Royer <hello@maudroyer.fr>
    jillro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a7750c4 View commit details
    Browse the repository at this point in the history
  5. feat: add strict inclusion to search results

    Signed-off-by: Maud Royer <hello@maudroyer.fr>
    jillro committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    73fc042 View commit details
    Browse the repository at this point in the history