From 7f5063764370e0806daf723805863c21efb6516c Mon Sep 17 00:00:00 2001 From: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:50:26 +0200 Subject: [PATCH] feat(ui): add inline PAT info tooltip inside token field --- .../templates/components/git_form.jinja | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/server/templates/components/git_form.jinja b/src/server/templates/components/git_form.jinja index a8b51428..a7fd6fc1 100644 --- a/src/server/templates/components/git_form.jinja +++ b/src/server/templates/components/git_form.jinja @@ -145,7 +145,29 @@ name="token" placeholder="Personal Access Token" value="{{ token if token else '' }}" - class="py-2 px-2 bg-[#E8F0FE] focus:outline-none w-full rounded"> + class="py-2 pl-2 pr-8 bg-[#E8F0FE] focus:outline-none w-full rounded"> + + + + + + + + +
+ +
+