Upgrading bisq transaction type filter with a multiselect dropdown

This commit is contained in:
softsimon
2020-08-08 22:48:18 +07:00
parent fea79f2ff4
commit 648be481d7
5 changed files with 57 additions and 77 deletions

View File

@@ -21,6 +21,7 @@
"main": "index.ts",
"scripts": {
"ng": "ng",
"serve": "ng serve --proxy-config proxy.conf.json",
"start": "npm run generate-config && npm run sync-assets-dev && ng serve --proxy-config proxy.conf.json",
"build": "npm run generate-config && ng build --prod && npm run sync-assets",
"sync-assets": "node sync-assets.js",
@@ -49,6 +50,7 @@
"bootstrap": "4.5.0",
"chartist": "^0.11.4",
"clipboard": "^2.0.4",
"ngx-bootrap-multiselect": "^2.0.0",
"ngx-infinite-scroll": "^9.0.0",
"qrcode": "^1.4.4",
"rxjs": "^6.6.0",