Emil Goldsmith Olesen
Emil Goldsmith Olesen
Yes of course, @cdauth if you'd like to submit a PR I'll be happy to review it and publish a new version. But I have a lot of things going...
What about setting an environment variable that indicates whether it was built for Chrome or Firefox (which already have separate webpack config files so that's easy), and then in all...
Yeah I can get on that at some point. P.S: Sorry for closing, clicked the `close and comment` button by accident ;)
Good question... What about making the link to your own user-page (see red box below) a dropdown?  as mentioned earlier I'm more of a back-end guy than a...
Yeah exactly, something like that would be great.
Haha yeah. I guess we can only detect OS by javascript, not by distribution ;). We can just add the environment variable in the webpack builds as we at build...
> Not sure what you mean here. Give an example? What I'm talking about is [this](https://github.com/ChessCom/browser-extension/blob/946c41642a04d97fe207f114cc21a6bcba71f10c/chrome/extension/background.js#L1-L29). That highlighted bit of code confuses me a lot, but I guess it's also...
Yeah haha, well I just merged in #83 and that removed all that stuff, so we don't have to worry about that anymore! Which I guess means we can probably...
From [Mozilla background documentation](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/background):  So we have to be aware of that. I'm thinking we should definitely add some kind of environment variable that tells us...
Okay I'll update to the newest falcor version, check it out and get back to you when I've checked if that solves it. Thanks.