CryptoDonate: refactor, rename, reorganize
This commit is contained in:
parent
149c7718c3
commit
483fadb7c2
14 changed files with 2 additions and 19 deletions
BIN
app/soapbox/features/crypto_donate/components/crypto_address.js
Normal file
BIN
app/soapbox/features/crypto_donate/components/crypto_address.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/crypto_donate/components/site_wallet.js
Normal file
BIN
app/soapbox/features/crypto_donate/components/site_wallet.js
Normal file
Binary file not shown.
Binary file not shown.
BIN
app/soapbox/features/crypto_donate/utils/coin_db.js
Normal file
BIN
app/soapbox/features/crypto_donate/utils/coin_db.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/crypto_donate/utils/coin_icons.js
Normal file
BIN
app/soapbox/features/crypto_donate/utils/coin_icons.js
Normal file
Binary file not shown.
BIN
app/soapbox/features/crypto_donate/utils/manifest_map.js
Normal file
BIN
app/soapbox/features/crypto_donate/utils/manifest_map.js
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
"supportedCoins": [
|
||||
"btc",
|
||||
"eth",
|
||||
"ltc",
|
||||
"doge",
|
||||
"ubq",
|
||||
"xmr"
|
||||
],
|
||||
"coinData": {
|
||||
"btc": { "title": "Bitcoin" },
|
||||
"eth": { "title": "Ethereum" },
|
||||
"ltc": { "title": "Litecoin" },
|
||||
"doge": { "title": "Dogecoin" },
|
||||
"xmr": { "title": "Monero" }
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -81,7 +81,7 @@
|
|||
@import 'components/server-info';
|
||||
@import 'components/admin';
|
||||
@import 'components/backups';
|
||||
@import 'components/cryptocoin';
|
||||
@import 'components/crypto-donate';
|
||||
|
||||
// Holiday
|
||||
@import 'holiday/halloween';
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.coin {
|
||||
.crypto-address {
|
||||
padding: 20px;
|
||||
}
|
Loading…
Reference in a new issue