Remove technical noise from lookup UX

This commit is contained in:
2026-03-15 01:20:48 +01:00
parent e5e34296a4
commit ef15bce7c4
6 changed files with 33 additions and 136 deletions

View File

@@ -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">