diff --git a/internal/version/VERSION b/internal/version/VERSION index 951b1d28..9f0a4c06 100644 --- a/internal/version/VERSION +++ b/internal/version/VERSION @@ -1 +1 @@ -v5.0.0-beta-2506102052 +v5.0.0-beta-2506102124 diff --git a/report.go b/report.go index d2b3625b..d9508c03 100644 --- a/report.go +++ b/report.go @@ -683,38 +683,7 @@ const htmlTemplate = ` word-break: break-all; } - .controls { - background: white; - padding: 20px; - border-radius: 10px; - margin-bottom: 30px; - box-shadow: 0 2px 4px rgba(0,0,0,0.1); - text-align: center; - } - .controls button { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); - color: white; - border: none; - padding: 12px 24px; - margin: 0 10px; - border-radius: 6px; - cursor: pointer; - font-size: 14px; - font-weight: 500; - transition: all 0.3s ease; - box-shadow: 0 2px 4px rgba(0,0,0,0.1); - } - - .controls button:hover { - transform: translateY(-2px); - box-shadow: 0 4px 8px rgba(0,0,0,0.2); - } - - .controls button:active { - transform: translateY(0); - box-shadow: 0 2px 4px rgba(0,0,0,0.1); - } .test-cases { margin-top: 20px; @@ -914,21 +883,12 @@ const htmlTemplate = ` align-items: center; gap: 18px; margin-bottom: 15px; - cursor: pointer; - transition: all 0.3s ease; padding: 12px 15px; border-radius: 8px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border: 1px solid #dee2e6; } - .action-header:hover { - background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%); - border-color: #007bff; - transform: translateY(-1px); - box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2); - } - .action-header strong { color: #007bff; font-size: 1.1em; @@ -950,26 +910,11 @@ const htmlTemplate = ` line-height: 1.4; } - .action-toggle { - margin-left: auto; - font-size: 0.8em; - color: #6c757d; - transition: transform 0.3s; - } - .action-toggle.rotated { - transform: rotate(-90deg); - } - .action-toggle.collapsed { - transform: rotate(-90deg); - } + .action-content { - display: none; - } - - .action-content.expanded { display: block; } @@ -1995,11 +1940,7 @@ const htmlTemplate = ` gap: 8px; } - .controls button { - padding: 6px 10px; - font-size: 0.8em; - margin: 2px; - } + .logs-header { flex-direction: column; @@ -2193,10 +2134,7 @@ const htmlTemplate = ` -