Skip to content
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

demo: auto-resize and other tweaks #4695

Merged
merged 6 commits into from
Aug 20, 2023
Merged

demo: auto-resize and other tweaks #4695

merged 6 commits into from
Aug 20, 2023

Commits on Aug 18, 2023

  1. Some html/css cleanps in demo

    * id="grid" should be id="class" (since "grid" is not unique in the document).
    * Remove space after 'id=' (multiple places).
    * Group 3 texture-atlas elements in new <div class="texture-atlas-container">.
    PerBothner committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6e39d03 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Styling tweaks for demo

    * Make terminal take 2/3 of the width, and the options etc get 1/3
    * Remove options height limit, which could lead to annoying nested
      verical scroll regions.  (An inner region for the options inside a
      scrollable viewport.)
    PerBothner committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e2d699c View commit details
    Browse the repository at this point in the history
  2. implement autoResize for terminal in demo

    This is optional (but the default): You can still explicitly set COLSxROWS,
    but "auto" uses a ResizeObserver sets the size based on window size.
    PerBothner committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    025e850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a20599e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    6021e6c View commit details
    Browse the repository at this point in the history
  2. Remove unused variable

    Tyriar committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    1529e0b View commit details
    Browse the repository at this point in the history