feat: Add Accessibility section #431
Merged
surajshetty3416 merged 3 commits intofrappe:developfrom Nov 16, 2025
Merged
Conversation
surajshetty3416
requested changes
Nov 16, 2025
Member
There was a problem hiding this comment.
@aerodeval can you move Tag property inside the Accessibility section?
frontend/src/components/BlockPropertySections/AccessibilitySection.ts
Outdated
Show resolved
Hide resolved
surajshetty3416
approved these changes
Nov 16, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #431 +/- ##
========================================
Coverage 47.91% 47.91%
========================================
Files 26 26
Lines 1630 1630
========================================
Hits 781 781
Misses 849 849 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
🎉 This PR is included in version 1.21.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
This PR introduces a new Accessibility section in the Builder sidebar that allows users to modify ARIA properties directly from the UI.
Currently it supports updating ARIA-related attributes such as:
This update will help users to configure ARIA attributes visually, making the Builder more inclusive and easier to use for teams focused on accessibility standards.
implements feature 310