Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
fether
Commits
0b6c7f21
Commit
0b6c7f21
authored
Jan 19, 2019
by
Luke Schoen
Browse files
Merge branch 'master' into luke-158-styled-components
parents
3ded5cae
13c35487
Pipeline
#28679
passed with stage
in 2 minutes and 3 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b6c7f21
...
...
@@ -10,7 +10,11 @@ variables:
CARGOFLAGS
:
'
'
cache
:
untracked
:
true
key
:
"
${CI_JOB_NAME}"
paths
:
-
node_modules/
-
packages/*/node_modules/
.branches
:
&branches
only
:
...
...
lerna.json
View file @
0b6c7f21
...
...
@@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces"
:
true
,
"version"
:
"0.
2
.0"
"version"
:
"0.
3
.0"
}
\ No newline at end of file
package.json
View file @
0b6c7f21
{
"name"
:
"fether"
,
"description"
:
"Fether Wallet"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"private"
:
true
,
"author"
:
"Parity Team <admin@parity.io>"
,
"maintainers"
:
[
...
...
packages/fether-electron/package.json
View file @
0b6c7f21
{
"name"
:
"fether"
,
"description"
:
"Fether Wallet"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"private"
:
true
,
"author"
:
"Parity Team <admin@parity.io>"
,
"maintainers"
:
[
...
...
@@ -42,7 +42,7 @@
"@parity/electron"
:
"^3.0.1"
,
"commander"
:
"^2.15.1"
,
"commander-remaining-args"
:
"^1.2.0"
,
"fether-react"
:
"^0.
2
.0"
,
"fether-react"
:
"^0.
3
.0"
,
"menubar"
:
"^5.2.3"
,
"pino"
:
"^4.16.1"
,
"pino-multi-stream"
:
"^3.1.2"
,
...
...
@@ -56,4 +56,4 @@
"electron-webpack"
:
"^2.1.2"
,
"webpack"
:
"^4.7.0"
}
}
}
\ No newline at end of file
packages/fether-react/package.json
View file @
0b6c7f21
{
"name"
:
"fether-react"
,
"description"
:
"Fether Wallet"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"private"
:
true
,
"author"
:
"Parity Team <admin@parity.io>"
,
"maintainers"
:
[
...
...
@@ -48,7 +48,7 @@
"ethereumjs-tx"
:
"^1.3.7"
,
"ethereumjs-util"
:
"^6.0.0"
,
"ethereumjs-wallet"
:
"^0.6.2"
,
"fether-ui"
:
"^0.
2
.0"
,
"fether-ui"
:
"^0.
3
.0"
,
"file-saver"
:
"^2.0.0"
,
"final-form"
:
"^4.8.3"
,
"final-form-calculate"
:
"^1.2.1"
,
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountCopyPhrase/AccountCopyPhrase.js
View file @
0b6c7f21
...
...
@@ -57,7 +57,7 @@ class AccountCopyPhrase extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountImportOptions/AccountImportOptions.js
View file @
0b6c7f21
...
...
@@ -213,7 +213,7 @@ class AccountImportOptions extends Component {
<
p
>
{
error
}
<
/p
>
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
onClick
=
{
history
.
goBack
}
>
<
button
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
>
Back
<
/button
>
)}
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js
View file @
0b6c7f21
...
...
@@ -97,7 +97,7 @@ class AccountName extends Component {
)}
<
/div
>
<
div
className
=
'
account_change_blockies
'
>
<
button
className
=
'
button -
cancel
'
onClick
=
{
generateNewAccount
}
>
<
button
className
=
'
button -
back
'
onClick
=
{
generateNewAccount
}
>
Generate
another
icon
<
/button
>
<
/div
>
...
...
@@ -132,7 +132,7 @@ class AccountName extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountPassword/AccountPassword.js
View file @
0b6c7f21
...
...
@@ -107,7 +107,7 @@ class AccountPassword extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Accounts/CreateAccount/AccountRewritePhrase/AccountRewritePhrase.js
View file @
0b6c7f21
...
...
@@ -72,7 +72,7 @@ class AccountRewritePhrase extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
{
currentStep
>
1
&&
(
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/BackupAccount/BackupAccount.js
View file @
0b6c7f21
...
...
@@ -94,7 +94,7 @@ class BackupAccount extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/ScanSignedTx/ScanSignedTx.js
View file @
0b6c7f21
...
...
@@ -83,7 +83,7 @@ class ScanSignedTx extends Component {
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/TxQrCode/TxQrCode.js
View file @
0b6c7f21
...
...
@@ -70,7 +70,7 @@ class TxQrCode extends Component {
/
>
<
nav
className
=
'
form-nav -space-around
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
...
...
packages/fether-react/src/Send/Unlock/Unlock.js
View file @
0b6c7f21
...
...
@@ -96,6 +96,7 @@ class Unlock extends Component {
<
/div
>
<
Field
autoFocus
label
=
'
Password
'
name
=
'
password
'
render
=
{
FetherForm
.
Field
}
...
...
@@ -105,11 +106,11 @@ class Unlock extends Component {
<
nav
className
=
'
form-nav -binary
'
>
<
button
className
=
'
button -
cancel
'
className
=
'
button -
back
'
onClick
=
{
history
.
goBack
}
type
=
'
button
'
>
Cancel
Back
<
/button
>
<
button
...
...
packages/fether-react/src/assets/sass/shared/_button.scss
View file @
0b6c7f21
...
...
@@ -101,7 +101,7 @@
}
}
&
.-
cancel
{
&
.-
back
{
font-size
:
ms
(
-2
);
border-width
:
0
;
background-color
:
$faint
;
...
...
packages/fether-ui/package.json
View file @
0b6c7f21
{
"name"
:
"fether-ui"
,
"description"
:
"Fether Wallet"
,
"version"
:
"0.
2
.0"
,
"version"
:
"0.
3
.0"
,
"private"
:
true
,
"author"
:
"Parity Team <admin@parity.io>"
,
"maintainers"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment