-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12081] User-friendliness: Landmark questions in feedback sessions results page #12129
Merged
zhaojj2209
merged 5 commits into
TEAMMATES:user-friendliness
from
jasonqiu212:12081-fix-feedback-results-landmark-questions
Feb 26, 2023
Merged
[#12081] User-friendliness: Landmark questions in feedback sessions results page #12129
zhaojj2209
merged 5 commits into
TEAMMATES:user-friendliness
from
jasonqiu212:12081-fix-feedback-results-landmark-questions
Feb 26, 2023
Conversation
This file contains 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
jasonqiu212
changed the title
[#12081] Landmark questions in feedback sessions results page
[#12081] User-friendliness: Landmark questions in feedback sessions results page
Feb 25, 2023
zhaojj2209
reviewed
Feb 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks alright, just some nits
src/web/app/components/question-text-with-info/question-text-with-info.component.html
Outdated
Show resolved
Hide resolved
src/web/app/components/question-text-with-info/question-text-with-info.component.html
Outdated
Show resolved
Hide resolved
...ponents/question-text-with-info/__snapshots__/question-text-with-info.component.spec.ts.snap
Outdated
Show resolved
Hide resolved
zhaojj2209
approved these changes
Feb 26, 2023
zhaojj2209
added
s.ToMerge
The PR is approved by all reviewers including final reviewer; ready for merging
and removed
s.ToReview
The PR is waiting for review(s)
labels
Feb 27, 2023
zhaojj2209
pushed a commit
that referenced
this pull request
Mar 23, 2023
…esults page (#12129) * Make [more] button in feedback sessions result page focusable * Use headings for question number in feedback sessions result page * Edit snapshot tests * Change h3 to h2 tag and remove <b> tags * Change additional info from link to button
zhaojj2209
pushed a commit
that referenced
this pull request
Mar 23, 2023
…esults page (#12129) * Make [more] button in feedback sessions result page focusable * Use headings for question number in feedback sessions result page * Edit snapshot tests * Change h3 to h2 tag and remove <b> tags * Change additional info from link to button
zhaojj2209
pushed a commit
that referenced
this pull request
Mar 25, 2023
…esults page (#12129) * Make [more] button in feedback sessions result page focusable * Use headings for question number in feedback sessions result page * Edit snapshot tests * Change h3 to h2 tag and remove <b> tags * Change additional info from link to button
zhaojj2209
pushed a commit
that referenced
this pull request
Mar 25, 2023
…esults page (#12129) * Make [more] button in feedback sessions result page focusable * Use headings for question number in feedback sessions result page * Edit snapshot tests * Change h3 to h2 tag and remove <b> tags * Change additional info from link to button
zhaojj2209
added
c.Feature
User-facing feature; can be new feature or enhancement to existing feature
and removed
c.Bug
Bug/defect report
labels
Apr 2, 2023
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.
Part of #12081
Sub-issue: Feedback sessions results page: Landmark questions
Outline of Solution
span
element intoh3
element, so that screen reader can pick them up for more accessible navigation..question-number
to makeh3
element look the same as before.tabindex="0"
tag