-
Notifications
You must be signed in to change notification settings - Fork 192
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
[feature] Add QR code to bug URLs #636
Comments
I'm not a fan of QR codes, but I see how this could be useful. We could hide it behind a keystroke and fetch the JS on-demand so all users wouldn't have to download it. @tagawa have you done any client-side generated QR stuff before? |
Not a fan? Does not compute - this must be Austin humour. I've only used PHP QR libraries in the past but there are several JS ones. This one looks good and doesn't require jQuery:
I can have a play and make a mock-up. |
I'm thinking it would be good to use a font icon for the button. @magsout, do you have a link to the icons available? I know we use Icomoon to package them but I'm not sure what is the source icon set. |
yes here https://github.com/webcompat/design/tree/master/3_Style%20Guide/icon%20from%20icomoon Just import selection.json in https://icomoon.io/app/#/select |
Thanks for the quick help @magsout. If I update the font file I'll update those style guide files as well. |
For checking in mobile browsers it would be helpful to have a QR code (or button to show one) for the URLs of problematic sites.
The text was updated successfully, but these errors were encountered: