Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

01 electron storage - WIP #51

Closed
wants to merge 4 commits into from
Closed

01 electron storage - WIP #51

wants to merge 4 commits into from

Conversation

kylem038
Copy link
Collaborator

@kylem038 kylem038 commented Jan 8, 2017

Can't seem to get the ipcRenderer to listen to the data we're sending.

Once this is complete this PR closes #43 & closes #41.


ipcRenderer.on('retrievedGithubData', () => {
console.log('hey');
ipc.on('retrievedGithubData', (data) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alex-Tideman
we're having trouble getting this ipcRenderer to trigger. Any chance you can spot why we can't get this to work? We're sending via WebContents in the main.js file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get username into Storage Remove ModStartDate from redux
1 participant