From f8e6b3e8286e44eb7b3cf94ff6a0bab9709f3839 Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:32:12 +0200 Subject: [PATCH] refactor(debug): move time measurements to dedicated Performance Timing section --- src/components/Debug.tsx | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index f0897b71..3ca8b126 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -221,10 +221,6 @@ const Debug: React.FC = () => {

nip44

-
- - -
@@ -238,10 +234,6 @@ const Debug: React.FC = () => {

nip04

-
- - -
@@ -254,6 +246,32 @@ const Debug: React.FC = () => {
+ {/* Performance Timing Section */} +
+
+
+

Performance Timing

+
Encryption and decryption operation durations
+
+
+

nip44

+
+ + +
+
+
+

nip04

+
+ + +
+
+
+
+
+
+ {/* Debug Logs Section */}