From 1fae60c0b34d71d0f439d95ca9b3d35e27db8df1 Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Mon, 11 May 2026 13:54:08 +0530 Subject: [PATCH] feat: add informational tooltips to OAuth fields and implement copy-to-clipboard functionality for the redirect URI --- src/views/dashboard.html | 128 ++++++++++++++++++++++++++++++--------- 1 file changed, 101 insertions(+), 27 deletions(-) diff --git a/src/views/dashboard.html b/src/views/dashboard.html index 8538f66..a124de1 100644 --- a/src/views/dashboard.html +++ b/src/views/dashboard.html @@ -55,56 +55,112 @@
- + + class="input input-bordered w-full focus:input-primary" />
Credentials
- + + class="input input-bordered w-full focus:input-primary" />
- + + class="input input-bordered w-full focus:input-primary" />
Endpoints
- + -
-
- - + class="input input-bordered w-full focus:input-primary" />
- +
- + +
+ + +
+ +
+
+ + class="input input-bordered w-full focus:input-primary" />
@@ -172,8 +228,25 @@