Skip to content

Commit 50d6911

Browse files
committed
Update UI: Change 'Advanced Analysis (Python only)' to '(All Languages)'
- Heading now shows: Advanced Analysis (All Languages) with green badge - Updated description: Enterprise-grade analysis for 40+ languages - Highlights: Complexity metrics, security vulnerabilities, automated fixes - Accurately reflects that all advanced features work for all languages - Improved user clarity and feature discoverability
1 parent c8c84b4 commit 50d6911

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code_quality_analyzer/webapp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@
851851
</div>
852852
853853
<div class="advanced-options" style="margin: 20px 0; padding: 15px; background: var(--input-bg); border-radius: 10px; border: 1px solid var(--border-color);">
854-
<h4 style="margin-bottom: 10px; font-size: 1em;"><i class="fas fa-sliders-h"></i> Advanced Analysis (Python only)</h4>
854+
<h4 style="margin-bottom: 10px; font-size: 1em;"><i class="fas fa-sliders-h"></i> Advanced Analysis <span style="color: var(--success-color); font-size: 0.85em;">(All Languages)</span></h4>
855855
<div style="display: flex; gap: 20px; flex-wrap: wrap;">
856856
<label style="display: flex; align-items: center; gap: 8px; cursor: pointer;">
857857
<input type="checkbox" name="autofix" value="true" id="autofixCheck" style="width: 18px; height: 18px; cursor: pointer;">
@@ -863,7 +863,7 @@
863863
</label>
864864
</div>
865865
<p style="margin-top: 8px; font-size: 0.85em; opacity: 0.7;">
866-
<i class="fas fa-info-circle"></i> Enable advanced features for deeper analysis and automated fixes
866+
<i class="fas fa-rocket"></i> Enterprise-grade analysis: Complexity metrics, security vulnerabilities, and automated fixes for 40+ languages
867867
</p>
868868
</div>
869869

0 commit comments

Comments
 (0)