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

Bump to 1.8.0 #782

Merged
merged 271 commits into from
Jul 10, 2019
Merged

Bump to 1.8.0 #782

merged 271 commits into from
Jul 10, 2019
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    ada3e63 View commit details
    Browse the repository at this point in the history
  2. fix flow error

    nicarq committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    8254922 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merge branch 'develop'

    SARVESHWAR SINGH committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    408af3f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into sebastiengllmt/ch1343/enable-flow-on-all-…

    …javascript-files
    
    Conflicts:
    	app/components/footer/FooterItem.js
    	app/components/settings/SettingsLayout.js
    	app/components/widgets/Dialog.js
    	app/components/widgets/DialogCloseButton.js
    	app/components/widgets/InformativeMessage.js
    	app/components/widgets/LinkButton.js
    	app/components/widgets/NotificationMessage.js
    	app/components/widgets/ProgressSteps.js
    yushih committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    a2daf18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #567 from Emurgo/sebastiengllmt/ch1343/enable-flow…

    …-on-all-javascript-files
    
    Add flow to all files and fix related errors
    yushih authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    1aae3c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c837559 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482c8fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d525be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eba9d83 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    463bfc3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c21c043 View commit details
    Browse the repository at this point in the history
  10. Bump mobx from 3.1.7 to 3.6.2 (#612)

    * Bump mobx from 3.1.7 to 3.6.2
    
    Bumps [mobx](https://github.com/mobxjs/mobx) from 3.1.7 to 3.6.2.
    - [Release notes](https://github.com/mobxjs/mobx/releases)
    - [Changelog](https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md)
    - [Commits](mobxjs/mobx@3.1.7...3.6.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * can not remove type ignore for mobx
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    519f668 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52d6939 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #648 from Emurgo/sebastiengllmt/ch1524/investigate…

    …-deprecation-warning-on-componentwillmount
    
    Fix deprecation warning on componentWillMount
    nicarq authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5169a02 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #647 from Emurgo/yushi/strengthen-flow-type-constr…

    …aint-1
    
    Exactify prop types
    nicarq authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    bf13b31 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #649 from Emurgo/finish-upgrading-babel

    Bump remaining Babel packages
    nicarq authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    64d4fc5 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    da70117 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #650 from Emurgo/yushi/improve-screenshot-test-cov…

    …erage
    
    Add "I see" to patterns that trigger screenshot during test
    yushih authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    addf87b View commit details
    Browse the repository at this point in the history
  3. Chore: lint: eliminate eslint warnings (#652)

    * chore: lint: remove trailing spaces
    
    * chore: lint: remove unused imports
    
    * chore: lint: prefix unused vars with underscores
    
    * chore: lint: break long comment line
    
    * chore: lint: remove defaultProps for required property
    yushih authored and SebastienGllmt committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a36de5d View commit details
    Browse the repository at this point in the history
  4. Bump bignumber.js from 5.0.0 to 9.0.0 (#615)

    * Bump bignumber.js from 5.0.0 to 9.0.0
    
    Bumps [bignumber.js](https://github.com/MikeMcl/bignumber.js) from 5.0.0 to 9.0.0.
    - [Release notes](https://github.com/MikeMcl/bignumber.js/releases)
    - [Changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md)
    - [Commits](MikeMcl/bignumber.js@v5.0.0...v9.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * fix breaking changes
    
    * add types to BigNumber (1/2)
    
    * fix BigNumber types (2/2)
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d243a8c View commit details
    Browse the repository at this point in the history
  5. Margin on Paper Wallet dialog is too small [ch1510] (#642)

    SARVESHWAR SINGH authored and SebastienGllmt committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    10d6e48 View commit details
    Browse the repository at this point in the history
  6. bring back scrollbar

    SebastienGllmt committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    09fdd13 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #653 from Emurgo/sebastiengllmt/ch1527/missing-scr…

    …ollbar-on-hw-creation-dialog
    
    Add missing scrollbar on HW dialogs
    SARVESHWAR SINGH authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8c6627f View commit details
    Browse the repository at this point in the history
  8. initial working approach

    rcmorano committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d80263b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    07db9e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f417c44 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #654 from Emurgo/feature/upgrade-circleci-with-tra…

    …vis-features
    
    Initial working approach of screenshots comparison on CircleCI
    rcmorano authored Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f12781b View commit details
    Browse the repository at this point in the history
  12. Bump css-loader from 1.0.1 to 3.0.0 (#613)

    * Bump css-loader from 1.0.1 to 3.0.0
    
    Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 1.0.1 to 3.0.0.
    - [Release notes](https://github.com/webpack-contrib/css-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/css-loader@v1.0.1...v3.0.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * fix settings
    
    * fix css classnames on test
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    a74d53c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Configuration menu
    Copy the full SHA
    9b8dce9 View commit details
    Browse the repository at this point in the history
  2. Ledger connect, add Ledger Nano X as supported

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    60c2196 View commit details
    Browse the repository at this point in the history
  3. HW connect dialog, use handleExternalLinkClick

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    342f5f7 View commit details
    Browse the repository at this point in the history
  4. update ledger nano s link for consistency

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    fb46c82 View commit details
    Browse the repository at this point in the history
  5. fix trezor check dailog

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6e7bb76 View commit details
    Browse the repository at this point in the history
  6. fix LinkButton external links

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    18ac855 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abb2f32 View commit details
    Browse the repository at this point in the history
  8. fix typo

    SebastienGllmt committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    0e1bc93 View commit details
    Browse the repository at this point in the history
  9. Refactoring old components styles (#582)

    * mnemonic word scss refatored
    
    * wallet backup warning scss refactored
    
    * waller recovery instruction scss refactored
    
    * wallet recovery phrase scss refatored
    
    * recovery prhase mnemonic scss fix
    
    * fixing
    
    * fixing
    
    * phrase mnemonic scss refactored
    
    * hw dialog check and connect step refactor scss
    
    * connect ledger fix
    
    * connect hw trezor dialog fixes
    
    * wallet restore scss refactor
    
    * steps block fix
    
    * refactor hw create dialogs scss
    
    * mnemonic phrase fixed
    
    * fix E2E
    
    * fix merge bug
    
    * fix alignment bugs
    ladomyriak authored and SebastienGllmt committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ef308a6 View commit details
    Browse the repository at this point in the history
  10. added husky depend #skip-e2e (#656)

    * added husky depend #skip-e2e
    
    * Update package.json
    rcmorano authored and SebastienGllmt committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    434cdf9 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #659 from Emurgo/shin/ch1567/use-handleexternallin…

    …kclick-method-for-opening-new
    
    shin/ch1567/use-handleexternallinkclick-method-for-opening-new
    SARVESHWAR SINGH authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    715eb9f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #658 from Emurgo/new-spending-on-restore

    Specify new spending password on restore
    SARVESHWAR SINGH authored Jun 21, 2019
    Configuration menu
    Copy the full SHA
    ef0a8d8 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop'

    SARVESHWAR SINGH committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    6c23797 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c22c94c View commit details
    Browse the repository at this point in the history
  15. Bump webpack from 4.30.0 to 4.35.0 (#663)

    Bumps [webpack](https://github.com/webpack/webpack) from 4.30.0 to 4.35.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v4.30.0...v4.35.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    8931f3c View commit details
    Browse the repository at this point in the history
  16. Bump unorm from 1.4.1 to 1.5.0 (#665)

    Bumps [unorm](https://github.com/walling/unorm) from 1.4.1 to 1.5.0.
    - [Release notes](https://github.com/walling/unorm/releases)
    - [Commits](walling/unorm@v1.4.1...v1.5.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    01e1555 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    873a45a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b21c0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc90bcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3edfe4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7676737 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e690e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a210ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    318ecb7 View commit details
    Browse the repository at this point in the history
  9. Bump aes-js from 3.1.0 to 3.1.2 (#676)

    Bumps [aes-js](https://github.com/ricmoo/aes-js) from 3.1.0 to 3.1.2.
    - [Release notes](https://github.com/ricmoo/aes-js/releases)
    - [Commits](ricmoo/aes-js@v3.1.0...v3.1.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    f4d08cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    71a66db View commit details
    Browse the repository at this point in the history
  11. Bump ws from 7.0.0 to 7.0.1 (#674)

    Bumps [ws](https://github.com/websockets/ws) from 7.0.0 to 7.0.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@7.0.0...7.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    a4f3091 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Bump crypto-random-string from 1.0.0 to 3.0.1 (#677)

    * Bump crypto-random-string from 1.0.0 to 3.0.1
    
    Bumps [crypto-random-string](https://github.com/sindresorhus/crypto-random-string) from 1.0.0 to 3.0.1.
    - [Release notes](https://github.com/sindresorhus/crypto-random-string/releases)
    - [Commits](sindresorhus/crypto-random-string@v1.0.0...v3.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * add length property
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    328854a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51885a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f32a5c View commit details
    Browse the repository at this point in the history
  4. Bump react-router-dom from 4.3.1 to 5.0.1 (#632)

    * Bump react-router-dom from 4.3.1 to 5.0.1
    
    Bumps [react-router-dom](https://github.com/ReactTraining/react-router) from 4.3.1 to 5.0.1.
    - [Release notes](https://github.com/ReactTraining/react-router/releases)
    - [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGELOG.md)
    - [Commits](remix-run/react-router@v4.3.1...v5.0.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * bump react-router
    
    * fix package-lock
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    9171cf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91e7be9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca57bbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8824639 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21b7ae4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    695ff52 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2624f76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b64342 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Merge pull request #660 from Emurgo/shin/ch1562/update-ui-text-to-sho…

    …w-ledger-nano-x-as-supported
    
    shin/ch1562/update-ui-text-to-show-ledger-nano-x-as-supported
    SARVESHWAR SINGH authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    cf9ee71 View commit details
    Browse the repository at this point in the history
  2. healthcheck API draft

    YankoFelipe committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    86745f0 View commit details
    Browse the repository at this point in the history
  3. Fix the @computed update

    YankoFelipe committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    e7270f3 View commit details
    Browse the repository at this point in the history
  4. Fixing void

    YankoFelipe committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    0fe31a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9a1652 View commit details
    Browse the repository at this point in the history
  6. fix maybe (#689)

    SebastienGllmt authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    a4cbd25 View commit details
    Browse the repository at this point in the history
  7. Specify flow types (#688)

    * chore: flow: specify any type in app/utils/form.js
    
    * chore: flow: specify any type in app/utils/routing.js
    
    * chore: flow: give WebSocket type to WebSocket class member
    
    * chore: flow: specify any type in actions/lib/Action.js
    
    * chore: flow: specify any type in actions/profile-actions.js
    
    * chore: flow: specify return type of updateStatus func in api/ada/
    
    * chore: flow: specify any type in api/ada/lib/storage/lovefieldDatabase.js
    
    * chore: flow: specify any type in components/topbar/WalletTopbarTitle.js
    
    * chore: flow: change type of error parameters from any to Error
    
    * chore: flow: specify any type in i18n/translations.js
    
    * chore: flow: specify any type in stores/toplevel/UiDialogsStore.js
    
    * chore: flow: specify Function type in types/injectedPropsType.js
    
    * chore: flow: specify Function type in themes/skins/InputOwnSkin.js
    
    * chore: flow: specify Function in themes/skins/FormFieldOwnSkin.js
    
    * chore: flow: specify Function types in themes/skins/AutocompleteOwnSkin.js
    
    * chore: flow: specify Function type in themes/skins/CheckboxOwnSkin.js
    yushih authored and SebastienGllmt committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    abfd009 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8fa072 View commit details
    Browse the repository at this point in the history
  9. New Crowdin translations (#641)

    * New translations en-US.md (id-ID)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.md (zh-Hans)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.md (Italian)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (Spanish)
    nicarq authored Jun 24, 2019
    Configuration menu
    Copy the full SHA
    10b31bb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Configuration menu
    Copy the full SHA
    6ec7f6d View commit details
    Browse the repository at this point in the history
  2. shin/ch1395/fix-text-on-hw-connect-check-step-dialog (#661)

    * 'Fix text on HW connect CHECK step dialog [ch1395]
    
    * update trezor outdated url, to make it similar to ledger
    SARVESHWAR SINGH authored and SebastienGllmt committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    13b06d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60d0d0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00d37ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    beccefd View commit details
    Browse the repository at this point in the history
  6. add type (#702)

    SebastienGllmt authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    7d4256e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    482fae9 View commit details
    Browse the repository at this point in the history
  8. New Crowdin translations (#694)

    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (id-ID)
    nicarq authored Jun 25, 2019
    Configuration menu
    Copy the full SHA
    6b8ff4b View commit details
    Browse the repository at this point in the history
  9. Bump react-intl from 2.7.2 to 2.9.0 (#687)

    Bumps [react-intl](https://github.com/yahoo/react-intl) from 2.7.2 to 2.9.0.
    - [Release notes](https://github.com/yahoo/react-intl/releases)
    - [Commits](formatjs/formatjs@v2.7.2...v2.9.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    123b103 View commit details
    Browse the repository at this point in the history
  10. fix

    SebastienGllmt committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cdf713f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd25ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Configuration menu
    Copy the full SHA
    70aa4ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337496a View commit details
    Browse the repository at this point in the history
  3. V almonacid/ch1124/implement uri scheme on yoroi frontend (#511)

    * first step
    
    * uri feature (melded commits)
    
    * removes TODO comment
    
    * fixes test failing in firefox
    
    * fiix EN-US
    
    * match spec
    
    * misc cleanup
    
    * notification disappears after duration
    v-almonacid authored and SebastienGllmt committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a41d98f View commit details
    Browse the repository at this point in the history
  4. Sebastiengllmt/ch1591/flow 88 (#708)

    * bump
    
    * flow 88 fixes
    
    * bump to 98.1
    
    * fix eslint issues
    SebastienGllmt authored Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a030d34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56c9f35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f871bc8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54c93b2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    440ba53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3db64d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    387e14e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    813777e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e041f1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c6248b6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51f2f48 View commit details
    Browse the repository at this point in the history
  15. fix test

    SebastienGllmt committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f32b3a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8863a6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a87990f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    de7b0bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ab35417 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a8cc62f View commit details
    Browse the repository at this point in the history
  21. Fixing the rendering of the banner

    fixing rendering in language selection page
    YankoFelipe committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4fb17a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2019

  1. Configuration menu
    Copy the full SHA
    4935e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035edf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15d0f37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    208e42a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63918a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be8fbd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1d53ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6246d38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72687d7 View commit details
    Browse the repository at this point in the history
  10. Add language and yoroi version to header requests (#712)

    * Adding yoroi version and language in request headers to backend
    
    * Updating, avoid direct use of window object, removing unnecessary call to computed lastLaunchVersion
    
    * Updating headers naming
    leivaburto authored and SebastienGllmt committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    ec27f56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b77de9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    155eef6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e756b2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #709 from Emurgo/l10n_develop

    New Crowdin translations
    SARVESHWAR SINGH authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    bcc2a38 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    92e8c38 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    007f391 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a49afe3 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'develop'

    SARVESHWAR SINGH committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    7db632b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2e5ac47 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eaa3f8b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b59d61c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    5b6c1f9 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #714 from Emurgo/l10n_develop

    New Crowdin translations
    SARVESHWAR SINGH authored Jun 27, 2019
    Configuration menu
    Copy the full SHA
    35bed49 View commit details
    Browse the repository at this point in the history
  24. probable deferred load fix

    SARVESHWAR SINGH committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    0de11ae View commit details
    Browse the repository at this point in the history
  25. fix css and updated download icon

    SARVESHWAR SINGH committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    5e5c6ff View commit details
    Browse the repository at this point in the history
  26. Adding tests

    YankoFelipe committed Jun 27, 2019
    Configuration menu
    Copy the full SHA
    3d9fbe2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e8d254b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. fix alignment

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    8ffb5ff View commit details
    Browse the repository at this point in the history
  2. fix icon size

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2c4ef33 View commit details
    Browse the repository at this point in the history
  3. move header text

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    b821349 View commit details
    Browse the repository at this point in the history
  4. set outline: none;

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    254a31c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    433ca8b View commit details
    Browse the repository at this point in the history
  6. fix deferred rendering

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    700fb14 View commit details
    Browse the repository at this point in the history
  7. fix comment

    SARVESHWAR SINGH authored Jun 28, 2019
    Configuration menu
    Copy the full SHA
    9e4706e View commit details
    Browse the repository at this point in the history
  8. remove common css

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    08f854c View commit details
    Browse the repository at this point in the history
  9. Increase line space in Trezor Ledger prerequisites [ch1631]

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    2f16189 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    534e61a View commit details
    Browse the repository at this point in the history
  11. Fix title in Receive page [ch1627]

    SARVESHWAR SINGH committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    0927f1f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b06267 View commit details
    Browse the repository at this point in the history
  13. dummy commit to try single quotes. it's good. it´s good. its good. Th…

    …is should not fail build-setup
    leivaburto committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    abd02c3 View commit details
    Browse the repository at this point in the history
  14. V almonacid/ch1592/balance hide screen button (#710)

    * initial work
    
    * first (working) iteration
    
    * improved style and misc clean ups
    
    * added e2e test
    
    * restores invonluntary change in locked package version
    
    * nicolas review corrections
    
    * remaining corrections
    v-almonacid authored and SebastienGllmt committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    99ed5ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fd1baa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    82426c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. New Crowdin translations (#718)

    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    nicarq authored Jun 29, 2019
    Configuration menu
    Copy the full SHA
    639bfa2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #715 from Emurgo/fix/git-commit-message-quote-esca…

    …ping
    
    trying to fix quote ' escaping ` #skip-e2e
    nicarq authored Jun 29, 2019
    Configuration menu
    Copy the full SHA
    defa1a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Fix hot reload on yoroi extension (#729)

    * fix (1/2)
    
    * 2/2
    SebastienGllmt authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    4f56ffc View commit details
    Browse the repository at this point in the history
  2. Bump react-hot-loader from 4.3.12 to 4.11.1 (#678)

    * Bump react-hot-loader from 4.3.12 to 4.11.1
    
    Bumps [react-hot-loader](https://github.com/gaearon/react-hot-loader) from 4.3.12 to 4.11.1.
    - [Release notes](https://github.com/gaearon/react-hot-loader/releases)
    - [Changelog](https://github.com/gaearon/react-hot-loader/blob/master/CHANGELOG.md)
    - [Commits](gaearon/react-hot-loader@v4.3.12...v4.11.1)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    
    * bump again
    dependabot-preview[bot] authored and SebastienGllmt committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    fffca4f View commit details
    Browse the repository at this point in the history
  3. reverted close button delete, considering error case

    SARVESHWAR SINGH committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    90b2242 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #584 from Emurgo/valerii/paper-wallet-loader

    Paper Wallet GIF Loader
    SARVESHWAR SINGH authored Jul 1, 2019
    Configuration menu
    Copy the full SHA
    9442cdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77eefe4 View commit details
    Browse the repository at this point in the history
  6. server status endpoint spec

    Addressing comments
    
    Updating abstract and motivation
    
    updating spec
    YankoFelipe committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    cfb690b View commit details
    Browse the repository at this point in the history
  7. matching spec

    YankoFelipe committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    4fe53e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6453daf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fd1421 View commit details
    Browse the repository at this point in the history
  10. Fixing text style in terms of use

    updating style of Terms of Use
    YankoFelipe committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    f5b6282 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    235b058 View commit details
    Browse the repository at this point in the history
  12. Bold labels

    leivaburto committed Jul 1, 2019
    Configuration menu
    Copy the full SHA
    d793afc View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    f616679 View commit details
    Browse the repository at this point in the history
  2. fiix

    SebastienGllmt committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    267ca21 View commit details
    Browse the repository at this point in the history
  3. add comment

    SebastienGllmt committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    d0d83a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43d3a25 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #736 from Emurgo/sebastiengllmt/ch1669/fix-librari…

    …es-depending-on-node-env
    
    Make NODE_ENV always either `production` or `development`
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    22d2a89 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #716 from Emurgo/shin/ch1631/increase-line-space-i…

    …n-trezor-ledger-prerequisites
    
    shin/ch1631/increase-line-space-in-trezor-ledger-prerequisites
    SARVESHWAR SINGH authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f5cbb73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c767215 View commit details
    Browse the repository at this point in the history
  8. New Crowdin translations (#728)

    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (ja-JP)
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    ec28d31 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #735 from Emurgo/leivaburto/ch1629/bold-labels-gen…

    …eral-settings
    
    Bold labels in General Settings
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    2262c1f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #720 from Emurgo/shin/ch1627/fix-title-in-receive-…

    …page
    
     shin/ch1627/fix-title-in-receive-page
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    3045ad8 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #722 from Emurgo/yanko/ch1624/fix-terms-of-use-tex…

    …t-style
    
    Fixing text style in terms of use
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9623049 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #707 from Emurgo/sebastiengllmt/ch1593/fix-buggy-a…

    …rea-for-send-all-button
    
    [bugfix] Use fit-content on checkbox
    nicarq authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    4caf8b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    29b23e7 View commit details
    Browse the repository at this point in the history
  14. Form Field Icons YoroiClassic (#548)

    * input icons for classic theme
    
    * select arrow offset fixed
    
    * select arrow icon fixed
    
    * active settingsmenuitem fix for ru lng
    
    * settings base layout fixed for classic theme
    
    * classic theme inputs fixes
    
    * reset password icons, fixing
    
    * classic theme error offset left added
    
    * input focus fixed
    
    * aligned labels and errors to left
    
    * error delay fixed for classic theme
    
    * inputSkin removed
    
    * recovery phrase strong  text
    
    * autocomplete error icon overlap fixed
    
    * inlineinput cancel button fixed
    
    * amount input classic theme fixed
    
    * refactor css
    
    * hw create wallet name status icon
    
    * refactor savedialog
    
    * receiver field status icon
    
    * fixed saveDialog
    
    * classic theme input icon fix for modal header block
    
    * remove unwanted \n
    
    * Numbers of addresses is overlapped by drop [ch1384]
    
    * Sync error spacing for both themes
    
    * Removing extra space between fields
    
    * Removing extra spacing for fields in classic theme
    
    * Fixing test it-60. clearInput doesn't work when using InputOwnSkin. Switching to clearInputUpdatingForm
    
    * Removing extra linebreaks
    ladomyriak authored and SebastienGllmt committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    8ebfac9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8a435d1 View commit details
    Browse the repository at this point in the history
  16. Change Mb to MB for file size [ch1677]

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    990ac71 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #740 from Emurgo/shin/ch1677/change-mb-to-mb-for-f…

    …ile-size
    
    shin/ch1677/change-Mb-to-MB-for-file-size
    SARVESHWAR SINGH authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1506700 View commit details
    Browse the repository at this point in the history
  18. Fix text style in Settings Paper Wallets [ch1628]

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    b93c21c View commit details
    Browse the repository at this point in the history
  19. make the start of the checkbox match the start of the title

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    0fbcb0b View commit details
    Browse the repository at this point in the history
  20. remove component outer margin from skin

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    81a6bf9 View commit details
    Browse the repository at this point in the history
  21. fix font-family and color

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    7c20387 View commit details
    Browse the repository at this point in the history
  22. fix font size of description from 13 to 12

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    ae388e2 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #693 from Emurgo/spec/server-status-endpoint

    server status endpoint spec
    YankoFelipe authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    b5ddc24 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #721 from Emurgo/yanko/ch1626/verify-address-text-…

    …style
    
    Matching the style of address and derivation path with InVision
    YankoFelipe authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    997c273 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    639419e View commit details
    Browse the repository at this point in the history
  26. updating image

    YankoFelipe committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    5ea1b05 View commit details
    Browse the repository at this point in the history
  27. Matching Restore Wallet dialog style

    joining the 2 components into one
    
    matching style
    
    removing the line break
    
    Specifying OptionBlock title type
    
    removing the use of FormattedHTMLMessage
    YankoFelipe committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    9be0fbf View commit details
    Browse the repository at this point in the history
  28. full impl of flexible CheckboxOwnSkin

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1003232 View commit details
    Browse the repository at this point in the history
  29. readjust margins

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    cf81e1d View commit details
    Browse the repository at this point in the history
  30. fix styles

    SARVESHWAR SINGH committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    bf997d7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5c8d604 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Merge pull request #719 from Emurgo/shin/ch1628/fix-text-style-in-set…

    …tings-paper-wallets
    
    shin/ch1628/fix-text-style-in-settings-paper-wallets
    nicarq authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    2236b85 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #741 from Emurgo/yanko/ch1513/remove-white-line-in…

    …-front-page
    
    yanko/ch1513/remove-white-line-in-front-page
    SARVESHWAR SINGH authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    3506eb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #706 from Emurgo/yanko/ch1564/fix-text-Restore-Wallet

    Matching Restore Wallet dialog style
    nicarq authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    239772d View commit details
    Browse the repository at this point in the history
  4. change hover area to whole card

    SARVESHWAR SINGH committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    bf743ff View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop'

    SARVESHWAR SINGH committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    2edaa4c View commit details
    Browse the repository at this point in the history
  6. fix vertical alignment

    SARVESHWAR SINGH committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    9e15a8d View commit details
    Browse the repository at this point in the history
  7. for tx status label set width based on theme as font size is on highe…

    …r side for label
    SARVESHWAR SINGH committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    30e6c16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c38bde1 View commit details
    Browse the repository at this point in the history
  9. Upgrade Mobx & related libraries to v5 (#733)

    * upgrade to v5
    
    * fix tests
    
    * PR feedback
    SebastienGllmt authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    9aa12d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e37ad22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5043c5f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #723 from Emurgo/yanko/ch1414/remove-line-in-tx-li…

    …st-classic
    
    Removing line in Tx list in classic theme
    nicarq authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    1145700 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #734 from Emurgo/yanko/ch1520/tx-list-column-align…

    …ment
    
    fixing columns alignment in Tx list
    nicarq authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c3f82cb View commit details
    Browse the repository at this point in the history
  14. Switched dev config to testnet and updated readme (#747)

    * Edited dev config to use testnet
    
    * Changed log-file naming for testnet
    
    * Updated testnet info in readme
    
    * typo
    
    * typo
    vsubhuman authored and SebastienGllmt committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    879170f View commit details
    Browse the repository at this point in the history
  15. Small UI fixes (#727)

    * Password instructions with bold words
    
    * Disable Clear and Remove Last buttons if no words are entered
    
    * Back button in recovery phrase dialog
    
    * Disable Next button until passwords are valid (Paper Wallet)
    
    * Style of message in Verify Paper Wallet step
    leivaburto authored and SebastienGllmt committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    ea162f0 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #724 from Emurgo/leivaburto/ch1546/scrollbar-hidde…

    …n-hw-dialogs
    
    Hide dialog scrollbar if window height is available
    nicarq authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e232c4e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    938fc04 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. update text

    nicarq committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    07e6189 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7edce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #749 from Emurgo/nico/update-server-error-text

    update text when there is a problem with our servers
    nicarq authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    942c429 View commit details
    Browse the repository at this point in the history
  4. New Crowdin translations (#737)

    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.md (Spanish)
    
    * New translations en-US.md (ru-RU)
    
    * New translations en-US.md (ko-KR)
    
    * New translations en-US.md (ja-JP)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.md (de-DE)
    
    * New translations en-US.md (fr-FR)
    
    * New translations en-US.md (zh-Hant)
    
    * New translations en-US.md (zh-Hans)
    
    * New translations en-US.md (Italian)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.md (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.md (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.md (Italian)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.md (ru-RU)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.md (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.md (Spanish)
    
    * New translations en-US.md (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.md (ja-JP)
    
    * New translations en-US.json (id-ID)
    nicarq authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    aa88487 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #744 from Emurgo/yanko/ch1632/fix-text-color-start…

    …-page
    
    yanko/ch1632/fix-text-color-start-page
    SARVESHWAR SINGH authored Jul 4, 2019
    Configuration menu
    Copy the full SHA
    10b1b6e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Wallet receive page unify block title

    SARVESHWAR SINGH committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d1eebab View commit details
    Browse the repository at this point in the history
  2. TransferInstructionsPage unify block title style

    SARVESHWAR SINGH committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    2998cf4 View commit details
    Browse the repository at this point in the history
  3. TransferMnemonicPage unify block title style

    SARVESHWAR SINGH committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e7e8aa1 View commit details
    Browse the repository at this point in the history
  4. TransferMnemonicPage classic theme unify block title

    SARVESHWAR SINGH committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    722c59b View commit details
    Browse the repository at this point in the history
  5. New Crowdin translations (#750)

    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.md (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (ja-JP)
    nicarq authored Jul 5, 2019
    Configuration menu
    Copy the full SHA
    9688d91 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Configuration menu
    Copy the full SHA
    c1757fc View commit details
    Browse the repository at this point in the history
  2. Add warning for URI Scheme and change warning box UI (#739)

    * add and change warning
    
    * WarningBox redesign
    
    * move WarningBox from forms directory
    
    * move WarningBox to top
    
    * fix styles
    
    * fix send form style
    
    * fix WalletSendConfirmationDialog style
    
    * add new TransferWaitingPage
    
    * removed warning from AnnotatedLoader
    
    * add WarningBox to TransferWaitingPage
    
    * fix AnnotatedLoader style
    
    * fix internetConnectionWarning text
    
    * apply theme
    
    * fix Style
    
    * fix more style
    
    * fix dialog width
    
    * fix scrollbar in classic theme
    SebastienGllmt authored Jul 6, 2019
    Configuration menu
    Copy the full SHA
    0e011cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c501c03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0ae865 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. New Crowdin translations (#758)

    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    nicarq authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    0ad229f View commit details
    Browse the repository at this point in the history
  2. shin/ch1630/fix-links-style-in-settings-support (#730)

    * fix text style of labels in Setting General [ch1629]
    
    * review fix
    
    * review fix
    SARVESHWAR SINGH authored and SebastienGllmt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8c873ed View commit details
    Browse the repository at this point in the history
  3. Fix Generate Url dialog [ch1696] (#751)

    SARVESHWAR SINGH authored and SebastienGllmt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    6850367 View commit details
    Browse the repository at this point in the history
  4. review fix: remove font-weight

    SARVESHWAR SINGH committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4b36010 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #756 from Emurgo/shin/ch1699/fix-classic-theme-blo…

    …ck-title-style
    
    Shin/ch1699/fix classic theme block title style
    nicarq authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    f527669 View commit details
    Browse the repository at this point in the history
  6. Fix conflicts

    SARVESHWAR SINGH committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    9667fa9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #748 from Emurgo/leivaburto/ch1689/support-logs-an…

    …d-download-button
    
    Downloads Logs button in Support section
    SARVESHWAR SINGH authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    bccfa57 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e7675df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1ca86fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a8759e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5f605f9 View commit details
    Browse the repository at this point in the history
  12. Bump @babel/plugin-transform-runtime from 7.4.4 to 7.5.0 (#763)

    Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel) from 7.4.4 to 7.5.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.4.4...v7.5.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    1644caf View commit details
    Browse the repository at this point in the history
  13. Bump webpack from 4.35.0 to 4.35.2 (#761)

    Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v4.35.0...v4.35.2)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a9ff8de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c73863f View commit details
    Browse the repository at this point in the history
  15. Bump @babel/plugin-proposal-class-properties from 7.4.4 to 7.5.0 (#764)

    Bumps [@babel/plugin-proposal-class-properties](https://github.com/babel/babel) from 7.4.4 to 7.5.0.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
    - [Commits](babel/babel@v7.4.4...v7.5.0)
    
    Signed-off-by: dependabot-preview[bot] <[email protected]>
    dependabot-preview[bot] authored and SebastienGllmt committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    3f0aaa4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    aa0089d View commit details
    Browse the repository at this point in the history
  17. Prep work for URI Prompt page (#754)

    * change browser detection logic
    
    * make it easier to add new steps to app start
    
    * fix test
    
    * PR feedback
    
    * Fix tests
    SebastienGllmt authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    083b392 View commit details
    Browse the repository at this point in the history
  18. Implement UI for URI Scheme Prompt (#776)

    * rebase
    
    * fix test on Firefox
    SebastienGllmt authored Jul 8, 2019
    Configuration menu
    Copy the full SHA
    8070062 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Add script for developing against the mock backend server (#755)

    * feature: add script for developing against the mock backend server
    
    * cleanup
    
    * fix?
    
    * fix again?
    yushih authored and SebastienGllmt committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    0750dfd View commit details
    Browse the repository at this point in the history
  2. New Crowdin translations (#777)

    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ko-KR)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (Spanish)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (fr-FR)
    
    * New translations en-US.json (Italian)
    
    * New translations en-US.json (de-DE)
    
    * New translations en-US.json (de-DE)
    nicarq authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    03912b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fdc2d5 View commit details
    Browse the repository at this point in the history
  4. New Crowdin translations (#780)

    * New translations en-US.json (zh-Hans)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.json (zh-Hant)
    
    * New translations en-US.md (zh-Hant)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (ja-JP)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (id-ID)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    
    * New translations en-US.json (ru-RU)
    nicarq authored and SebastienGllmt committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    115dd86 View commit details
    Browse the repository at this point in the history
  5. bump to 180 (#746)

    SebastienGllmt authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    30dd651 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    37f2647 View commit details
    Browse the repository at this point in the history