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

Merged
merged 7 commits into from
Feb 25, 2025
Merged

WCAG on public pages #974

merged 7 commits into from
Feb 25, 2025

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 98.71%. Comparing base (2e994f7) to head (75f9207).
Report is 9 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #974   +/-   ##
========================================
  Coverage    98.71%   98.71%           
========================================
  Files           71       71           
  Lines         1011     1011           
========================================
  Hits           998      998           
  Misses          13       13           

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

@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))

@loqimean loqimean force-pushed the develop branch 4 times, most recently from 03a3caf to 7d2dc81 Compare December 2, 2024 12:04
@DanielVajnagi DanielVajnagi self-assigned this Feb 20, 2025
@DanielVajnagi DanielVajnagi merged commit b17a5bc into develop Feb 25, 2025
5 checks passed
@DanielVajnagi DanielVajnagi deleted the WCAG-accessibility branch February 25, 2025 16:15
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