aboutsummaryrefslogtreecommitdiff
path: root/internal/ui/static/js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-06Refactor WebAuthn Javascript codeGravatar Frédéric Guillot 5-211/+224
2023-11-05Add WebAuthn / Passkey integrationGravatar Florian Rüchel 1-0/+196
This is a rebase of #1618 in which @dave-atx added WebAuthn support. Closes #1618
2023-10-18Add new page for background feeds refreshGravatar Frédéric Guillot 1-7/+3
2023-10-06Fix Javascript error when reading time option is disabledGravatar Frédéric Guillot 1-1/+4
2023-09-08touch_handler: Fix scroll up behavior on Firefox AndroidGravatar Andrew Gunnerson 1-1/+1
When the touchmove listener is registered with passive: false, scrolling up on Firefox Android only works every other attempt. When scrolling breaks, the touchmove callback is never invoked. The passive flag was originally set to false as part of a fix to prevent vertical scrolling while swiping: 3f3174491103fc5a96b36918d8eada778f5b7210. Setting passive to true doesn't seem to negatively affect that in both Firefox and Chrome, but fixes the scoll up behavior on Firefox. Fixes: #2053 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 9-0/+1338
For reference: https://go.dev/doc/go1.4#internalpackages