-
Notifications
You must be signed in to change notification settings - Fork 85
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
Conversation
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", |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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, |
There was a problem hiding this comment.
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 Report
@@ 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
Continue to review full report at Codecov.
|
depends on: emeraldpay/emerald-js#20