Brenton Simpson
Brenton Simpson
Presently, the popup is empty on the new tab page because `hostPageDriver` fails on `chrome:` schemes. This should be fixed.
https://www.html5rocks.com/en/tutorials/security/sandboxed-iframes/ Right now, MIDIConvert has the same permissions as the rest of the background page. Since the background page doesn't have many permissions, this is probably OK. Still, it would...
Related: #36
midicast should be a `browser_action` rather than a `page_action`, to ensure the controls can be opened even when there are no MIDIs on the current page. Still, it would be...
If `background.js` and `popup.js` were individual bundles, we could do ```json "background": { "scripts": [ "./dist/background.js" ] } ``` instead of using the `index.html` background page. However, since Pundle only...
For instance: - `Checkbox` - `TabbedPane` - `Button` - `ListItem` It can depend on `snab-style`.
For instance, the tabbed pane could have its contents slide from left/right with an implied transition, while the indicator springs between tabs: https://material.io/guidelines/components/tabs.html#tabs-specs
thejazzpage.de has some good ones
Clicking the label of All Instruments or Piano doesn't tick the checkbox
It ought to be fairly simple to build a demo page that shows off the extension without users having to install it. You'd basically just need to link the message...