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

GUI rework #399

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Commits on Apr 29, 2022

  1. Fix error on Layer section and reduce information on one line per step.

    Instead of printing out multiple lines for some steps in Layer section,
    now its only printing one line while other informations can be found in
    Layer details. This change also provides fix for index out of bounds
    error when user scrolls through steps in Layer section and there exists
    at least one step with multi-line commands.
    lightsnowball authored and mark2185 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2030e74 View commit details
    Browse the repository at this point in the history
  2. Refactor the GUI layout

    The Details struct was split into two, LayerDetails and ImageDetails,
    Each of the three views (Layer, LayerDetails, ImageDetails) takes up
    a third of the available height of the screen, and they are all now
    selectable and scrollable.
    mark2185 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2aad87c View commit details
    Browse the repository at this point in the history