From aeca48c4190afaf64191253446a869019f4557f5 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 19 Nov 2018 19:22:55 -0500 Subject: fix beta header shown on compat list when there's no current beta --- docs/release-notes.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 90986cd4..9307bf35 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,4 +1,8 @@ # Release notes +## Upcoming +* For the web UI: + * Fixed compatibility list showing beta header when there's no beta in progress. + ## 2.8.2 * Fixed game crash in MacOS since SMAPI 2.8. -- cgit From ba7d6a0e5119395933e1fe696944cd175ff68eed Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 22 Nov 2018 16:16:59 -0500 Subject: add compatibility stats to mod page --- docs/release-notes.md | 1 + src/SMAPI.Web/Views/Mods/Index.cshtml | 11 +++-- src/SMAPI.Web/wwwroot/Content/js/mods.js | 77 ++++++++++++++++++++++++-------- 3 files changed, 67 insertions(+), 22 deletions(-) (limited to 'docs') diff --git a/docs/release-notes.md b/docs/release-notes.md index 9307bf35..909b46a0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,7 @@ # Release notes ## Upcoming * For the web UI: + * Added stats to compatibility list. * Fixed compatibility list showing beta header when there's no beta in progress. ## 2.8.2 diff --git a/src/SMAPI.Web/Views/Mods/Index.cshtml b/src/SMAPI.Web/Views/Mods/Index.cshtml index 372d6706..a49a24d9 100644 --- a/src/SMAPI.Web/Views/Mods/Index.cshtml +++ b/src/SMAPI.Web/Views/Mods/Index.cshtml @@ -4,11 +4,11 @@ ViewData["Title"] = "SMAPI mod compatibility"; } @section Head { - + - +