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

Vertical alignment #108

Merged
merged 10 commits into from
Apr 5, 2021
Merged

Vertical alignment #108

merged 10 commits into from
Apr 5, 2021

Commits on Sep 9, 2019

  1. Make sections more clear

    l3nn4rt committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    4680178 View commit details
    Browse the repository at this point in the history
  2. Add a box for each metric (download, upload and sum) and a superbox

    The new boxes are:
    - `this._download_box`: contains all download section items
    - `this._upload_box`: contains all upload section items
    - `this._sum_box`: contains all sum (download+upload) section items
    - `this._metrics_box`: contains all the previous ones
    
    The new tree layout is:
    
    - box
        - metrics_box
            - download_box
                - down
                - downunit
                - downicon
            - upload_box
                - up
                - upunit
                - upicon
            - sumbox
                - sum
                - sumunit
        - icon_box
            - icon
    l3nn4rt committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    17575de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    372c33b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    c1d2405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12c31a View commit details
    Browse the repository at this point in the history
  3. Update it translation

    l3nn4rt committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    27e2567 View commit details
    Browse the repository at this point in the history
  4. Reduce two-rows style to stay within panel height

    This style should work with the default panel;
    it may produce artifacts with shell themes or
    extensions which change the panel (e.g. DashToPanel)
    l3nn4rt committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0597183 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Center metrics box on panel

    l3nn4rt committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    9f55d96 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    6a95b65 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Configuration menu
    Copy the full SHA
    04400c8 View commit details
    Browse the repository at this point in the history