diff --git a/Chrono/Model/CardData.cs b/Chrono/Model/CardData.cs index 7963ccb..3839760 100644 --- a/Chrono/Model/CardData.cs +++ b/Chrono/Model/CardData.cs @@ -12,7 +12,6 @@ public class CardData ? MathF.Round((Health.Value + Attack.Value) / (float)Cost.Value, 2) : 0; - public string? Description { get; init; } public string? Faction { get; init; } public string? Set { get; init; } diff --git a/Chrono/Web/Pages/Agents.razor b/Chrono/Web/Pages/Agents.razor index f10f2c9..d4d41bb 100644 --- a/Chrono/Web/Pages/Agents.razor +++ b/Chrono/Web/Pages/Agents.razor @@ -5,18 +5,19 @@
- + diff --git a/Chrono/Web/_Imports.razor b/Chrono/Web/_Imports.razor index ac8f359..6b0f21d 100644 --- a/Chrono/Web/_Imports.razor +++ b/Chrono/Web/_Imports.razor @@ -10,4 +10,5 @@ @using Web @using Web.Layout @using Telerik.Blazor -@using Telerik.Blazor.Components \ No newline at end of file +@using Telerik.Blazor.Components +@using Telerik.DataSource \ No newline at end of file diff --git a/Chrono/Web/wwwroot/index.html b/Chrono/Web/wwwroot/index.html index 74e6b4c..df8a80d 100644 --- a/Chrono/Web/wwwroot/index.html +++ b/Chrono/Web/wwwroot/index.html @@ -14,6 +14,7 @@ +