Skip to content

fix(vscode): remove Beta badge from migration welcome screen#7828

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

fix(vscode): remove Beta badge from migration welcome screen#7828
kilo-code-bot[bot] wants to merge 1 commit intomainfrom
remove-beta-badge

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

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

Summary

  • Removes the "Beta" badge pill from the "What's New in Kilo Code" welcome/migration screen
  • Deletes the <span class="migration-wizard__badge"> element from MigrationWizard.tsx
  • Removes the .migration-wizard__badge CSS rule block from migration.css
  • Removes the migration.whatsNew.badge translation key from all 18 i18n locale files (ar, br, bs, da, de, en, es, fr, ja, ko, nl, no, pl, ru, th, tr, zh, zht)

Remove the "Beta" badge/pill from the What's New screen in the
migration wizard. This removes the <span> element, its CSS styles,
and the corresponding i18n translation key 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,056,299 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