From a8c27f5752ec84eecfa0efa25d432d1ae5bd9e57 Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 22 Jul 2026 16:55:28 +0900 Subject: [PATCH] fix: remove console composer click shell --- .yoi/tickets/00001KY1ZKCPC/item.md | 2 +- .yoi/tickets/00001KY1ZKCPC/thread.md | 39 +++++++++++++++++++ .../console/worker-console.ui.test.ts | 6 ++- .../workers/[workerId]/console/+page.svelte | 28 ++++++------- 4 files changed, 55 insertions(+), 20 deletions(-) diff --git a/.yoi/tickets/00001KY1ZKCPC/item.md b/.yoi/tickets/00001KY1ZKCPC/item.md index 0c8f24ab..d13e1440 100644 --- a/.yoi/tickets/00001KY1ZKCPC/item.md +++ b/.yoi/tickets/00001KY1ZKCPC/item.md @@ -2,7 +2,7 @@ title: 'Backend runtime経由の操作をprotocol transportへ統一しTUI同等にする' state: 'planning' created_at: '2026-07-21T09:20:07Z' -updated_at: '2026-07-22T07:23:32Z' +updated_at: '2026-07-22T07:55:21Z' assignee: null readiness: 'draft' --- diff --git a/.yoi/tickets/00001KY1ZKCPC/thread.md b/.yoi/tickets/00001KY1ZKCPC/thread.md index e6ad3558..c37e74f2 100644 --- a/.yoi/tickets/00001KY1ZKCPC/thread.md +++ b/.yoi/tickets/00001KY1ZKCPC/thread.md @@ -463,3 +463,42 @@ Verification: - `git diff --check` --- + + + +## Comment + +Requested Web Console composer a11y/focus refactor before implementation: + +- Requirement: clicking anywhere in the composer input surface except the button should focus the textarea. +- Preferred structure: do not add `role="button"` to a layout `
` and do not wrap the send button in a `