-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small screen mode for palettes #34
Conversation
Thanks! I'm currently working on merging this with new global full-screen and small-screen handling |
thanks, no worries :) thank you for looking into this. Btw I can simplify the pr so it doesnt do the palette collapse feature if you want to. To me being able to have those quick access header buttons for easy access makes a huge difference already |
I've merged and published this now! Thanks for the PR! I made a bunch of improvements to palette layout that should make it a lot nicer to use on small screens. I've updated the example page so you can try it out there, it goes fullscreen automatically on small screens due to the |
thank you for working on this :) |
This PR introduces a new small screen mode for the GUI to make it easier to use on smartphones
When on small screen:
I also added palette toggle buttons that will show up in place of that giant Chickenpaint text when on small screens:
they do the same thing the palettes menu in the dropdown does but in a single click instead of three clicks. It would be nice if they get icons of course, for now they are using the mnemonic single letter.
(Tested on a Galaxy note 10 smartphone, does improve the drawing experience a lot as it makes the widgets get out of the way of the canvas as well as making them easier to quickly access and dismiss/close)
closes #32