Skip to content

Commit 3a0026f

Browse files
GeneAIclaude
authored andcommitted
style(vscode): Add subtle (Beta) label to Workflows card in Power tab
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 280db7c commit 3a0026f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode-extension/src/panels/EmpathyDashboardPanel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
20232023
<button class="tab active" data-tab="power">Power</button>
20242024
<button class="tab" data-tab="health">Health</button>
20252025
<button class="tab" data-tab="costs">Costs</button>
2026-
<button class="tab" data-tab="workflows">Workflows <span style="font-size: 9px; opacity: 0.6; font-weight: normal;">(Beta)</span></button>
2026+
<button class="tab" data-tab="workflows">Workflows</button>
20272027
</div>
20282028
20292029
<!-- Power Tab -->
@@ -2082,7 +2082,7 @@ export class EmpathyDashboardProvider implements vscode.WebviewViewProvider {
20822082
</div>
20832083
20842084
<div class="card" style="margin-top: 12px">
2085-
<div class="card-title">Workflows</div>
2085+
<div class="card-title">Workflows <span style="font-size: 10px; opacity: 0.6;">(Beta)</span></div>
20862086
<div class="actions-grid workflow-grid">
20872087
<button class="action-btn workflow-btn" data-workflow="pro-review">
20882088
<span class="action-icon">&#x2B50;</span>

0 commit comments

Comments
 (0)