Merge branch 'accounting' into dev
Build Docker Image / Docker-Build (push) Successful in 2m26s
Build Docker Image / Clean-Registry (push) Successful in 6s

This commit is contained in:
2026-04-22 08:38:09 +02:00
4 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@
<span>
<input type="text" bind:value={candidate.display} {onkeyup} autofocus={autofocus} />
{#if candidates && candidates.length > 0}
<select bind:value={selected} {ondblclick} multiple tabindex="-1">
<select bind:value={selected} {ondblclick} multiple tabindex="-1" class="autocomplete" size={Math.min(candidates.length,10)}>
{#each candidates as candidate,i}
<option value={i}>{candidate.display}</option>
{/each}
+9 -1
View File
@@ -275,7 +275,7 @@ textarea{
.account .sums{
position: sticky;
bottom: 0;
z-index: 100;
z-index: 60;
}
.taglist .editor > span{
@@ -426,6 +426,10 @@ a.wikilink{
display: block;
}
select.autocomplete{
z-index: 100;
}
.grid2{
display: grid;
grid-template-columns: 230px auto;
@@ -442,6 +446,10 @@ a.wikilink{
grid-template-columns: [left] 1fr [first] 1fr [second] 1fr [right]
}
.stock.grid3{
grid-template-columns: [left] 1fr [first] 1fr [second] 2fr [right]
}
.grid3 .locations {
grid-row-end: span 3;
}
+5 -1
View File
@@ -368,7 +368,7 @@ textarea{
.account .sums{
position: sticky;
bottom: 0;
z-index: 100;
z-index: 60;
}
.taglist .editor > span{
@@ -529,6 +529,10 @@ a.wikilink{
display: block;
}
select.autocomplete{
z-index: 100;
}
.grid2{
display: grid;
grid-template-columns: 230px auto;
+5 -1
View File
@@ -368,7 +368,7 @@ textarea{
.account .sums{
position: sticky;
bottom: 0;
z-index: 100;
z-index: 60;
}
.taglist .editor > span{
@@ -519,6 +519,10 @@ a.wikilink{
display: block;
}
select.autocomplete{
z-index: 100;
}
.grid2{
display: grid;
grid-template-columns: 230px auto;