* prevent duplicate click events on mobile
* prevent duplicate mouse events on mobile safari
* only prevent default event on links
I think I misunderstood what was going on originally, mouse and click
weren't both triggering it was the default event from the a reference.
So, only prevent default behavior on a e;ements, since default handlers
are needed on navigation.
Oddly, this I've only noticed this fixing navigation on firefox simulator.
It wasn't needed on firefox.
* Fix date calculation in `Task: Postpone` command
Create new postponed date as a "naive" date to prevent it from being
converted to UTC.
* Convert types to satisfy deno linter
---------
Co-authored-by: Bob Gibson <rjg@rjgibson.org>
* Enabled multiarch build with buildx, qemu and also enabled ghcr, improved tagging
- Enabled multiarch build with buildx, qemu and also enabled ghcr
- Improved image tagging
- Getting rid unknown/unknonw architecture in ghcr
- https://github.com/docker/build-push-action
- https://docs.docker.com/build/attestations/slsa-provenance/
- https://github.com/docker/build-push-action/issues/820
* Switched to lukechannings/deno docke rimage as proposed in #136
- silverbulletmd/silverbullet/issues/136
(cherry picked from commit 176b70f5481dbbef9744818662f47617903de209)
* Added tini, condensed Dockerfile Run to one step, cleaning up image
- tini is missing in new base image, so I added it manually, as
documented in https://github.com/krallin/tini
(cherry picked from commit 4d549b8f5b45bcc9ea04a0e7a4fdc3c82cdd7f5c)
* Using TARGETARCH for downloading tini
(cherry picked from commit 23a6019da00115b34c3bd09eb0c733172edcebbc)