fix: mobile sidebar - #6760
Merged
Merged
Conversation
Contributor
WalkthroughThe sidebar mobile sheet now accepts pointer events. Menu tooltips now render only for collapsed, non-mobile sidebars. Mobile navigation links disable route preloading while preserving sidebar close behavior. ChangesSidebar navigation
Estimated code review effort: 2 (Simple) | ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
seefs001
marked this pull request as ready for review
August 11, 2026 05:50
0401lucky
pushed a commit
to 0401lucky/new-api
that referenced
this pull request
Aug 16, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed
junjundesk
pushed a commit
to junjundesk/new-api
that referenced
this pull request
Aug 17, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed
DayFliggy
pushed a commit
to DayFliggy/Ren2Hub
that referenced
this pull request
Aug 17, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed Upstream-Commit: 4eaeefb
330079598
pushed a commit
to 330079598/new-api
that referenced
this pull request
Aug 19, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed
biubiubiu125
pushed a commit
to biubiubiu125/newapi
that referenced
this pull request
Aug 29, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed
salem-2007
added a commit
to salem-2007/new-api
that referenced
this pull request
Sep 10, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed
MAakber
pushed a commit
to MAakber/new-api
that referenced
this pull request
Sep 11, 2026
* fix: mobile sidebar * fix(web): prevent iOS sidebar taps from being swallowed (cherry picked from commit 4eaeefb)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Important
📝 变更描述 / Description
(简述:做了什么?为什么这样改能生效?请基于你对代码逻辑的理解来写,避免粘贴未经整理的内容)
移动端不渲染base ui的Tooltip
Sheet 内容提升为
z-60,明确位于z-50遮罩层之上移动端侧栏链接现在禁用触摸意图预加载
(GPT-5.6-SOL给的排查和建议 )
🚀 变更类型 / Type of change
🔗 关联任务 / Related Issue
✅ 提交前检查项 / Checklist
Bug fix,我已提交或关联对应 Issue,且不会将设计取舍、预期不一致或理解偏差直接归类为 bug。📸 运行证明 / Proof of Work
(请在此粘贴截图、关键日志或测试报告,以证明变更生效)
Summary by CodeRabbit
Bug Fixes
Performance