Skip to content

Commit e0eb1b3

Browse files
committed
Add teams deprecation notice
1 parent 0e96971 commit e0eb1b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

components/dashboard/src/settings/Teams.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { ErrorCodes } from "@gitpod/gitpod-protocol/lib/messaging/error";
2020
import { poll, PollOptions } from "../utils";
2121
import settingsMenu from "./settings-menu";
2222
import { Disposable } from "@gitpod/gitpod-protocol";
23+
import { Item, ItemField, ItemsList } from "../components/ItemsList";
2324

2425
export default function Teams() {
2526

@@ -527,6 +528,16 @@ function AllTeams() {
527528
<div className="flex-grow ">
528529
<h3 className="self-center">All Teams</h3>
529530
<h2>Manage teams and team members.</h2>
531+
<ItemsList className="pt-2">
532+
<Item className="w-full bg-yellow-200 hover:bg-yellow-200 py-6 px-6">
533+
<ItemField className=" flex flex-col">
534+
<div className="text-yellow-600 font-semibold">DEPRECATION NOTICE</div>
535+
<p className="text-yellow-800">
536+
Hey! We're introducing <strong>Teams & Projects</strong> to surface <strong>Prebuilds</strong> in the dashboard. All existing teams will be migrated over the upcoming weeks. There's no action required on your side. <a href="/new" className="learn-more">Learn more about Teams & Projects</a> or <a href="/new" className="learn-more">Create a New Team</a>.
537+
</p>
538+
</ItemField>
539+
</Item>
540+
</ItemsList>
530541
</div>
531542
</div>
532543
)}

0 commit comments

Comments
 (0)