Injected html to show the popup for "Scanning in progress" to the user when scanning is in progress. Currently, it just shows the popup. It is using vanilla HTML & JavaScript because it would be too much of a headache to configure Webpack to generate a separate React build for this specific use case.
The contents of the popup's HTML is located at /public/content.html and /public/content.css. Since this is not using react, the state of this popup needs to be handled manually.
Injected html to show the popup for "Scanning in progress" to the user when scanning is in progress. Currently, it just shows the popup. It is using vanilla HTML & JavaScript because it would be too much of a headache to configure Webpack to generate a separate React build for this specific use case.
The contents of the popup's HTML is located at
/public/content.html
and/public/content.css
. Since this is not using react, the state of this popup needs to be handled manually.branch:
popup-abdul