...
This commit is contained in:
@@ -13,10 +13,15 @@
|
||||
<h1>Decks</h1>
|
||||
<div class="decks-header-row">
|
||||
<p class="text-secondary">@decks.Count deck@(decks.Count != 1 ? "s" : "")</p>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="showPrecons" @bind="showPrecons"
|
||||
@bind:after="RefreshDecks">
|
||||
<label class="form-check-label" for="showPrecons">Show Precons</label>
|
||||
<div class="d-flex align-items-center gap-3">
|
||||
<a href="deck-builder" class="btn btn-primary btn-sm btn-create-deck">
|
||||
<i class="bi bi-plus-lg me-1"></i> Create Deck
|
||||
</a>
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" id="showPrecons" @bind="showPrecons"
|
||||
@bind:after="RefreshDecks">
|
||||
<label class="form-check-label" for="showPrecons">Show Precons</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user