From f728c4de2523cfe1fd67c74c8e2ad48a79c0c4cc Mon Sep 17 00:00:00 2001 From: ShyMike <122023566+ImShyMike@users.noreply.github.com> Date: Sun, 16 Nov 2025 01:59:18 +0000 Subject: [PATCH] reorganize settings page layout (#629) --- app/views/users/edit.html.erb | 44 +++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb index 1855a34..c457ad5 100644 --- a/app/views/users/edit.html.erb +++ b/app/views/users/edit.html.erb @@ -168,6 +168,28 @@ <% end %> +
+
+
+ 🔑 +
+

API Key

+
+ +
+

+ Your API key is used to authenticate requests from your code editor. If your key has been compromised, you can rotate it to generate a new one. Rotating your API key will immediately invalidate your old key. You'll need to update the key in all of your code editors and IDEs. +

+ + +
+
+
@@ -361,28 +383,6 @@
-
-
-
- 🔑 -
-

API Key

-
- -
-

- Your API key is used to authenticate requests from your code editor. If your key has been compromised, you can rotate it to generate a new one. Rotating your API key will immediately invalidate your old key. You'll need to update the key in all of your code editors and IDEs. -

- - -
-
- <%# This is copied from the github thingie blog, Im not good at UI so I copied :) %>