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

Various user interface improvements to the rollout dashboard #20

Merged
merged 7 commits into from
Aug 5, 2024

Commits on Aug 3, 2024

  1. Justify batches.

    It was annoying that every batch had a fixed size which did not correspond
    to the right edge of the container of the page.  With the additional property
    `flex-grow: 1`, batches grow proportionally (in the horizontal axis) so that
    they nicely fill the container, irrespective of the browser width.
    
    I will release this on Monday.
    DFINITYManu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8e32b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    081e376 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93cd65f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6ecd1 View commit details
    Browse the repository at this point in the history
  5. Also handle tabbing into a specific element by selecting the text and…

    … letting it be ready for copy.
    DFINITYManu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f2b333d View commit details
    Browse the repository at this point in the history
  6. Role textbox.

    DFINITYManu committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    dc893bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba39886 View commit details
    Browse the repository at this point in the history