feat: implement batch build and comparison

This commit is contained in:
matt 2025-10-20 18:29:53 -07:00
parent 1d95c5cbd0
commit f1e21873e7
20 changed files with 2691 additions and 6 deletions

View 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>