mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 16:10:12 +01:00
feat: implement batch build and comparison
This commit is contained in:
parent
1d95c5cbd0
commit
f1e21873e7
20 changed files with 2691 additions and 6 deletions
8
code/web/templates/build/_batch_progress.html
Normal file
8
code/web/templates/build/_batch_progress.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{# Batch Build Progress Indicator - Multiple Builds Running in Parallel #}
|
||||
<div id="batch-progress-container" style="min-height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem;">
|
||||
<div hx-get="/build/batch-progress?batch_id={{ batch_id }}"
|
||||
hx-trigger="load, every 1s"
|
||||
hx-swap="innerHTML">
|
||||
{% include "build/_batch_progress_content.html" %}
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue