Move diagnostics to emergency kit

This commit is contained in:
Tony Giorgio
2024-06-06 14:04:45 -05:00
committed by Tony Giorgio
parent 49f30497e8
commit cf3409120e
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ import {
showToast,
SimpleErrorDisplay,
ToggleHodl,
ToggleReportDiagnostics,
VStack
} from "~/components";
import { useI18n } from "~/i18n/context";
@@ -573,8 +572,6 @@ export function KitchenSink() {
<Hr />
<Restart />
<Hr />
<ToggleReportDiagnostics />
<Hr />
</>
);
}

View File

@@ -10,6 +10,7 @@ import {
NavBar,
NiceP,
SmallHeader,
ToggleReportDiagnostics,
VStack
} from "~/components";
import { useI18n } from "~/i18n/context";
@@ -19,6 +20,7 @@ function EmergencyStack() {
return (
<VStack>
<ImportExport emergency />
<ToggleReportDiagnostics />
<Logs />
<div class="flex flex-col gap-2 overflow-x-hidden rounded-xl bg-m-red p-4">
<SmallHeader>{i18n.t("settings.danger_zone")}</SmallHeader>