Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: small improvements to accessibility across the web app #562

Merged
merged 14 commits into from Dec 6, 2020

Conversation

tristanhcole
Copy link
Contributor

@tristanhcole tristanhcole commented Nov 26, 2020

Describe the Pull Request
This PR implements/fixes most, but not all, items in the a11yproject checklist for WCAP compliance. The main items that haven't been implemented are keyboard, table & control (due to ant design accessibility constraints).

Todo

  • Link relevant trello card or related issue to the pull request
  • Request review from relevant @person or team
  • QA your pull request. This includes running the app, login, testing changes etc.
  • Bump backend and/or frontend versions following Semver

@tristanhcole
Copy link
Contributor Author

@codecov
Copy link

codecov bot commented Nov 26, 2020

Codecov Report

Merging #562 (e92f1f9) into master (711b6ee) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
- Coverage   47.27%   47.24%   -0.04%     
==========================================
  Files         338      338              
  Lines       17560    17574      +14     
  Branches     1345     1347       +2     
==========================================
+ Hits         8301     8302       +1     
- Misses       9226     9257      +31     
+ Partials       33       15      -18     
Flag Coverage Δ
javascript 4.76% <0.00%> (-0.02%) ⬇️
python 70.46% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
app/client/components/AsyncButton.jsx 0.00% <ø> (ø)
app/client/components/NoDataMessage.jsx 0.00% <ø> (ø)
app/client/components/adminUser/InviteForm.jsx 0.00% <ø> (ø)
app/client/components/adminUser/adminUserList.jsx 0.00% <ø> (ø)
app/client/components/auth/TFAForm.jsx 0.00% <ø> (ø)
app/client/components/auth/TFAValidator.jsx 0.00% <ø> (ø)
app/client/components/auth/authModule.jsx 0.00% <0.00%> (ø)
app/client/components/auth/loginForm.jsx 0.00% <ø> (ø)
app/client/components/auth/registerForm.jsx 0.00% <ø> (ø)
...p/client/components/auth/requestResetEmailForm.jsx 0.00% <ø> (ø)
... and 38 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 711b6ee...e92f1f9. Read the comment docs.

@tristanhcole tristanhcole changed the title accessibility (a11y) perf: small improvements to accessibility across the web app Dec 1, 2020
@tristanhcole tristanhcole requested review from michielderoos and enjeyw and removed request for michielderoos December 1, 2020 06:47
@tristanhcole tristanhcole marked this pull request as ready for review December 1, 2020 06:47
color: "#6a7680"
color: "#4e575e"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improves colour contrast to be AAA https://www.a11yproject.com/checklist/

@tristanhcole tristanhcole changed the title perf: small improvements to accessibility across the web app feat: small improvements to accessibility across the web app Dec 1, 2020
Copy link
Contributor

@michielderoos michielderoos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tristanhcole tristanhcole merged commit 4bed100 into master Dec 6, 2020
@tristanhcole tristanhcole deleted the a11y branch December 6, 2020 22:50
enjeyw added a commit that referenced this pull request Dec 7, 2020
* master:
  feat: small improvements to accessibility across the web app (#562)
  Group by Sender and Recipient (#567)
  Enable multiple chains (#496)
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)

# Conflicts:
#	config.py
#	eth_worker/eth_src/celery_app.py
#	eth_worker/eth_src/sql_persistence/interface.py
enjeyw added a commit that referenced this pull request Dec 15, 2020
* master: (28 commits)
  Adding blockchain_task_uuid index to worker messages (#551)
  Make location lookup look at existing users' coordinates as a last resort (#555)
  Add support for Commcare (#569)
  Improve external transaction detection (#570)
  Remove unused imports (#571)
  Celo integration (#535)
  feat: small improvements to accessibility across the web app (#562)
  Group by Sender and Recipient (#567)
  Enable multiple chains (#496)
  Silence loading spinner warning (#568)
  Custom attribute bugfix (#549)
  Antify Message Bar (#566)
  Stop retrying infinitely (#565)
  Only update BlockchainTransaction on the worker when we absolutely have to (#564)
  Make SynchronizedBlock be updated in batch instead of one giant update (#563)
  Hide Filters and Groups (#558)
  adding more colors to charts, and tweaking legends (#561)
  Chart Tweaks (#560)
  Recipients filter (#533)
  Dynamic transfer card loaded (#559)
  ...

# Conflicts:
#	app/server/api/transfer_card_api.py
#	app/test_app/functional/api/test_transfer_card_api.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants