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>
Copilot
AI
changed the title
[WIP] 実行中のタスクの見積もり時間超過で音を鳴らす機能追加
feat: タスク見積もり時間超過時の音声・視覚通知
Jan 24, 2026
Owner
|
@copilot testを通るようにして。 |
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Contributor
Author
nannany
approved these changes
Jan 31, 2026
Owner
|
@copilot npx prettier --check "ui/**/*.{ts,tsx,js,jsx,json,md,yml}"これが通るように |
Co-authored-by: nannany <14943122+nannany@users.noreply.github.com>
Contributor
Author
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.
🔔 タスク見積もり時間超過時のサウンド通知機能
実行中のタスクが見積もり時間を超えたら音が鳴るようにする機能を実装しました。
✅ 実装完了項目
🎯 実装内容
1. サウンド通知
2. 視覚的フィードバック
animate-pulseクラスで点滅させて注意を促す3. テスト
以下のテストケースを追加:
📁 変更ファイル
ui/src/components/CurrentTaskFooter.tsx: メイン実装(+73行)ui/src/components/CurrentTaskFooter.test.tsx: テストコード追加(新規ファイル、93行)ui/tsconfig.json: テストファイルをビルドから除外ui/eslint.config.js: テストファイルをlintから除外ui/package-lock.json: 依存関係の更新🔧 技術的な詳細
hasPlayedSoundフラグで重複再生を防止、タスク変更時にリセット🧪 テスト結果
🔒 セキュリティ
🐛 修正した問題
global→globalThis+unknownキャスト)Note: この機能により、ユーザーはタスクの見積もり時間を超過した際に即座に気づくことができ、時間管理の精度が向上します。
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.