diff --git a/components/Debug/Debug.module.css b/components/Debug/Debug.module.css index d810256..efc4180 100644 --- a/components/Debug/Debug.module.css +++ b/components/Debug/Debug.module.css @@ -15,3 +15,17 @@ .debugError { color: #c84824; } + +.detail { + border: 1px solid #cdcdcd; + border-radius: 25px; + margin-top: 10px; + padding: 20px 0; + position: relative; +} + +.detailHeader { + display: block; + margin-bottom: 10px; + text-align: center; +} diff --git a/components/Debug/Debug.tsx b/components/Debug/Debug.tsx index b474fdb..54300a5 100644 --- a/components/Debug/Debug.tsx +++ b/components/Debug/Debug.tsx @@ -1,6 +1,6 @@ import React from "react"; -import { useFormatEftToEsi } from "@eveshipfit/react"; +import { CalculationDetail, useFormatEftToEsi } from "@eveshipfit/react"; import type { EsiFit } from "@eveshipfit/react"; import styles from "./Debug.module.css"; @@ -39,10 +39,20 @@ export const Debug = ({ fit, setFit }: { fit: EsiFit, setFit: (fit: EsiFit) => v setError(""); } - return
- Still tool is still a work in progress; this textarea allows you, for the time being, to easily import ESI or EFT fits.
-