Jack Mallers
dad4546e58
feature(alias): setup form container and onboarding architecture. hard code alias form
7 years ago
Jack Mallers
de4379aeca
feature(syncing): redid sync screen
7 years ago
Jack Mallers
cdeaecb35a
fix(max-len): refactor logic to fix max-len lint error
7 years ago
Jack Mallers
61756238ae
fix(toLocaleString): make sure we arent calling toLocaleString on null
7 years ago
Jack Mallers
ee9002aeed
fix(toLocaleString): try removing toLocaleString for lint errors
7 years ago
Jack Mallers
e60297af85
fix(lint): fix lint errors
7 years ago
Jack Mallers
24fedfbf62
fix(bug): fix container and proptype bug
7 years ago
Jack Mallers
12677e7f2c
fix(lint): fix linting errors
7 years ago
Jack Mallers
f228f609a4
fix(null error): fix toLocaleString() on null
7 years ago
Jack Mallers
f0484c815c
fix(tests): new snapshots and remove nav test
7 years ago
Jack Mallers
02cdc65421
fix(old code): remove more old code from v1
7 years ago
Jack Mallers
e9d7a46ceb
fix(old code): remove old v1 stuff
7 years ago
Jack Mallers
f535e2322c
fix(icons): update app icons
7 years ago
Jack Mallers
bc3bb5ecb7
feature(network): network contact modal
7 years ago
Jack Mallers
9320584009
feature(network): network tab all hooked up to backend
7 years ago
Jack Mallers
d9d7a06c24
fix(network, activity): fix 100vh height issues and search position
7 years ago
Jack Mallers
d010086332
feature(network)
7 years ago
Jack Mallers
907b81da8c
feature(header, activity): new activity and header
7 years ago
Jack Mallers
f669bbaf66
fix(lint): fix lint errors
7 years ago
Jack Mallers
0ebe9ea43f
fix(release): prep for release
7 years ago
Jack Mallers
b1c2788696
hotfix(sync): remove deposit while sync
7 years ago
Jack Mallers
1619a182fd
fix(contacts): fix contacts icon
7 years ago
Jack Mallers
128cf350d1
fix(lint): remove console.log
7 years ago
Jack Mallers
8470c7a733
hotfix(sync): check for address len too
7 years ago
Jack Mallers
4fecb240bb
feature(contacts): when searching a contact yeilds no results and we recognize an @ and 66 len pubkey we will populate the contact manual form with the search
7 years ago
Jack Mallers
e202befede
fix(nav): update nav styles
7 years ago
Jack Mallers
a0b30ab4cd
fix(addressButton): fix addressButton style
7 years ago
Jack Mallers
468a4f1dc4
fix(lint): fix linting errors
7 years ago
Jack Mallers
7bfecd9764
feature(help): help videos
7 years ago
Waseem999
4b7935f509
manual form error added
7 years ago
Jack Mallers
c4979cc277
feature(help): add help nav and icon
7 years ago
Jack Mallers
a439df1f12
fix(sync): fix lint errors
7 years ago
Jack Mallers
abf23939b5
feature(sync): updated sync design
7 years ago
Ben Woosley
acbf786c0a
fix(lints): Manually fix some trivial lints
7 years ago
Ben Woosley
4125283587
enhance(lints): Enable currenly disabled lints
7 years ago
Ben Woosley
6ec9ce2f85
enhance(lints): Be explicit re which lint is disabled
7 years ago
Jack Mallers
674d21b3e0
fix(contacts-form): show loading spinner next to manual form when there are loading channels so the user has some feedback from the manual form
7 years ago
Jack Mallers
ec0a692983
fix(contacts-form): by default show the first 20 nodes when opening the contacts form
7 years ago
dfat
6868bd34a7
fix(network-loading-css): Increase z-index on Form modal
7 years ago
Kehlmann, Matthew
73cc0b25e2
fix(number-input-pinwheel): Whitespace
7 years ago
Kehlmann, Matthew
a31bc0ef22
fix(number-input-pinwheel): Fix rebase merge error
7 years ago
Kehlmann, Matthew
a1bbd193f4
fix(number-input-pinwheel): Whitespace fix
7 years ago
Kehlmann, Matthew
fcf0ee2c70
fix(number-input-pinwheel): Use SASS ampersand to avoid repeating selector info
7 years ago
Kehlmann, Matthew
e0251399cd
fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms
7 years ago
Ben Woosley
3b5e118a23
fix(amount-input-width): Size the PayForm amount input to hold at least 2 chars
Because the "." of "0." is not propagated via the JS, so not in the size of
the amount string.
7 years ago
Ben Woosley
335083886c
fix(payment-form-errors): Move PayForm amount error message below the field
This is consistent with the other field and avoids overlap formatting issues.
Fixes #174
7 years ago
Kehlmann, Matthew
a2a26b66c5
fix(number-input-pinwheel): Whitespace fix
7 years ago
Kehlmann, Matthew
3721b16efc
fix(number-input-pinwheel): Use SASS ampersand to avoid repeating selector info
7 years ago
Ben Woosley
eb04d12a92
enhance(channels): Extract blockExplorer util
To handle shelling out to the transaction display
This was previously done inline via electron.shell.openExternal. Consolidating
it in the utility DRYs up the code both in terms of the base url and the path
building.
Note there is also code in reducers/info.js relating to:
infoSelectors.explorerLinkBase, but it seems to be unused currently.
7 years ago
Kehlmann, Matthew
ea5901e4e5
fix(number-input-pinwheel): Remove pinwheel arrows that were showing in the amount field of the request and pay forms
7 years ago