Adding a syndicate pairing page with some notes

This commit is contained in:
2026-07-17 17:12:39 -04:00
parent 8fa0422be4
commit e64193639e
50 changed files with 1689 additions and 398 deletions
@@ -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 -1
View File
@@ -1,4 +1,4 @@
@namespace Shared.Components
@namespace Shared.Components
<div class="deck-card-row">
@foreach (var group in Cards.GroupBy(x => x))
+1 -1
View File
@@ -1,4 +1,4 @@
@namespace Shared.Components
@namespace Shared.Components
<div class="mana-curve">
@foreach (var entry in Distribution)