From 42099f24eea1a3858d980e707a3333854a14e0e9 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 5 Jul 2022 22:36:02 -0400 Subject: improve log parser's 'suggested fixes' styles --- docs/release-notes.md | 4 ++- src/SMAPI.Web/Views/LogParser/Index.cshtml | 4 +-- src/SMAPI.Web/wwwroot/Content/css/log-parser.css | 34 +++++++++++++++++++++--- 3 files changed, 35 insertions(+), 7 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8361a780..a94bb295 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -18,7 +18,9 @@ * The [FluentHttpClient package](https://github.com/Pathoschild/FluentHttpClient#readme) is now loaded by SMAPI. * For the web UI: - * The log parser now detects a missing or outdated Error Handler mod for its 'suggested fixes' section. + * Improved the log parser's 'suggested fixes' section: + * added warning if Error Handler is missing or outdated; + * improved visual styles. * Updated the JSON validator/schema for Content Patcher 1.27.0. * Fixed the mod count in the log parser metadata. diff --git a/src/SMAPI.Web/Views/LogParser/Index.cshtml b/src/SMAPI.Web/Views/LogParser/Index.cshtml index 8bf5d86d..b824b768 100644 --- a/src/SMAPI.Web/Views/LogParser/Index.cshtml +++ b/src/SMAPI.Web/Views/LogParser/Index.cshtml @@ -39,7 +39,7 @@ } - + @@ -248,7 +248,7 @@ else if (log?.IsValid == true)