Cryptocoin: display images and QR codes

This commit is contained in:
Alex Gleason 2021-06-09 15:58:35 -05:00
parent 561ff2b53f
commit 149c7718c3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
7 changed files with 11 additions and 1 deletions

View file

@ -9,7 +9,7 @@
],
"coinData": {
"btc": { "title": "Bitcoin" },
"eth": { "title": "Etherium" },
"eth": { "title": "Ethereum" },
"ltc": { "title": "Litecoin" },
"doge": { "title": "Dogecoin" },
"xmr": { "title": "Monero" }

Binary file not shown.

View file

@ -81,6 +81,7 @@
@import 'components/server-info';
@import 'components/admin';
@import 'components/backups';
@import 'components/cryptocoin';
// Holiday
@import 'holiday/halloween';

View file

@ -0,0 +1,3 @@
.coin {
padding: 20px;
}

View file

@ -59,6 +59,7 @@
"classnames": "^2.2.5",
"compression-webpack-plugin": "^6.0.2",
"copy-webpack-plugin": "6.4.0",
"cryptocurrency-icons": "^0.17.2",
"css-loader": "^4.3.0",
"cssnano": "^4.1.10",
"detect-passive-events": "^2.0.0",

View file

@ -3866,6 +3866,11 @@ crypto-browserify@^3.11.0:
randombytes "^2.0.0"
randomfill "^1.0.3"
cryptocurrency-icons@^0.17.2:
version "0.17.2"
resolved "https://registry.yarnpkg.com/cryptocurrency-icons/-/cryptocurrency-icons-0.17.2.tgz#25811b450d8698e7985bc91005d89555f13e6686"
integrity sha512-301lellubLNhxkySIBNNG3VD05rWfMR+CFgo9LoLfuNybG2OLy0mpWduxv65WZkJpLl9hhpaVAxCV5SYbG5o9A==
css-color-names@0.0.4, css-color-names@^0.0.4:
version "0.0.4"
resolved "https://registry.yarnpkg.com/css-color-names/-/css-color-names-0.0.4.tgz#808adc2e79cf84738069b646cb20ec27beb629e0"