System log
-- {props.error?.toString() || String(props.error)} --
-
-
- App version: {pkg.version} -
- Browser: {window.navigator.userAgent} -
diff --git a/web-client/src/components/dialog.tsx b/web-client/src/components/dialog.tsx
deleted file mode 100644
index 6ca9896b..00000000
--- a/web-client/src/components/dialog.tsx
+++ /dev/null
@@ -1,50 +0,0 @@
-import { AlertDialog } from "@kobalte/core";
-import { A } from "@solidjs/router";
-import { JSXElement, Show, mergeProps } from "solid-js";
-
-type Props = {
- title?: JSXElement;
- children: JSXElement;
-};
-
-export function Dialog(p: Props) {
- const props = mergeProps({ title: "Alert" }, p);
-
- return (
-
Something terrible happened.
-The log is on the way and we'll work on it!
-- {props.error?.toString() || String(props.error)} --
Something terrible happened.
+The log is on the way and we'll work on it!
++ {props.error?.toString() || String(props.error)} ++