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

Refactor/polish code, UI and improve performance #256

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. Refactor/polish code, UI and improve performance

    - swap out text output field for text label
      - workaround observed performance issues with using the
        widget.Entry type for output text by using the widget.Label
        type and relying solely on the Copy to Clipboard button to
        retrieve decoded input text
    - refactor/cleanup code (doc comments, func names, organization)
    - move repeated text strings to constants
    - perform explicit garbage collection attempt when the Reset
      button is used
    - remove window resize constraint (allow user resizable window)
    atc0005 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    75ed36d View commit details
    Browse the repository at this point in the history