issues
search
lyrictenor
/
electron-triage-for-github
Desktop app for dividing GitHub issues and pull-requests into go or no-go quickly.
MIT License
17
stars
1
forks
source link
Use promise for reading from local storage
#93
Closed
sanemat
closed
9 years ago
sanemat
commented
9 years ago
Use promise for reading from local storage
Use local storage value instead of
getState().setting
Set empty hash as setting reducer's initial state
componentWillMount
fetches local storage value or default value
Export class and wrapped object
Connect setting on
Setting.jsx
instead of
App.jsx
sanemat
commented
9 years ago
92
getState().setting
componentWillMount
fetches local storage value or default valueSetting.jsx
instead ofApp.jsx