ElLorans / Best-MTG-Deck

Website that takes list of cards as an input and shows how much you should spend to build every MTG Tier deck. Support for MTGA included.
https://bestdeckforyou.pythonanywhere.com/
Apache License 2.0
26 stars 2 forks source link

Add "Copy" button to decklist page #16

Open ElLorans opened 3 years ago

ElLorans commented 3 years ago

I should add a button to copy the decklist in one click and a button to copy only the missing cards. The code is already under the function "function copyBBDeck()" in "decklist_formatter.html", so modifying "deck.html" should be easy.