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

WCAG on public pages #974

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

WCAG on public pages #974

wants to merge 5 commits into from

Conversation

DanielVajnagi
Copy link
Contributor

@DanielVajnagi DanielVajnagi commented Nov 24, 2024

Code reviewers

Second Level Review

Summary of issue

Add WCAG(aria-label, alt, title) on public pages

Summary of change

added when it was missing

CHECK LIST

  • СI passed
  • Сode coverage >=95%
  • PR is reviewed manually again (to make sure you have 100% ready code)
  • All reviewers agreed to merge the PR
  • I've checked new feature as logged in and logged out user if needed
  • PR meets all conventions

Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.79%. Comparing base (a6b2208) to head (0e403a3).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #974   +/-   ##
========================================
  Coverage    91.79%   91.79%           
========================================
  Files           73       73           
  Lines         1048     1048           
========================================
  Hits           962      962           
  Misses          86       86           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@DanielVajnagi DanielVajnagi linked an issue Nov 24, 2024 that may be closed by this pull request
<button data-action="click->burger#toggle" class="admin-menu-burger-button">
<%= image_tag "icons/burger-menu-lines.svg", class: "block h-8 w-8", "data-burger-target": "iconLines" %>
<%= image_tag "icons/burger-menu-cross.svg", class: "block h-8 w-8 hidden", "data-burger-target": "iconCross" %>
<button data-action="click->burger#toggle" class="admin-menu-burger-button" aria-label="Toggle menu">
Copy link
Collaborator

Choose a reason for hiding this comment

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

скрізь юзай I18n))

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.

Add WCAG accesibility to public pages
3 participants