Remove non-functional layout chrome

This commit is contained in:
2026-03-15 01:30:07 +01:00
parent ef15bce7c4
commit e526b5238b
8 changed files with 37 additions and 154 deletions

View File

@@ -2,12 +2,6 @@
<PageTitle>API Surface</PageTitle>
<section class="hero-panel">
<span class="eyebrow">Minimal API</span>
<h1 class="page-title">Endpoints for attack, critical lookup, and manual critical-table curation.</h1>
<p class="lede">The Blazor UI uses the same lookup service that the API exposes, so this page doubles as the first integration contract for both read and write workflows.</p>
</section>
<div class="api-grid">
<section class="panel">
<h2 class="panel-title">Reference data</h2>

View File

@@ -6,19 +6,12 @@
@if (referenceData is null)
{
<section class="hero-panel">
<h1 class="page-title">Preparing the lookup desk...</h1>
<p class="lede">Loading the tables and options for play.</p>
<section class="panel">
<p class="muted">Loading tables and options...</p>
</section>
}
else
{
<section class="hero-panel">
<span class="eyebrow">Session Lookup</span>
<h1 class="page-title">Resolve attacks and criticals fast.</h1>
<p class="lede">Choose the table, enter the roll, and read the outcome without digging through extra metadata.</p>
</section>
<div class="dashboard-grid">
<section class="panel">
<h2 class="panel-title">Attack Lookup</h2>

View File

@@ -8,12 +8,6 @@
<PageTitle>Critical Tables</PageTitle>
<section class="hero-panel">
<span class="eyebrow">Critical Tables</span>
<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">
<div class="table-selector">
<label for="critical-table-select">Critical table</label>