-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify and tidy up HTML in index.html (#1586)
Part of #728, follow up of #1583. Non-functional refactoring. #1583 left a stray `<div>` in the `index.html` file, which doesn’t serve any purpose anymore. This PR removes the `<div>`, and lifts up the `<remote-screen>` and `<on-screen-keyboard>` components. That doesn’t have any actual effect, as all HTML elements are positioned absolutely anyway, but to me it makes for a slightly more intuitive code structure: i.e., we instantiate the basic elements in the order in which they appear on the screen, and have all dialog elements underneath. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1586"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
- Loading branch information
1 parent
aa80dbd
commit 7222d29
Showing
1 changed file
with
33 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters