quadratic
quadratic copied to clipboard
Scroll Bars
"One suggestion is just purely UI, it’s hard to pan… i.e. move around the spreadsheet at least on my browser (google chrome). I’m not sure what solution is best, but a simple scrollbar could work, or using arrow keys, left, right, up down."
Suggestion from user feedback.
Maybe add a spacebar (or a modifier key) + mouse drag to move the spreadsheet similar to Figma works?
@davidfig Is there an existing control for this in pixi-viewport? Something we could very easily just turn on?
I've noticed that control+scroll does zoom in viewport which is pretty cool, and how Figma works.
drag.options.keyToPress was added by a contributor. I haven't used it yet, but it's worth trying. If it doesn't work, it's pretty easy to implement.
Are there any plans for the right mouse button? Clicking and dragging with it could be nifty
Scrolling works really well with a touchpad btw
@deshumake right click plan is a context menu. Holding a key + click and drag would be great as discussed above.
I was meaning dragging the right click, or is that going to be the context menu you were talking about? If I remember correctly, I believe that's what unity uses to pan, and I thought it was pretty intuitive
Ah. Right click for context menu. Right click and drag for movement.
Seems worth trying out!
On Mon, Nov 7, 2022 at 9:02 PM deshumake @.***> wrote:
I was meaning dragging the right click, or is that going to be the context menu you were talking about? If I remember correctly, I believe that's what unity uses to pan, and I thought it was pretty intuitive
— Reply to this email directly, view it on GitHub https://github.com/quadratichq/quadratic/issues/135#issuecomment-1306636636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2RO7IXZEKRIHIIZUF5EPTWHHNERANCNFSM6AAAAAARBXI4K4 . You are receiving this because you authored the thread.Message ID: @.***>
Spacebar and drag (like Figma and other apps do) has been implemented. Closing this issue.