Merge pull request 'Auto-commit local changes before build (2026-01-04 18:12:52)' (#31) from v20260104-17-reports-html-trend-match-status-size into main

Reviewed-on: #31
This commit is contained in:
Ivo Oskamp 2026-01-13 11:02:08 +01:00
commit 8934038320
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
v20260104-16-reports-html-trend-size-match
v20260104-17-reports-html-trend-match-status-size

View File

@ -1675,8 +1675,8 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
</div>
</div>
<div class="row g-3 mb-3">
<div class="col-12 col-xl-6">
<div class="row g-3 mb-3 justify-content-center">
<div class="col-12 col-xl-4">
<div class="card shadow-sm">
<div class="card-header bg-white">
<div class="fw-semibold">Success rate trend</div>
@ -1687,7 +1687,7 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
</div>
</div>
</div>
<div class="col-12 col-xl-6">
<div class="col-12 col-xl-4">
<div class="card shadow-sm">
<div class="card-header bg-white">
<div class="fw-semibold">Status distribution</div>

View File

@ -321,6 +321,14 @@
- Adjusted the HTML report layout so the **Success rate trend** chart has the same size as the **Status distribution** chart.
- Both charts now use an equal column width and consistent canvas height to prevent visual layout gaps.
---
## v20260104-17-reports-html-trend-match-status-size
- Restored the original size of the **Status distribution** chart.
- Adjusted the **Success rate trend** chart to match the exact size of the Status distribution chart.
- Aligned both charts to use the same column width and fixed canvas height to ensure a consistent layout without gaps.
================================================================================================================================================
## v0.1.15