Compare commits

..

2 Commits

Author SHA1 Message Date
Alex
4a539638f8 .gitignore 2025-02-19 17:33:06 +01:00
Alex
09a0c9bba9 how did this disappear? ;) 2025-02-19 17:32:52 +01:00
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View File

@@ -14,7 +14,6 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
@@ -40,7 +39,7 @@ go.work
!*.css
!go.sum
!go.mod
!*.sql
#!*.sql
!README.md
!LICENSE

View File

@@ -174,6 +174,7 @@
<div class="title-container">
<InputField
name="search"
bind:value={searchTerm}
placeholder={$t('placeholder.search')}
backgroundColor="--base"
/>