Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit fb2d88f

Browse files
committed
chore: remove hiring announcement from VS Code extension
Remove the "we're hiring" careers section from the announcement modal and the CareersLink component. Also remove the "careers" i18n key from all 18 locale chat.json files.
1 parent 7adbfec commit fb2d88f

19 files changed

Lines changed: 18 additions & 56 deletions

File tree

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,6 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
7373
<Trans i18nKey="chat:announcement.support" components={{ githubLink: <GitHubLink /> }} />
7474
</div>
7575

76-
{/* Careers Section */}
77-
<div className="mt-2 text-sm text-center">
78-
<Trans
79-
i18nKey="chat:announcement.careers"
80-
components={{
81-
careersLink: <CareersLink />,
82-
}}
83-
/>
84-
</div>
8576
</div>
8677
</DialogContent>
8778
</Dialog>
@@ -112,15 +103,4 @@ const GitHubLink = ({ children }: { children?: ReactNode }) => (
112103
</VSCodeLink>
113104
)
114105

115-
const CareersLink = ({ children }: { children?: ReactNode }) => (
116-
<VSCodeLink
117-
href="https://careers.roocode.com"
118-
onClick={(e) => {
119-
e.preventDefault()
120-
vscode.postMessage({ type: "openExternal", url: "https://careers.roocode.com" })
121-
}}>
122-
{children}
123-
</VSCodeLink>
124-
)
125-
126106
export default memo(Announcement)

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,7 @@
375375
"specialized": "Introducing <bold>Explainer</bold>, <bold>Planner</bold>, and <bold>Coder</bold> - three specialized cloud agents to enhance your workflows.",
376376
"description": "The agents work together in the cloud and can be triggered from the web or through Slack.",
377377
"tryButton": "Try Cloud Agents"
378-
},
379-
"careers": "Also, <careersLink>we're hiring!</careersLink>"
378+
}
380379
},
381380
"reasoning": {
382381
"thinking": "Thinking",

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)