Skip to content

fix(vscode): remove BETA tag from welcome screen#7829

Open
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/vscode-remove-beta-badge
Open

fix(vscode): remove BETA tag from welcome screen#7829
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
fix/vscode-remove-beta-badge

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot bot commented Mar 27, 2026

Summary

  • Remove the "Beta" badge/pill from the migration wizard's "What's New" welcome screen
  • Remove the .migration-wizard__badge CSS class that styled the badge
  • Remove the migration.whatsNew.badge i18n key from all 18 locale files (ar, br, bs, da, de, en, es, fr, ja, ko, nl, no, pl, ru, th, tr, zh, zht)

Changes

File Change
MigrationWizard.tsx Remove <span class="migration-wizard__badge"> element from the title
migration.css Remove .migration-wizard__badge CSS rule block (11 lines)
i18n/*.ts (18 files) Remove "migration.whatsNew.badge" key

Testing

The badge <span> was only rendered in the "What's New" screen header. Removal is purely cosmetic with no behavioral impact.

Remove the "Beta" badge/pill from the migration wizard "What's New"
screen. This removes the <span> element, its CSS class
(.migration-wizard__badge), and the i18n key (migration.whatsNew.badge)
from all 18 locale files.
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot bot commented Mar 27, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (20 files)
  • packages/kilo-vscode/webview-ui/src/components/migration/MigrationWizard.tsx
  • packages/kilo-vscode/webview-ui/src/components/migration/migration.css
  • packages/kilo-vscode/webview-ui/src/i18n/ar.ts
  • packages/kilo-vscode/webview-ui/src/i18n/br.ts
  • packages/kilo-vscode/webview-ui/src/i18n/bs.ts
  • packages/kilo-vscode/webview-ui/src/i18n/da.ts
  • packages/kilo-vscode/webview-ui/src/i18n/de.ts
  • packages/kilo-vscode/webview-ui/src/i18n/en.ts
  • packages/kilo-vscode/webview-ui/src/i18n/es.ts
  • packages/kilo-vscode/webview-ui/src/i18n/fr.ts
  • packages/kilo-vscode/webview-ui/src/i18n/ja.ts
  • packages/kilo-vscode/webview-ui/src/i18n/ko.ts
  • packages/kilo-vscode/webview-ui/src/i18n/nl.ts
  • packages/kilo-vscode/webview-ui/src/i18n/no.ts
  • packages/kilo-vscode/webview-ui/src/i18n/pl.ts
  • packages/kilo-vscode/webview-ui/src/i18n/ru.ts
  • packages/kilo-vscode/webview-ui/src/i18n/th.ts
  • packages/kilo-vscode/webview-ui/src/i18n/tr.ts
  • packages/kilo-vscode/webview-ui/src/i18n/zh.ts
  • packages/kilo-vscode/webview-ui/src/i18n/zht.ts

Reviewed by gpt-5.4-20260305 · 1,443,709 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants