Conversation
モーダルの開閉でカレンダーが隠れるのが不便なため、実績まわりを右ペイン(GitHubPane)に一本化。 カレンダーを見ながら記録・履歴・タイマーを扱えるようにする(ユーザー要望)。 - GitHubPane に集約: 実行中タイマー(⏹)/ 作業キュー(▶ + カレンダーへのドラッグ予定化は維持)/ 実績を手動で記録 / 実績履歴(issue単位グループ・合計・インライン編集・削除)/ 詳細レポート導線 - WorkLogModal.tsx/.css を削除、App の workLogModalOpen を撤去 - docked 幅 340px → 420px。全セクションをアコーディオン化(実行中・キューは既定開、 記録・履歴は既定閉)。畳んでいる間は children を unmount するので repo 一覧/issue タイトルの 取得は開いたときだけ走る(モーダル時代より通信減) - 420px 向けにフォームを1列縦積み、履歴見出しを2段、行を縦積みに再レイアウト - ヘッダー「実績」ボタンをペイン開閉トグルに変更(aria-expanded、表示条件は me.github に整合) - 詳細レポート(予定 vs 実績)は表が横広なためモーダルのまま維持 web 688 tests, typecheck/build clean。純ロジック層(workLogEntry/workLogGrouping/openIntervals)は無変更。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HGESE2zBNzoW8MYvtEySBQ
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.
モーダル開閉でカレンダーが隠れる不便を解消。実績まわり(タイマー/手動記録/履歴/編集)を右ペインに一本化し、WorkLogModal を廃止。
web 688 tests / typecheck / build clean。
🤖 Generated with Claude Code
https://claude.ai/code/session_01HGESE2zBNzoW8MYvtEySBQ