feat: weapon stat columns + column visibility toggles
New columns: Max Damage, Attack Bonus, Material, Workmanship. All columns now driven by RESULT_COLUMNS config array. Column visibility toggles bar above results — checkboxes to show/hide any column, persisted to localStorage. Coverage column hidden by default. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7f7595b5b6
commit
0b91f111ad
2 changed files with 97 additions and 102 deletions
|
|
@ -1138,6 +1138,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div style="background:#f0f0f0;padding:3px 8px;border:1px solid #ccc;border-bottom:none;font-size:9px;display:flex;align-items:center;gap:4px;flex-wrap:wrap;">
|
||||
<strong style="margin-right:4px;">Columns:</strong>
|
||||
<span id="columnToggles"></span>
|
||||
</div>
|
||||
<div class="results-container" id="searchResults">
|
||||
<div class="no-results">Enter search criteria above and click "Search Items" to find inventory items.</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue