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

feat(qrcodemodel): Always include the content URI to the output #407

Merged
merged 2 commits into from
Jul 3, 2024

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Jul 2, 2024

In some cases (e.g. small terminals, tty's) the qrcode is not properly
rendered or is not fully visible, so make the URI to be always written
so that it can be used also without a qrcode scanner

UDENG-3324

@3v1n0 3v1n0 requested a review from a team as a code owner July 2, 2024 16:44
@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.33%. Comparing base (dd7d4ce) to head (94abab8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #407      +/-   ##
==========================================
- Coverage   84.42%   84.33%   -0.10%     
==========================================
  Files          77       77              
  Lines        6691     6696       +5     
  Branches       75       75              
==========================================
- Hits         5649     5647       -2     
- Misses        730      733       +3     
- Partials      312      316       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3v1n0 3v1n0 changed the title qrcodemodel: Always include the content URI to the output feat(qrcodemodel): Always include the content URI to the output Jul 2, 2024
@3v1n0
Copy link
Collaborator Author

3v1n0 commented Jul 3, 2024

Rebasing this to handle conflicts...

3v1n0 added 2 commits July 3, 2024 10:12
In some cases (e.g. small terminals, tty's) the qrcode is not properly
rendered or is not fully visible, so make the URI to be always written
so that it can be used also without a qrcode scanner
Copy link
Member

@didrocks didrocks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It’s more and more trendy to print the url anyway with any kind of QR code. The Android app now does show the url before you "click" on the scan url.

@3v1n0 3v1n0 merged commit 2a559c8 into ubuntu:main Jul 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants