-
Notifications
You must be signed in to change notification settings - Fork 0
Dimensions checkbox #71
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: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -48,6 +48,7 @@ | |
| <div class="form-check"><input class="form-check-input" type="checkbox" value="" id="gravity" /> <label class="form-check-label" for="gravity">Gravity</label></div> | ||
| </form> | ||
| </div> | ||
| <div id="grid"></div> | ||
| <div class="tab-pane" id="images"> | ||
| <form> | ||
| <div class="form-group"><label for="newImageForm">Add an Image</label> | ||
|
|
@@ -83,6 +84,7 @@ | |
| <li class="active"><a href="#game" data-toggle="tab" role="tab" aria-controls="home" aria-selected="true">Game</a></li> | ||
| <div class="btn-group action-buttons"> | ||
| <button id="fullscreen" type="button" class="btn btn-default fullscreenbutton">Full Screen</button> | ||
| <button class="form-check"><input class="form-check-input" type="checkbox" value="" id="Grid" /> <label class="form-check-label" for="Grid">Grid</label></button> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool. Looks good to me. This is a good spot. We are using bootstrap 3 (maybe we should update to bootstrap 5), but if you want to do anymore styling checkout the bootstrap docs: https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios |
||
| <button id="new-name" type="button" class="btn btn-default">New Url</button> | ||
| <button id="QR" type="button" class="qr btn btn-default" data-toggle="modal" data-target="#QRModal">QR</button> | ||
| </div> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. I think the other option is writing over the canvas directly. THis might a be moire tricky to make it stable, but I think is a better move over all