implemented task priorities

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-09-22 12:11:45 +02:00
parent 48deb1a91c
commit 97c395fb38
5 changed files with 87 additions and 7 deletions

View File

@@ -181,7 +181,7 @@
<span class="error">{error}</span>
{/if}
{#if task}
<div class="task grid2">
<div class={`task grid2 prio_${task.priority} p${Math.floor(task.priority/10)*10} p${task.priority % 10}`} >
{#if project}
<div>{t('project')}</div>
<div class="project">