Monorepo for Tangled tangled.org

appview/putIssue: add submit shortcut #1105

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/3mg3ovr44n422
+1
Diff #1
+1
appview/pages/templates/repo/issues/fragments/putIssue.html
··· 6 6 {{ else }} 7 7 hx-post="/{{ .RepoInfo.FullName }}/issues/new" 8 8 {{ end }} 9 + hx-trigger="submit, keydown[(ctrlKey || metaKey) && key=='Enter'] from:(#title,#body)" 9 10 hx-swap="none" 10 11 hx-indicator="#spinner"> 11 12 <div class="flex flex-col gap-2">

History

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

lgtm! thanks for working on this.