fix(mobile): WorkbenchSurfaceScreen 文本换行 + settings tab 短键重构 - #1755
Conversation
|
Warning Review limit reached
Next review available in: 6 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
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 |
…al-qa 大小写不敏感 - ScreenHeader description numberOfLines 1→2,避免长描述被截断 - WorkbenchSurfaceScreen SurfaceListRow/OverflowListRow subtitle numberOfLines 1→2 - WorkbenchSurfaceScreen PaneTabRail 显示阈值 >4→>3,4 个 pane 起即用 tab rail - settings tab 标签从长键(workspaceSettings/nativeDeviceCapabilities/identityAndSession) 换成短键(settingsTabWorkspace/settingsTabDevice/settingsTabIdentity),en+zh 双语 - visual-qa.mjs expectedText 匹配改 toLowerCase,消除大小写差异导致的假失败 Co-authored-by: Cursor <cursor@vectorcontrol.tech>
f06772b to
b43e214
Compare
Summary
numberOfLines1→2,避免长描述被截断numberOfLines1→2>4→>3,4 个 pane 起即用 tab railsettingsTabWorkspace/settingsTabDevice/settingsTabIdentity),en+zh 双语toLowerCase,消除大小写差异导致的假失败Test plan
tsc --noEmit -p tsconfig.json(mobile-rn)PASSfrontend-*checks