Skip to content

fix(desktop): スケジュール作成ダイアログの横幅を広げる (#215)#218

Merged
MocA-Love merged 1 commit intomainfrom
fix/215-schedule-dialog-width
Apr 16, 2026
Merged

fix(desktop): スケジュール作成ダイアログの横幅を広げる (#215)#218
MocA-Love merged 1 commit intomainfrom
fix/215-schedule-dialog-width

Conversation

@MocA-Love
Copy link
Copy Markdown
Owner

Summary

  • スケジュール作成/編集ダイアログの DialogContentmax-w-2xl (672px) から max-w-5xl (1024px) に拡大
  • 小画面での見切れ防止に w-[92vw] を併用
  • 2カラムレイアウトの各列がフォーム入力・textarea に十分な幅を確保できるようにする

Closes #215

Screenshot

Before: max-w-2xl (672px) — 2カラム時に入力欄が狭く窮屈
After: max-w-5xl (1024px, 画面が狭ければ92vw) — 余裕を持って入力できる

Test plan

  • アプリ起動後、TODOスケジュール管理からダイアログを開き横幅が広がっていること
  • ウィンドウを縮めたときにもダイアログがはみ出ないこと(92vw で追従)
  • 既存のフォーム挙動・保存動作が変わらないこと

max-w-2xl (672px) から max-w-5xl (1024px) に拡大し、狭い画面にも対応できるよう w-[92vw] を併用。
2カラムレイアウトの各列がフォーム入力に十分な幅を確保できるようにする。
@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 8 minutes and 19 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 8 minutes and 19 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: 9e028309-50f5-4273-a6e9-33f2f2ffe41f

📥 Commits

Reviewing files that changed from the base of the PR and between 8c082df and 47b90f7.

📒 Files selected for processing (1)
  • apps/desktop/src/renderer/features/todo-agent/TodoManager/SchedulesSection/components/ScheduleEditorDialog/ScheduleEditorDialog.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/215-schedule-dialog-width

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 MocA-Love self-assigned this Apr 16, 2026
@MocA-Love MocA-Love merged commit 9e7fb89 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] スケジュール作成のダイアログのUIが乱れている

1 participant