devcshort / stack-inbox

Chrome Extension for Stack Overflow Inbox and Notifications
MIT License
4 stars 6 forks source link

Popup doesn't auto refresh when new data has been fetched #2

Open devcshort opened 4 years ago

devcshort commented 4 years ago

The popup is supposed to auto update when new data has been fetched, but this is not happening. I believe the event handler doesn't work the way I thought it would since background.js is treated as it's own separate thing.

devcshort commented 4 years ago

Possible solution. Subscribe to localstorage on change event.

https://stackoverflow.com/questions/32965288/how-to-subscribe-on-localstorage-but-not-on-sessionstorage-events

himanshujaidka commented 4 years ago

I want to work on that

himanshujaidka commented 4 years ago

Screenshot (90) showing error?

devcshort commented 4 years ago

@himanshujaidka sorry, I believe we have some issues in the README that I'll need to address. You'll need yarn installed and will need to run yarn install. From there you'll want to run the build and install to the Chrome browser

himanshujaidka commented 4 years ago

okay, ill update the readme file

himanshujaidka commented 4 years ago

@devcshort sir pls give me 2-3 days today I am already working on another task after that I'll take that issue, Thanks:)

devcshort commented 4 years ago

@himanshujaidka did you still want to try this one?

himanshujaidka commented 4 years ago

@devcshort I was trying but it is showing error :( while setting up the local environment, pls help me in setting up so that I will proceed with the development

himanshujaidka commented 4 years ago

any updates @devcshort