Enhance admin note visibility and improve accessibility for quick actions #5968
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.
closes #5962
What this PR does
Screenshots ( visual indicator )
Before:
Before.1.mp4
After:
After.1.1.mp4
Screenshots ( quick action buttons)
Before:
After:
Screenshots (For Screen Reader)
1 - When No Notes are available
1.-.For.Screen.Reader.When.No.Notes.are.available.mp4
2 - When there are no newly created Notes
2.-.For.Screen.Reader.When.there.are.no.newly.created.Notes.mp4
3 - When newly created notes are available
3-.Screen.Reader.When.newly.created.notes.are.available.mp4
Open questions and concerns
I noticed there was an
empty status_panel.jsx
file in theadmin_notes folder
. Since it was empty and there was no indication it was needed for future use, I deleted it. If it's required later, I can add it back.