Auto-commit local changes before build (2026-01-04 18:07:10) #30

Merged
ivooskamp merged 1 commits from v20260104-16-reports-html-trend-size-match into main 2026-01-13 11:00:52 +01:00
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
v20260104-15-reports-html-layout-gap-fix
v20260104-16-reports-html-trend-size-match

View File

@ -1676,18 +1676,18 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
</div>
<div class="row g-3 mb-3">
<div class="col-12 col-xl-8">
<div class="col-12 col-xl-6">
<div class="card shadow-sm">
<div class="card-header bg-white">
<div class="fw-semibold">Success rate trend</div>
<div class="small-muted">Daily success rate based on generated snapshots</div>
</div>
<div class="card-body">
<canvas id="chartTrend" height="110"></canvas>
<canvas id="chartTrend" height="180"></canvas>
</div>
</div>
</div>
<div class="col-12 col-xl-4">
<div class="col-12 col-xl-6">
<div class="card shadow-sm">
<div class="card-header bg-white">
<div class="fw-semibold">Status distribution</div>

View File

@ -314,6 +314,13 @@
- Fixed visual gaps in generated HTML report cards by ensuring card headers follow the rounded corners.
- Added overflow clipping on report cards so header/background are properly contained within the card border radius.
---
## v20260104-16-reports-html-trend-size-match
- 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.
================================================================================================================================================
## v0.1.15