Monorepo for Tangled tangled.org

appview/editIssueComment: add submit shortcut #1107

merged opened by marco.tngl.sh targeting master from marco.tngl.sh/core: push-lxxussryqomn
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:uvlgxr6xf446eugiky6s3swz/sh.tangled.repo.pull/3mg3ovr456z22
+1
Diff #1
+1
appview/pages/templates/repo/issues/fragments/editIssueComment.html
··· 22 22 <button 23 23 class="btn-create py-0 flex gap-1 items-center group text-sm" 24 24 hx-post="/{{ .RepoInfo.FullName }}/issues/{{ .Issue.IssueId }}/comment/{{ .Comment.Id }}/edit" 25 + hx-trigger="click, keydown[(ctrlKey || metaKey) && key=='Enter'] from:#edit-textarea-{{ .Comment.Id }}" 25 26 hx-include="#edit-textarea-{{ .Comment.Id }}" 26 27 hx-target="#comment-body-{{ .Comment.Id }}" 27 28 hx-swap="outerHTML">

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
appview/editIssueComment: add submit shortcut
expand 0 comments
pull request successfully merged
1 commit
expand
appview/editIssueComment: add submit shortcut
expand 1 comment