Skip to content

Commit 5fbf967

Browse files
committed
add missing tip url
1 parent 6fdbc72 commit 5fbf967

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/algora_web/live/org/dashboard_live.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,12 @@ defmodule AlgoraWeb.Org.DashboardLive do
11141114
<div class="flex flex-col gap-6">
11151115
<.input label="GitHub handle" field={@tip_form[:github_handle]} placeholder="jsmith" />
11161116
<.input label="Amount" icon="tabler-currency-dollar" field={@tip_form[:amount]} />
1117+
<.input
1118+
label="URL"
1119+
field={@tip_form[:url]}
1120+
placeholder="https://github.com/owner/repo/issues/123"
1121+
helptext="We'll add a comment to the issue to notify the developer."
1122+
/>
11171123
<p class="text-sm text-muted-foreground">
11181124
<span class="font-semibold">Tip:</span>
11191125
You can also comment <code class="px-1 py-0.5 text-success">/tip $100 @username</code>

0 commit comments

Comments
 (0)