Compare commits
2 Commits
9472577d5e
...
4a539638f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a539638f8 | ||
|
|
09a0c9bba9 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
*.out
|
*.out
|
||||||
|
|
||||||
# Dependency directories (remove the comment below to include it)
|
# Dependency directories (remove the comment below to include it)
|
||||||
# vendor/
|
# vendor/
|
||||||
|
|
||||||
@@ -40,7 +39,7 @@ go.work
|
|||||||
!*.css
|
!*.css
|
||||||
!go.sum
|
!go.sum
|
||||||
!go.mod
|
!go.mod
|
||||||
!*.sql
|
#!*.sql
|
||||||
|
|
||||||
!README.md
|
!README.md
|
||||||
!LICENSE
|
!LICENSE
|
||||||
|
|||||||
@@ -174,6 +174,7 @@
|
|||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<InputField
|
<InputField
|
||||||
name="search"
|
name="search"
|
||||||
|
bind:value={searchTerm}
|
||||||
placeholder={$t('placeholder.search')}
|
placeholder={$t('placeholder.search')}
|
||||||
backgroundColor="--base"
|
backgroundColor="--base"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user