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

Add button for printing secretkey backup sheet #1146

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    0cb3878 View commit details
    Browse the repository at this point in the history
  2. Add ipc for printing

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    cfe8534 View commit details
    Browse the repository at this point in the history
  3. Add cordova-plugin-printer

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    90cedc6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2e34e7 View commit details
    Browse the repository at this point in the history
  5. Remove blue stripe shown on top

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    49cef4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3b5a00 View commit details
    Browse the repository at this point in the history
  7. Add left margin on iOS

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    b240687 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d70c25a View commit details
    Browse the repository at this point in the history
  9. Fix print content on iOS cut off

    The problem is that only the content that is on-screen will be printed
    and if the phone is in portrait mode the qr codes are cut off because
    the layout is for landscape mode
    Adjusting the width works around this issue
    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c3fedef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    16dea51 View commit details
    Browse the repository at this point in the history
  11. Add Solar icon

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    64d1ec8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    597ac16 View commit details
    Browse the repository at this point in the history
  13. Reduce min height of header card in export view

    This will align the printed content more at the center of the paper
    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    1e0fca7 View commit details
    Browse the repository at this point in the history
  14. Replace hard-coded strings

    ebma committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    e80fbc8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bde36e4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8fd69cb View commit details
    Browse the repository at this point in the history