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

This commit is contained in:
Ivo Oskamp 2026-01-04 18:07:10 +01:00
parent 6a0aa53cd0
commit 9f61ed6629
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>
<div class="row g-3 mb-3"> <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 shadow-sm">
<div class="card-header bg-white"> <div class="card-header bg-white">
<div class="fw-semibold">Success rate trend</div> <div class="fw-semibold">Success rate trend</div>
<div class="small-muted">Daily success rate based on generated snapshots</div> <div class="small-muted">Daily success rate based on generated snapshots</div>
</div> </div>
<div class="card-body"> <div class="card-body">
<canvas id="chartTrend" height="110"></canvas> <canvas id="chartTrend" height="180"></canvas>
</div> </div>
</div> </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 shadow-sm">
<div class="card-header bg-white"> <div class="card-header bg-white">
<div class="fw-semibold">Status distribution</div> <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. - 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. - 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 ## v0.1.15