Web UI: setup progress + logs folding, Finished Decks library, commander search UX (debounce, keyboard, highlights, color chips), ranking fixes (first-word priority, substring include), optional auto-select; setup start reliability (POST+GET), force runs, status with percent/ETA/timestamps; stepwise builder with added stage reporting and sidecar summaries; keyboard grid wrap-around; restrict commander search to eligible rows
2025-08-26 09:48:25 -07:00
|
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<section>
|
|
|
|
<div class="actions-grid">
|
|
|
|
<a class="action-button primary" href="/build">Build a Deck</a>
|
|
|
|
<a class="action-button" href="/configs">Run a JSON Config</a>
|
|
|
|
{% if show_setup %}<a class="action-button" href="/setup">Initial Setup</a>{% endif %}
|
Web UI polish: thumbnail-hover preview, white thumbnail selection, Themes bullet list; global Scryfall image retry (thumbs+previews) with fallbacks and cache-bust; standardized data-card-name. Deck Summary alignment overhaul (count//name/owned grid, tabular numerals, inset highlight, tooltips, starts under header). Added diagnostics (health + logs pages, error pages, request-id propagation), global HTMX error toasts, and docs updates. Update DOCKER guide and add run-web scripts. Update CHANGELOG and release notes template.
2025-08-27 11:21:46 -07:00
|
|
|
<a class="action-button" href="/owned">Owned Library</a>
|
Web UI: setup progress + logs folding, Finished Decks library, commander search UX (debounce, keyboard, highlights, color chips), ranking fixes (first-word priority, substring include), optional auto-select; setup start reliability (POST+GET), force runs, status with percent/ETA/timestamps; stepwise builder with added stage reporting and sidecar summaries; keyboard grid wrap-around; restrict commander search to eligible rows
2025-08-26 09:48:25 -07:00
|
|
|
<a class="action-button" href="/decks">Finished Decks</a>
|
|
|
|
{% if show_logs %}<a class="action-button" href="/logs">View Logs</a>{% endif %}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
{% endblock %}
|