diff --git a/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor b/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor index ed3bce9..d626710 100644 --- a/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor +++ b/src/RolemasterDb.App/Components/Shared/CriticalCellCurationDialog.razor @@ -41,9 +41,9 @@ else if (Model is null) {
@ErrorMessage
+@GetVisibleErrorMessage()
} else { @@ -60,22 +60,15 @@ }@ReparseErrorMessage
+ } + @if (!string.IsNullOrWhiteSpace(SaveErrorMessage)) {@SaveErrorMessage
} -First line is the result prose. Later lines are base affixes or condition: ... lines with comma-separated shorthand.
No source image is available for this cell yet.
+ } +Example: Foe brings his guard up, frightened by your display. then +5, 1mp or w/o shield: glancing blow, +15, 3s, 3np.
@entry.Token
+ =
+ @GetParserNoteSummary(Model.ValidationMessages.Count)
+ } + @if (HasComparisonDifferences(Model, ComparisonBaseline)) + { +Fresh generation differs from the current edited card. Review Generated Compare before saving if you want to keep the overrides.
+ } +@ErrorMessage
- } - - @if (ShowSectionHeader) - { -First line is the result prose. Later lines are base affixes or condition: ... lines with comma-separated shorthand.
No source image is available for this cell yet.
- } -Example: Foe brings his guard up, frightened by your display. then +5, 1mp or w/o shield: glancing blow, +15, 3s, 3np.
@entry.Token
- =
- @GetParserNoteSummary(Model.ValidationMessages.Count)
- } - - @if (!string.IsNullOrWhiteSpace(ComparisonHintText)) - { -@ComparisonHintText
- } - - @if (ShowDescriptionEditor) - { -