- Notifications
You must be signed in to change notification settings - Fork 2.3k
present: add support for full screen mode #31
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
base: master
Are you sure you want to change the base?
Conversation
This commit add the -fullscreen flag to enable full screen mode (default: false). When enabled all the slides except the current one are hidden. Fixes golang/go#12634 and golang/go#18299 Change-Id: Id2237aa938bdc7478e2072817e7abf2b7865dea8
| This PR (HEAD: 1c65b8c) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/#/c/tools/+/101956 to see it. Tip: You can toggle comments from me using the |
| Message from Gerrit Bot: Uploaded patch set 2: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Tobias Klauser: Patch Set 2: (3 comments) Thanks. Please see a few comments regarding the commit message format. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Gerrit Bot: Uploaded patch set 3: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Luca Corbo: Patch Set 3: (3 comments) I've updated the commit message format. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Tobias Klauser: Patch Set 3: Code-Review+1 (1 comment) One small nit, otherwise LGTM. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Luca Corbo: Patch Set 3: (1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Tobias Klauser: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| This would be super useful, can this be merged? |
88641d9 to db1ebf7 Compare 8185551 to dc03839 Compare * commit '1aec439977e8d7bd0d7927896da11a720aa3401c': move front ppt search app (cannot embedded into present, because vue should use static '/' but is already used by dirHandler finish web page of search ppt search page vue project setup: copy from atlas
| Whats holding this back? Would be nice to not have to zoom the browser every time i do a presentation... |
| Message from Gerrit User 19560: Patch Set 2: (3 comments) Thanks. Please see a few comments regarding the commit message format. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Gerrit User 26935: Patch Set 3: (3 comments) I've updated the commit message format. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Gerrit User 19560: Patch Set 3: Code-Review+1 (1 comment) One small nit, otherwise LGTM. Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Gerrit User 26935: Patch Set 3: (1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
| Message from Gerrit User 19560: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/101956. |
This pull request add the -fullscreen flag to enable full screen mode (default: false).
When enabled all the slides except the current one are hidden.
Fixes golang/go#12634
Fixes golang/go#18299