fix(desktop): Agent Manager の タスク/スケジュール タブの UI 統一 (#222)#225
Conversation
- スケジュールタブに検索機能を追加 - タスクタブにスケジュールと同じ形式の「新規」ボタンを追加 - 「新しい TODO」押下時の Composer をインライン表示から Dialog 表示に変更
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Warning Rate limit exceeded
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 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 configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
概要
Closes #222
Agent Manager 左サイドバーの「タスク」タブと「スケジュール」タブの UI を揃え、新しい TODO の作成を Agent Manager 内のインライン表示ではなく Dialog で開くように変更しました。
変更点
スクリーンショット / 動作確認観点
補足
TodoComposer) のロジックには手を入れず、描画先だけを変更しました。composerOpenstate は残したまま、インライン分岐を削除して Dialog でラップする形に変更。onRequestNewTodoprop(未使用の下線付き受け取り)も変更なし。