Merge branch 'module/poll' into dev
All checks were successful
Build Docker Image / Docker-Build (push) Successful in 2m18s
Build Docker Image / Clean-Registry (push) Successful in -6s

This commit is contained in:
2026-03-10 09:36:48 +01:00
6 changed files with 54 additions and 4 deletions

View File

@@ -72,7 +72,7 @@
</td>
<td class="histogram">
{#each Object.entries(hist).sort((a,b) => a[0] - b[0]) as [weight,count]}
<span style="height: {100*count/max_val(hist)}%">
<span style="height: {100*count/max_val(hist)}%" title={t('voted {count} times',{count:count})}>
<span>{weight}</span>
</span>
{/each}