feat(board): edit task deadlines

This commit is contained in:
aj
2026-08-13 16:48:44 -04:00
parent 5c90a6dd76
commit 48a749fde3
5 changed files with 158 additions and 2 deletions
@@ -8,4 +8,10 @@
placeholder="New task..."
class="input"
autocomplete="off" />
<label for="new-task-deadline" class="sr-only">Deadline</label>
<input id="new-task-deadline"
type="datetime-local"
name="dueAt"
class="input"
aria-label="Deadline" />
</form>