From 22117fa23dfc2ccc04b94975a7a96ed83206f9ef Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 18:48:04 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Improve=20collapsible=20group=20hea?= =?UTF-8?q?ders=20for=20better=20readability=20and=20formatting=20consiste?= =?UTF-8?q?ncy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/ChallongeTest.vue | 40 ++++++++++++++----- 1 file changed, 31 insertions(+), 9 deletions(-) diff --git a/code/websites/pokedex.online/src/views/ChallongeTest.vue b/code/websites/pokedex.online/src/views/ChallongeTest.vue index 696c541..e8dff7f 100644 --- a/code/websites/pokedex.online/src/views/ChallongeTest.vue +++ b/code/websites/pokedex.online/src/views/ChallongeTest.vue @@ -14,9 +14,14 @@
-
+
- {{ apiKeyCollapsed ? '▶' : '▼' }} + {{ + apiKeyCollapsed ? '▶' : '▼' + }}
@@ -86,10 +91,18 @@
-
-
+
+
- {{ oauthCollapsed ? '▶' : '▼' }} + {{ + oauthCollapsed ? '▶' : '▼' + }}
@@ -121,10 +134,18 @@
-
-
+
+
- {{ clientCredsCollapsed ? '▶' : '▼' }} + {{ + clientCredsCollapsed ? '▶' : '▼' + }}
@@ -133,7 +154,8 @@
⚠️ Client credentials may not work with USER scope - switch to