-
Notifications
You must be signed in to change notification settings - Fork 306
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
[Merged] Feature/firefox #83
Conversation
Merge branch 'master' of github.com:/... You can rebase master instead of leaving so many commits |
communicate with plain json string instead of custom Object more: https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent re #25
a8b9402
to
815e5b6
Compare
@Jack-Works it's clean now. |
Not sure if this got fixed.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a try to fix QR scanning on Firefox, good luck
Misaka online. testing qr-code. |
firefox does not support request camera using this api. working on find a polyfill. |
I'm working on figuring out the difference between Chrome & FF when fetching other user's public key and try to cherry-pick the classic way from feature/multiple-network branch. |
@guanbinrui you can leave that problem. After multiple network get merged and this branch get rebased, I can fix it |
@Jack-Works I think it's not the best way of extracting user bio/post content by the 'classic way'. It's easy to break.
so I wonder we can parse the html snippet in FF too. |
using a polyfill of permissions.query is required? no available polyfill at this time on the npm, only permissions.request available but broken. |
use a magic selector to locate bio node in old version profile page
Emmmmm No force use of prettier in this project. Maybe need to chain it in the webpack and git commit hook. |
Does this pr ready for review? |
no the qr component performance problem is not resolved
|
use browser.runtime.getURL directly will cause this code to fail in the storybook
This reverts commit 6a80fe7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dea3508
to
ccf2c97
Compare
Update README.md
Support Firefox #25