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

fix(unhide accounts): #347

Merged
merged 5 commits into from
Oct 26, 2017
Merged

Conversation

shanejonas
Copy link
Contributor

@shanejonas shanejonas commented Oct 24, 2017

package.json Outdated
@@ -64,7 +64,7 @@
"decompress-zip": "^0.3.0",
"electron-log": "^2.2.6",
"electron-store": "^1.1.0",
"emerald-js": "git+https://github.com/ethereumproject/emerald-js.git#v0.0.11",
"emerald-js": "git+https://github.com/shanejonas/emerald-js.git#feature/unhide-accounts",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[WIP] change this when emerald-js is merged

Copy link
Contributor

Choose a reason for hiding this comment

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

I'v tagged emerald-js v0.0.12, it is possible to fix dependency

let showHiddenAccounts = localStorage.getItem('showHiddenAccounts');
dispatch({
type: ActionTypes.SET_SHOW_HIDDEN_ACCOUNTS,
show: !!showHiddenAccounts,
Copy link
Contributor

Choose a reason for hiding this comment

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

!! !! some js ninja stuff?

@codecov-io
Copy link

codecov-io commented Oct 25, 2017

Codecov Report

Merging #347 into master will increase coverage by 0.04%.
The diff coverage is 11.11%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #347      +/-   ##
=========================================
+ Coverage    8.49%   8.53%   +0.04%     
=========================================
  Files         201     201              
  Lines        2520    2531      +11     
  Branches      440     441       +1     
=========================================
+ Hits          214     216       +2     
- Misses       1906    1915       +9     
  Partials      400     400
Impacted Files Coverage Δ
src/store/wallet/settings/settingsActions.js 0% <ø> (ø) ⬆️
src/store/vault/accounts/accountActions.js 0% <0%> (ø) ⬆️
src/components/accounts/SecondaryMenu/index.js 0% <0%> (ø) ⬆️
src/store/wallet/settings/settingsReducers.js 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9b52d2e...b990f28. Read the comment docs.

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.

4 participants