Skip to content

Commit

Permalink
problem: not publishing NIP34 event
Browse files Browse the repository at this point in the history
  • Loading branch information
gsovereignty committed Jan 26, 2024
1 parent 9896e51 commit 576ffd6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/rockets/RocketDisplay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,15 @@
pubkey={rocket.CreatedBy}
/>
</h4>
<p>Add a git repository to your Rocket</p>
<h5>Create a new git repository</h5>
<p>This will create a DVM request for a new publicly accessible bare git repository which your pubkey (and {rocket.Name} maintainers) can push to.</p>

<Tile><Button on:click={()=>{alert("COMING IN \"2 WEEKS\"")}} size="small" icon={Send}>PUBLISH DVM REQUEST</Button><h6 style="margin-top:10px;">DVM RESPONSES:</h6></Tile>
<hr />
<h5>Add an existing publicly accessible git repository to your Rocket</h5>
<p>If you use a repo URL, this will also create a NIP34 Repository Announcement event</p>
<TextInput
placeholder="Repo URL [OPTIONAL]"
placeholder="Repo URL or NIP34 d tag"
bind:value={gitRepo}
style="margin-bottom:1%;"
/><Button
Expand Down

0 comments on commit 576ffd6

Please sign in to comment.