mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-21 22:24:24 +01:00
Move diagnostics to emergency kit
This commit is contained in:
committed by
Tony Giorgio
parent
49f30497e8
commit
cf3409120e
@@ -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 />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user