feat(settings): move account json editing to dedicated full editor route

This commit is contained in:
plebeius
2026-02-24 20:33:07 +08:00
parent dc43a8438e
commit fb9443a0f8
47 changed files with 852 additions and 219 deletions
+8 -1
View File
@@ -283,5 +283,12 @@
"show_all": "Show All",
"show_blotter": "Show Blotter",
"reply_count": "Reply count",
"pagination.pageLabel": "Page"
"pagination.pageLabel": "Page",
"private_key_warning_title": "Private Key Warning",
"private_key_warning_description": "This editor shows your account's private key. Do not share this data with anyone. Editing incorrectly may break your account.",
"go_back": "Go Back",
"continue": "Continue",
"loading_editor": "Loading editor...",
"editor_fallback_warning": "The code editor failed to load. Using a plain textarea instead.",
"return_to_settings": "Return to Settings"
}