Skip to content

Commit 6d29e5c

Browse files
author
k9ert
authored
Chore: Reworked extension list (#1895)
1 parent 60fe9ad commit 6d29e5c

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/cryptoadvance/specter/templates/services/choose.jinja

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
{% endif %}
217217
{% endfor %}
218218

219-
{{ plugin_card('Slush Pool', 'Import your mining rewards history', "https://github.com/kdmukai/slushpool-importer/raw/master/slushpool/static/slushpool/img/slushpool_icon.png", "https://github.com/kdmukai/slushpool-importer") }}
219+
{{ plugin_card('Slush Pool', 'Import your mining rewards history', "https://github.com/kdmukai/slushpool-importer/raw/fc62445d9e1ac304cb7f0bc25ede9618bd9403dc/src/kdmukai/specterext/slushpool/static/slushpool/img/slushpool_icon.png", "https://github.com/kdmukai/slushpool-importer") }}
220220

221221
<hr>
222222
<h2>Plugins in Alpha</h2>
@@ -231,6 +231,10 @@
231231

232232
{{ plugin_card("Specter Dice", "Simulate Satoshi Dice on Regtest", "https://github.com/k9ert/specterext-dice/raw/v0.0.0-pre1/src/k9ert/specterext/dice/static/dice/dice_logo.png","https://github.com/k9ert/specterext-dice") }}
233233

234+
{{ plugin_card('Spotbit', 'Price info service', "https://github.com/ahv15/spotbit/raw/spotbit-plugin/images/logos/spotbit_avatar.jpg", "https://github.com/ahv15/spotbit") }}
235+
236+
{{ plugin_card('Warden', 'Portfolio tracker', "https://github.com/yogendra-17/specterext-warden/raw/20e834e32a533fd0693244efe3b2830a4cd1b79f/src/yogendra/specterext/warden/static/images/warden_square_logo.png", "https://github.com/yogendra-17/specterext-warden") }}
237+
234238
<hr>
235239
<h2>Plugin Wishlist</h2>
236240
<br>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{{ plugin_card('Warden', 'Portfolio Tracker.', "https://github.com/pxsocs/warden/raw/master/warden/static/images/warden_square_logo.png", "https://github.com/pxsocs/warden") }}
2-
{{ plugin_card('Spotbit', 'Price Info Service.', "https://github.com/BlockchainCommons/spotbit/raw/master/images/logos/spotbit_avatar.jpg", "https://github.com/BlockchainCommons/spotbit") }}
31
{{ plugin_card('Device Blinder', 'Privacy in Collobarative Multisig.', url_for('static', filename='img/ghost_3d.png'), "https://github.com/mflaxman/blind-xpub") }}
4-
{{ plugin_card('Something missing?', 'Add to the wishlist.', url_for('static', filename='img/ghost.png'), "https://github.com/cryptoadvance/specter-desktop/edit/master/src/cryptoadvance/specter/templates/services/components/wishlist.jinja") }}
2+
{{ plugin_card('Joinmarket Frontend', 'Joinmarket Frontend', "https://raw.githubusercontent.com/cryptoadvance/specterext-jmf/e245825e909dd1d567cb4b427670d4e7018ca2c2/images/logo.svg" , "https://github.com/cryptoadvance/specterext-jmf") }}
3+
{{ plugin_card('Cashu', 'Chaumian Ecash wallet', url_for('static', filename='img/ghost.png') , "https://github.com/callebtc/cashu") }}
4+
{{ plugin_card('Something missing?', 'Add to the wishlist', url_for('static', filename='img/ghost.png'), "https://github.com/cryptoadvance/specter-desktop/edit/master/src/cryptoadvance/specter/templates/services/components/wishlist.jinja") }}
5+

0 commit comments

Comments
 (0)