Remove technical noise from lookup UX
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
<section class="hero-panel">
|
||||
<span class="eyebrow">Critical Tables</span>
|
||||
<h1 class="page-title">Browse every imported table</h1>
|
||||
<p class="lede">The authority on this page is the SQLite data that the importer maintains. Switch tables to see the full roll matrix, grouped columns, and affix legend for each import.</p>
|
||||
<h1 class="page-title">Browse critical results by table</h1>
|
||||
<p class="lede">Switch tables to read the full roll matrix, compare outcomes, and use the affix legend as quick play help.</p>
|
||||
</section>
|
||||
|
||||
<section class="panel tables-page">
|
||||
@@ -43,7 +43,7 @@
|
||||
}
|
||||
else if (!referenceData.CriticalTables.Any())
|
||||
{
|
||||
<p class="muted">No critical tables have been imported yet.</p>
|
||||
<p class="muted">No critical tables are available yet.</p>
|
||||
}
|
||||
else if (isDetailLoading)
|
||||
{
|
||||
@@ -61,12 +61,7 @@
|
||||
{
|
||||
<div class="table-shell">
|
||||
<header>
|
||||
<span class="eyebrow">@detail.SourceDocument</span>
|
||||
<h2 class="panel-title">@detail.DisplayName</h2>
|
||||
@if (!string.IsNullOrWhiteSpace(detail.Notes))
|
||||
{
|
||||
<p class="muted">@detail.Notes</p>
|
||||
}
|
||||
</header>
|
||||
|
||||
<div class="table-scroll">
|
||||
|
||||
Reference in New Issue
Block a user