From 4cd59234e2421e3aab936953a910609dcb561eb3 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Sat, 5 Sep 2026 00:32:50 +0100 Subject: [PATCH] All tasks tab: match the new-card form layout used everywhere else Was the stacked .form pattern (visible "New card" label above a full-width input). Now .kanban__new, same as the kanban columns and sidebar inbox: compact field + placeholder/aria-label in place of the visible label, on one line with the icon button. Kept form--new-card for the border-top separator above it. Co-Authored-By: Claude Sonnet 5 --- web/src/views/ProjectView.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/web/src/views/ProjectView.vue b/web/src/views/ProjectView.vue index 205c3b2..d110af5 100644 --- a/web/src/views/ProjectView.vue +++ b/web/src/views/ProjectView.vue @@ -206,11 +206,16 @@ async function onCreateInColumn(column: Column) { /> -
- + +