Skip to content

fix(desktop): Agent Manager の タスク/スケジュール タブの UI 統一 (#222)#225

Merged
MocA-Love merged 1 commit intomainfrom
magenta-spectroscope
Apr 16, 2026
Merged

fix(desktop): Agent Manager の タスク/スケジュール タブの UI 統一 (#222)#225
MocA-Love merged 1 commit intomainfrom
magenta-spectroscope

Conversation

@MocA-Love
Copy link
Copy Markdown
Owner

概要

Closes #222

Agent Manager 左サイドバーの「タスク」タブと「スケジュール」タブの UI を揃え、新しい TODO の作成を Agent Manager 内のインライン表示ではなく Dialog で開くように変更しました。

変更点

  • スケジュールタブに検索機能を追加: 名前 / TODO タイトル / プロジェクト / ワークスペース でフィルタできる検索欄をリストの上に追加。
  • タスクタブに「新規」ボタンを追加: スケジュールと同じ行(件数表示 + 新規ボタン)をリストの上に追加し、両タブで同じレイアウトに統一。
  • TODO Composer を Dialog 化: 右上の「新しい TODO」ボタンと、追加した「新規」ボタンの両方から、Agent Manager 内ではなく独立した Dialog として Composer が開くように変更(スケジュール編集 Dialog と同じ振る舞い)。
  • 空状態メッセージの文言を「右上の『新しい TODO』」から「『新規』」に更新。

スクリーンショット / 動作確認観点

  • タスクタブ / スケジュールタブで、件数 + 新規ボタン + 検索欄 の並びが一致していること
  • 「新しい TODO」「タスクタブの新規」両方のボタンが Dialog で Composer を開くこと
  • スケジュールタブの検索欄で絞り込みが正しく動作すること
  • 既存の右カラム(変更パネル)・セッション詳細の表示は変わらないこと

補足

  • Composer 本体 (TodoComposer) のロジックには手を入れず、描画先だけを変更しました。
  • composerOpen state は残したまま、インライン分岐を削除して Dialog でラップする形に変更。
  • onRequestNewTodo prop(未使用の下線付き受け取り)も変更なし。

- スケジュールタブに検索機能を追加
- タスクタブにスケジュールと同じ形式の「新規」ボタンを追加
- 「新しい TODO」押下時の Composer をインライン表示から Dialog 表示に変更
@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Repo admins can enable using credits for code reviews in their settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 16, 2026

Warning

Rate limit exceeded

@MocA-Love has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 27 minutes and 53 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 27 minutes and 53 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 53e69972-b8af-423e-ac44-9fad91629b2f

📥 Commits

Reviewing files that changed from the base of the PR and between 8c082df and 6c51d3e.

📒 Files selected for processing (2)
  • apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/SchedulesSection.tsx
  • apps/desktop/src/renderer/features/todo-agent/TodoManager/TodoManager.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch magenta-spectroscope

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@MocA-Love
Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@MocA-Love MocA-Love self-assigned this Apr 16, 2026
@MocA-Love MocA-Love merged commit 7d04fe3 into main Apr 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] Agent ManagerのUIに関して

1 participant