Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add interrupt button to manage tasks
feat: タスク中断ボタンの実装
Jan 7, 2026
Owner
|
@copilot |
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Contributor
Author
Owner
|
@copilot npx prettier --check "ui/**/*.{ts,tsx,js,jsx,json,md,yml}"で警告されないようにして |
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Contributor
Author
Prettierフォーマットチェックに対応しました(コミット: 2f7b6a1, 2d2de32) 変更内容:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
タスク中断ボタン機能の実装 ✅
handlePauseTaskアクションを追加実装概要
主な機能
変更されたファイル
ui/src/hooks/useTaskActions.ts- 中断ロジック実装ui/src/contexts/TaskContext.tsx- 型定義追加ui/src/components/task/SortableTask.tsx- タスクカードUI実装ui/src/components/CurrentTaskFooter.tsx- フッターUI実装ui/src/pages/TaskList/TaskList.tsx- フッターにhandlePauseTask渡しui/src/hooks/useTaskActions.test.ts- テスト追加(新規)ui/.prettierignore- ビルド成果物を除外(新規)ui/.gitignore- dist/フォルダを除外品質指標
npx prettier --check "ui/**/*.{ts,tsx,js,jsx,json,md,yml}")Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.