From edc014cf8ccc938b80803c6da155210c46d3c78f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 9 Nov 2019 17:25:26 -0500 Subject: [PATCH] fix: more consistent toggle button aria-label/title (#1626) * fix: more consistent toggle button aria-label/title fixes #1624 * fixup * fix test --- src/routes/_components/IconButton.html | 12 ++++- .../_components/community/PageListItem.html | 3 +- .../_components/compose/ComposeToolbar.html | 6 ++- .../dialog/components/MediaDialog.html | 5 +- .../profile/AccountProfileFollow.html | 51 +++++++++++++------ .../_components/status/StatusToolbar.html | 16 +++--- tests/spec/007-account-profile.js | 3 +- tests/spec/011-reblog-favorites-count.js | 14 +++-- tests/spec/015-compose-content-warnings.js | 8 ++- tests/spec/106-follow-requests.js | 21 ++++++-- tests/spec/113-block-unblock.js | 23 +++++++-- tests/spec/114-mute-unmute.js | 4 +- tests/spec/115-follow-unfollow.js | 12 ++++- tests/spec/127-compose-polls.js | 8 ++- 14 files changed, 140 insertions(+), 46 deletions(-) diff --git a/src/routes/_components/IconButton.html b/src/routes/_components/IconButton.html index 1d9b8eac..4c2b9aaa 100644 --- a/src/routes/_components/IconButton.html +++ b/src/routes/_components/IconButton.html @@ -1,5 +1,8 @@ +