Skip to content

Release: mobile branch dropdown overflow fix (#885)#887

Merged
jaylfc merged 3 commits into
masterfrom
dev
Jun 14, 2026
Merged

Release: mobile branch dropdown overflow fix (#885)#887
jaylfc merged 3 commits into
masterfrom
dev

Conversation

@jaylfc

@jaylfc jaylfc commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Promotes the mobile Settings branch-dropdown overflow fix (#885) plus a status doc update from dev to master so all users get it.

CI already green on dev.

jaylfc added 3 commits June 14, 2026 12:26
The branch <select> had no width constraint and its flex column lacked min-w-0,
so a long branch name (e.g. a feature branch) made the native select balloon
past the right edge on mobile. Now the row stacks on mobile (flex-col sm:flex-row),
the column shrinks (min-w-0 flex-1), and the select fills it (w-full min-w-0
max-w-full).
fix(settings): branch dropdown overflows the mobile viewport
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jaylfc, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 14 minutes and 14 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ae45ba1b-ea88-4edd-a001-622d675c5964

📥 Commits

Reviewing files that changed from the base of the PR and between c9c5b0c and d5c089e.

📒 Files selected for processing (2)
  • desktop/src/apps/SettingsApp/UpdatesPanel.tsx
  • docs/STATUS.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

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.

@jaylfc jaylfc merged commit 51837be into master Jun 14, 2026
14 checks passed
@github-actions

Copy link
Copy Markdown

👋 Thanks for the PR! This one targets master, which is our
stable branch (it's what live installs track). Please retarget it to
dev — click Edit next to the PR title and change the base
branch dropdown from master to dev. Your commits and any review
carry over, nothing is lost.

See CONTRIBUTING.md for the branch model.

@github-project-automation github-project-automation Bot moved this from Todo to Done in TinyAgentOS Roadmap Jun 14, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jun 14, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (2 files)
  • desktop/src/apps/SettingsApp/UpdatesPanel.tsx
  • docs/STATUS.md

Reviewed by nex-n2-pro:free · 537,758 tokens

jaylfc added a commit that referenced this pull request Jun 14, 2026
- branch tips: master=51837bed (#887 released #885), dev=d5c089e9
- open PRs: #884 (agent image-gen, review fixes baking), #886 (rkllama
  store fix #844, off origin/dev), #876 (deps); #885 merged dev->master
- record the #844/#884 fix details and the catalog-manifest debt note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant