Monorepo for Tangled tangled.org

appview/pages: more sensible handle input field #686

merged opened by boltless.me targeting master from push-ukvwpkrpryvm

Preventing mobile browsers from autocorrecting the user handle as normal text. Block that behavior and set autocomplete="username" for convenience.

I haven't tested this properly because I don't want to mess up with my current wip sandboxed environment but should be fine.

Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:xasnlahkri4ewmbuzly2rlc5/sh.tangled.repo.pull/3m3kvdercew22
+7
Diff #0
+2
appview/pages/templates/repo/settings/access.html
··· 83 83 </label> 84 84 <p class="text-sm text-gray-500 dark:text-gray-400">Collaborators can push to this repository.</p> 85 85 <input 86 + autocapitalize="none" 87 + autocorrect="off" 86 88 type="text" 87 89 id="add-collaborator" 88 90 name="collaborator"
+2
appview/pages/templates/spindles/fragments/addMemberModal.html
··· 30 30 </label> 31 31 <p class="text-sm text-gray-500 dark:text-gray-400">Members can register repositories and run workflows on this spindle.</p> 32 32 <input 33 + autocapitalize="none" 34 + autocorrect="off" 33 35 type="text" 34 36 id="member-did-{{ .Id }}" 35 37 name="member"
+3
appview/pages/templates/user/login.html
··· 29 29 <div class="flex flex-col"> 30 30 <label for="handle">handle</label> 31 31 <input 32 + autocapitalize="none" 33 + autocorrect="off" 34 + autocomplete="username" 32 35 type="text" 33 36 id="handle" 34 37 name="handle"

History

1 round 1 comment
sign up or login to add to the discussion
boltless.me submitted #0
1 commit
expand
appview/pages: more sensible handle input field
3/3 success
expand
expand 1 comment
pull request successfully merged