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

core/ui: Improve semantics of layout functions #1731

Merged
merged 9 commits into from Jul 26, 2021
Merged

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    b79a50a View commit details
    Browse the repository at this point in the history
  2. refactor(core/ui): replace confirm_hex, clarify API

    Truncation options were removed.
    
    Subtitle distinct from description was removed.
    
    confirm_hex was replaced by confirm_blob. You should use confirm_blob
    when displaying data that is not human readable and can be broken at any
    character.
    
    Also it is now possible to pass bytes, which are automatically converted
    to hex.
    
    For displaying addresses, a separate confirm_address is introduced,
    which simply delegates to confirm_blob, but has a more limited
    signature.
    
    Analogously, there is confirm_text for text data (should maybe be used
    in many places where we currently use confirm_metadata) and a
    specialized confirm_amount.
    matejcik committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    bee3b82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbdfabc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38b7b3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a42be68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b91fd72 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    949a545 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18a4b95 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d10eb6 View commit details
    Browse the repository at this point in the history