Closed tveimo closed 7 years ago
You don't need to edit anything manually.
Run the following command:
grunt sandbox --clientId=sandbox --clientSecret=OE12J47X2W5PEF7CKPGZ --browser chrome
Load the extension from the build directory and login. After that go to https://sandbox.feedly.com/ and add some feeds.
Ok, I'm still only getting a login button in the extension though, so am unable to test.
Sorry for the noise. I didn't realise the client secret expires after a while and that the one in the REAME.md file is too old, am now using OE12J47X2W5PEF7CKPGZ, which works.
Changing the timeout of the executeAsync() method in popup.js from 0 to 150 seems to fix the shrinking popup issues on my macbook pro;
function executeAsync(func) { setTimeout(function () { func(); }, 150); }
Can we please have a public release with that change, possibly optioned for mac clients only?
@tveimo Thanks for the info, could you please get the latest version and test it again? I've added the timeout for mac here https://github.com/olsh/Feedly-Notifier/blob/master/src/scripts/popup.js#L194-L201
I've just pushed a new version with the fix live. Please try it out.
seems to work for me
Works for me too. Suggest closing as resolved for now.
Thanks guys! Feel free to reopen it.
When using "Open feeds in background tab", the popup opens, but immediately shrinks to a very small size, prob about 100x100 pixels. If I click the button several times, I am sometimes successfull in opening the popup to its proper size.