BillyBlaze / OctoPrint-TouchUI

A touch friendly interface for a small TFT module or phone
https://billyblaze.github.io/OctoPrint-TouchUI/
GNU Affero General Public License v3.0
274 stars 92 forks source link

:sparkles: Added "#touch-temp" hash flag #510

Closed EzeKoren closed 3 years ago

EzeKoren commented 3 years ago

This flag boots into TouchUI without toggling the flag in localstorage

EzeKoren commented 3 years ago

I believe this very simple feature is very useful for those who use browsers with side panels, like Vivaldi. That way you can have a TouchUI tab and a regular Octoprint tab in the same browser

BillyBlaze commented 3 years ago

Hi @EzeKoren, thanks for the pull request. I have no problem merging this, however touchui.bundled.js is a generated file. So your changes will disappear. Can you do your changes in the following files:

EzeKoren commented 3 years ago

Absolutely! Thank you for considering this change and I look forward to seeing it on a future release

EzeKoren commented 3 years ago

And done! Would you prefer that I rollback the changes I did to the bundled file so you can run the compiler?

BillyBlaze commented 3 years ago

Thank you for your contribution.

And nah, the changes in bundled are ok, this way anyone who installs the maintenance branch will see your changes.