Age | Commit message (Collapse) | Author |
|
|
|
|
|
The code in this commit is actually authored by natalias!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no bindReverse yet
|
|
|
|
|
|
|
|
also notes where remaining directly-provided wikiData() props
are used
|
|
occasionally we use a soupyFind.input() from #composite/wiki-data
code, so this exposes a no-dependency frontend for that token
|
|
|
|
|
|
|
|
|
|
|
|
dodges happenstance dependency issues booting up repl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this apparently fixes scrollbar rendering in safari on
overflow: scroll elements lol
blessings to: https://stackoverflow.com/a/75958175
|
|
HTMLInputElement: selectionchange still not available, boo hoo
although this is probably appropriate wrt selection moving
literally anywhere else - should also cancel focus-first-result
|
|
|
|
...rather than tracking value changes, which is finnicky and
broke how we detected pressing enter/return to acivate search
(on 'change' event)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|