Adding a syndicate pairing page with some notes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@namespace Shared.Components
|
||||
@namespace Shared.Components
|
||||
|
||||
@if (Card != null)
|
||||
{
|
||||
@@ -37,11 +37,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if (Card.Faction != null)
|
||||
@if (Card.Syndicate != null)
|
||||
{
|
||||
<div class="detail-field">
|
||||
<span class="field-label"><i class="bi bi-flag-fill"></i> Faction</span>
|
||||
<span class="field-value">@Card.Faction</span>
|
||||
<span class="field-value">@Card.Syndicate</span>
|
||||
</div>
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@namespace Shared.Components
|
||||
@namespace Shared.Components
|
||||
|
||||
<div class="deck-card-row">
|
||||
@foreach (var group in Cards.GroupBy(x => x))
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@namespace Shared.Components
|
||||
@namespace Shared.Components
|
||||
|
||||
<div class="mana-curve">
|
||||
@foreach (var entry in Distribution)
|
||||
|
||||
Reference in New Issue
Block a user