-
Notifications
You must be signed in to change notification settings - Fork 0
feat: タスク中断ボタンの実装 #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
|
@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>
Prettierフォーマットチェックに対応しました(コミット: 2f7b6a1, 2d2de32) 変更内容:
|
タスク中断ボタン機能の実装 ✅
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.