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

Use ratatui instead of tui-rs for the terminal UI #505

Merged
merged 4 commits into from
Aug 25, 2024

Commits on Aug 19, 2024

  1. Use ratatui instead of tui-rs for the terminal UI

    Ratatui is a maintained fork of tui-rs. See https://ratatui.rs/ for more
    information.
    
    Changes the backend to use crossterm instead of termion. This makes it
    possible to use the terminal UI on Windows.
    joshka committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d9196a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add matrix setting to test MSRV distinct from Rust-toolchain

    The rust-toolchain.toml config sets the version used to compile as 1.74,
    while the MSRV for the rest of the workspace is 1.70. This is to allow
    metrics-observer to build, as it requires 1.74.
    
    This commit adds a matrix setting to the CI workflow to allow testing
    the MSRV separately from the rest of the workspace, and some additional
    documentation to explain the discrepancy.
    joshka committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    56f3a97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    649a1e6 View commit details
    Browse the repository at this point in the history
  3. fix: clippy lint

    joshka committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    83e226f View commit details
    Browse the repository at this point in the history