You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Surinna Curtis 8cc1ed3c55 Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777)
* UploadArea should only preventDefault for Escape

This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default.

* Remove workaround for fixed bug in SettingToggle

SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again
7 years ago
..
controllers Make PreviewCard records reuseable between statuses (#4642) 7 years ago
helpers Update status embeds (#4742) 7 years ago
javascript Don't unconditionally call `preventDefault` and `stopPropagation` on all keyup events (#4777) 7 years ago
lib Define missing JSON-LD properties (#4767) 7 years ago
mailers Set default From address in config (#3756) 7 years ago
models Make PreviewCard records reuseable between statuses (#4642) 7 years ago
policies Add status destroy authorization to policy (#3453) 7 years ago
presenters Pinned statuses (#4675) 7 years ago
serializers Define missing JSON-LD properties (#4767) 7 years ago
services Define missing JSON-LD properties (#4767) 7 years ago
validators Pinned statuses (#4675) 7 years ago
views Adjust settings pages (#4765) 7 years ago
workers Forward ActivityPub creates that reply to local statuses (#4709) 7 years ago