feat: add search and sort feature
All checks were successful
/ deploy_site (push) Successful in 2m18s

This commit is contained in:
2025-01-15 20:53:34 +09:00
parent 1bd5a5bac3
commit f6e86cb4bc
11 changed files with 584 additions and 198 deletions

9
views/style.ejs Normal file
View File

@ -0,0 +1,9 @@
<style>
#autocompleteSuggestions {
z-index: 1000;
}
#autocompleteSuggestions li {
list-style: none;
}
</style>