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

Change error displaying and add colors! #490

Closed
wants to merge 3 commits into from

Commits on Mar 1, 2024

  1. Change error displaying (colors!)

    - For each file, the "OK!" and "Error!" are changed
      to [OK] and [KO] and moved to the left of the
      file names.
    - The [OK] are green and the [KO] are red.
    - If there is a "Notice:" for a file,
      the [OK] becomes yellow.
    mcolonna committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e4aa1a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Change code structure (property colorful_status)

    mcolonna committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    aa1bbe9 View commit details
    Browse the repository at this point in the history
  2. fix flake8 error

    mcolonna committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b46f610 View commit details
    Browse the repository at this point in the history