From a8560725cc59df068773a3ab175001451dd5d0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asuna=E2=9A=A1=EF=B8=8F?= Date: Tue, 24 Jan 2023 06:59:18 -0500 Subject: [PATCH] Preferences & Profile changes (#126) Added: information on what the debug menu does, and added a helpful bit of text next to the private key to "not share it with anyone" to help new users out. --- src/Pages/settings/Preferences.tsx | 2 +- src/Pages/settings/Profile.tsx | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pages/settings/Preferences.tsx b/src/Pages/settings/Preferences.tsx index 4fc38561..3304868c 100644 --- a/src/Pages/settings/Preferences.tsx +++ b/src/Pages/settings/Preferences.tsx @@ -62,7 +62,7 @@ const PreferencesPage = () => {
Debug Menus
- Shows extra options to help with debugging data + Shows "Copy ID" and "Copy Event JSON" in the context menu on each message
dispatch(setPreferences({ ...perf, showDebugMenus: e.target.checked }))} /> diff --git a/src/Pages/settings/Profile.tsx b/src/Pages/settings/Profile.tsx index cd5b3cd7..f8ab59e0 100644 --- a/src/Pages/settings/Profile.tsx +++ b/src/Pages/settings/Profile.tsx @@ -184,7 +184,7 @@ export default function ProfileSettings() { {settings()} {privKey && (
-

Private Key:

+

Your Private Key Is (do not share this with anyone):

diff --git a/yarn.lock b/yarn.lock index b8229f0b..0ca094f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10025,4 +10025,4 @@ yargs@^16.2.0: yocto-queue@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" - integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== \ No newline at end of file