chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-05-03 23:48:35 +02:00
parent 612e71a4b6
commit 511d20eb34
245 changed files with 43884 additions and 8661 deletions

View file

@ -60,7 +60,7 @@
style=" --tw-ring-color: rgb(0 0 0 / 0) !important;"
class="ml-1 w-full border-none px-0 outline-none"
on:keypress={(event) => {
if( event.key === "Enter"){
if (event.key === "Enter") {
dispatch("search")
event.preventDefault()
}