vt-social/app
Sasha Sorokin d055d75172
Remove aria-pressed where it's redundant ()
This commit removes aria-pressed attribute from all elements which
contents or other descriptive attributes change in active state,
effectively replacing the meaning of the button, in which case
aria-pressed, an attribute specified whether the button is currently
pressed, would create a confusion. (Spoiler: it's everywhere).

See https://github.com/mastodon/mastodon/issues/13545#issuecomment-1304886969
2022-11-08 17:31:32 +01:00
..
chewy Change algorithm of `tootctl search deploy` to improve performance () 2022-05-22 22:16:43 +02:00
controllers Make account endorsements idempotent (fix ) () 2022-11-08 16:39:15 +01:00
helpers Change sign-in banner to reflect disabled or moved account status () 2022-11-05 18:28:13 +01:00
javascript Remove aria-pressed where it's redundant () 2022-11-08 17:31:32 +01:00
lib Change Request connection logic to try both IPv6 and IPv4 when available () 2022-11-08 16:36:26 +01:00
mailers Add support for language preferences for trending statuses and links () 2022-10-08 16:45:40 +02:00
models Micro-optimization: use `if`/`else` instead of `Array#compact` and `Array#min` () 2022-11-08 03:50:47 +01:00
policies Add ability to view previous edits of a status in admin UI () 2022-10-26 13:42:29 +02:00
presenters Change sign-in banner to reflect disabled or moved account status () 2022-11-05 18:28:13 +01:00
serializers Fix nodeinfo metadata attribute being an array instead of an object () 2022-11-08 17:26:11 +01:00
services Change Report category to "violation" if rule IDs are provided () 2022-11-08 17:28:02 +01:00
validators Fix error when uploading malformed CSV import () 2022-10-28 23:30:44 +02:00
views Add password autocomplete hints () 2022-11-08 03:53:06 +01:00
workers Fix followers count not being updated when migrating follows () 2022-11-07 15:38:55 +01:00