We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdbc72 commit 5fbf967Copy full SHA for 5fbf967
lib/algora_web/live/org/dashboard_live.ex
@@ -1114,6 +1114,12 @@ defmodule AlgoraWeb.Org.DashboardLive do
1114
<div class="flex flex-col gap-6">
1115
<.input label="GitHub handle" field={@tip_form[:github_handle]} placeholder="jsmith" />
1116
<.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
+ />
1123
<p class="text-sm text-muted-foreground">
1124
<span class="font-semibold">Tip:</span>
1125
You can also comment <code class="px-1 py-0.5 text-success">/tip $100 @username</code>
0 commit comments