Moved the status to the sidebar

This commit is contained in:
Matt Aitken
2024-07-05 10:28:04 +01:00
parent 13fba7b2fe
commit b811baa4f6
2 changed files with 8 additions and 11 deletions
@@ -11,6 +11,7 @@ import {
KeyIcon,
ServerStackIcon,
ShieldCheckIcon,
SignalIcon,
} from "@heroicons/react/20/solid";
import { UserGroupIcon, UserPlusIcon } from "@heroicons/react/24/solid";
import { useNavigation } from "@remix-run/react";
@@ -297,6 +298,13 @@ export function SideMenu({ user, project, organization, organizations }: SideMen
data-action="changelog"
target="_blank"
/>
<SideMenuItem
name="Status"
icon={SignalIcon}
to="https://status.trigger.dev/"
data-action="status"
target="_blank"
/>
<Feedback
button={
<Button
@@ -295,17 +295,6 @@ export default function Page() {
</div>
</div>
)}
<InfoPanel
title="Platform alerts"
icon={BellAlertIcon}
to="https://status.trigger.dev/"
buttonLabel="Subscribe"
>
<Paragraph variant="small">
Subscribe to get email notifications when Trigger.dev creates, updates or resolves a
platform incident.
</Paragraph>
</InfoPanel>
</div>
</div>
<Outlet />