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

style: make component formatting more standard #64

Merged
merged 13 commits into from
Jul 14, 2024
Merged

style: make component formatting more standard #64

merged 13 commits into from
Jul 14, 2024

Commits on Jul 14, 2024

  1. style: make component formatting more standard

    - Reformat everything to 4 spaces and 100 characters per line
    - Remove the rust-toolchain.toml file
    - Remove the .rustfmt.toml file which had many unstable options
    - hard code the crossterm_io to use stdout instead of making this an
      option. Users can change this easily if they want to use stderr, and
      not prompting for it simplifies the template
    joshka committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    99f7d5c View commit details
    Browse the repository at this point in the history
  2. refactor: stylistic changes to FpsCounter

    Updated the default FPS CLI args to match the defaults in the app
    joshka committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    831b181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1e2ad7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f2070f View commit details
    Browse the repository at this point in the history
  5. refactor: smaller app methods

    joshka committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c91cff9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bdffff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a940a7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2298c50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    530ea7c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    642b2c9 View commit details
    Browse the repository at this point in the history
  11. refactor(config,tui): reenable allow dead code lint for

    The unused code is useful to keep here
    joshka committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    90242e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bee6509 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    faccd16 View commit details
    Browse the repository at this point in the history