Skip to content

Commit

Permalink
[DDW-860] Implement new Send screen (input-output-hk#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvalentin authored Jan 24, 2022
1 parent f8c97c5 commit de6ce25
Show file tree
Hide file tree
Showing 12 changed files with 885 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_tests_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "12"
- run: yarn install
- run: yarn test:jest
node-version: "14"
- run: yarn --frozen-lockfile
- run: yarn test:jest --maxWorkers=3
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Unified CPU info in diagnostics dialog ([PR 2818](https://github.com/input-output-hk/daedalus/pull/2818))
- Implemented wallet sorting on sidebar menu ([PR 2775](https://github.com/input-output-hk/daedalus/pull/2775))
- Implemented new token picker ([PR 2787](https://github.com/input-output-hk/daedalus/pull/2787))
- Improved wallet send form ([PR 2791](https://github.com/input-output-hk/daedalus/pull/2791))

### Chores

Expand Down
Loading

0 comments on commit de6ce25

Please sign in to comment.