improving gui details

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-07-27 14:02:23 +02:00
parent be594b3d8f
commit 65102df091
2 changed files with 17 additions and 3 deletions

View File

@@ -128,10 +128,13 @@
<table class="project">
<tbody>
<tr>
<th>{t('project')}</th>
<th>
{t('project')}
<button onclick={kanban}>{t('show_kanban')}</button>
</th>
<td class="name">
<LineEditor bind:value={project.name} editable={true} onSet={val => update({name:val})} />
<button class="symbol" onclick={toggleSettings}></button>
<button onclick={toggleSettings}><span class="symbol"></span> {t('settings')}</button>
</td>
</tr>
<tr>
@@ -191,7 +194,6 @@
<th>
{t('tasks')}
<button onclick={addTask}>{t('add_task')}</button>
<button onclick={kanban}>{t('show_kanban')}</button>
</th>
<td class="tasks">
{#if tasks}