subcategories and editing for tasks

This commit is contained in:
2026-02-10 19:31:57 +01:00
parent b2f26b66bb
commit 6902ff3373
7 changed files with 389 additions and 81 deletions

View File

@@ -55,7 +55,7 @@
<!-- Automatically use the task name as the session note -->
<input type="hidden" name="note" value="{{ task.name }}">
<button type="submit" class="btn" style="padding: 2px 8px; font-size: 0.8rem; background: #27ae60;" title="Start Timer for this Task">
Start
Start
</button>
</form>
{% endif %}