Add toggle to fetch set symbols from Gatherer or use local images

This commit is contained in:
Josh Birnholz
2022-12-28 16:54:40 -05:00
committed by Josh birnholz
parent cf7001dc2e
commit fe0f8c4951
2 changed files with 8 additions and 2 deletions

View File

@@ -348,6 +348,10 @@
<input id='set-symbol-code' type='text' placeholder='Set Code' class='input' onchange='fetchSetSymbol();'>
<input id='set-symbol-rarity' type='text' placeholder='Rarity' class='input' onchange='fetchSetSymbol();'>
</div>
<label class='checkbox-container input margin-bottom'>Fetch from Gatherer
<input id='fetchSetSymbolFromGatherer' type='checkbox' checked onchange='fetchSetSymbol();'>
<span class='checkmark'></span>
</label>
<h5 class='collapsible collapsed padding input-description' onclick='toggleCollapse(event);'>
How to find set codes
</h5>