Moved the status to the sidebar
This commit is contained in:
@@ -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
|
||||
|
||||
-11
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user