feat : added zoom controls to the editor - #499
Conversation
|
Warning Review limit reached
Next review available in: 12 minutes Limit details: You’ve used the included review currently available. 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 within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI 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 |
K1mmyn
left a comment
There was a problem hiding this comment.
too much claude code hazik.
there is a bug when you zoom in, you can't scroll left only right. this is because the scrollbar can only generate positive scroll values so when youre doing justify center and align items center and overflow hidden, when canvas becomes too big and you want to scroll side to side it can't because you aren't able to scoll to negative values (scroll left)
Simple fix is do justify item: safe center and align item safe center. this will prevent this scroll loss effect.
you also might want to change how much zoom is for one click. google slides does every click it double and also allows any value you want ie 69 or 420. You're basically 90% of the way there so might aswell
Issue
There were no zoom controls before
Solution
Added zoom controls

Risk
might mess with layout perhaps maybe
Checklist