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

fix(deps): update rust crate ratatui to 0.27.0 #536

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    315ac38 View commit details
    Browse the repository at this point in the history
  2. fix(ui): Update crossterm usage to ratatui's crossterm

    This commit updates the usage of crossterm to the version provided by
    ratatui 0.27.0. The change is made across multiple files in the project.
    This update ensures consistency as ratatui is already being used for
    other functionalities in the project.
    sarub0b0 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a9bcfce View commit details
    Browse the repository at this point in the history
  3. fix(ui): Simplify generate_spans_line generation and tests

    This commit simplifies the generation of spans_lines in the
    `generate_spans_line` function by directly returning an empty string
    when the line is empty, instead of styling an empty string.
    sarub0b0 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    30e4b09 View commit details
    Browse the repository at this point in the history