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

feature(extension): Add issue ignore (hide / show) functionality to checker #1749

Merged
merged 55 commits into from
Jan 8, 2024

Conversation

drjoho
Copy link
Contributor

@drjoho drjoho commented Nov 15, 2023

  • Extension UI Feature

This PR is related to the following issue(s):

#936
#1664
#1666
#1667
#1685

Additional information can be found here:

Testing reference:

See Design Document
https://www.figma.com/file/intddqthciXilHQCLWppQ7/a11y-checker?type=design&node-id=428-78341&mode=design&t=8pT6zTqUoUWAUIDh-0

I have conducted the following for this PR:

  • I validated this code in Chrome and FF
  • I validated this fix in my local env
  • I provided details for testing
  • This PR has been reviewed and is ready for test
  • I understand that the title of this PR will be used for the next release notes.

tombrunet
tombrunet previously approved these changes Nov 21, 2023
@@ -81,6 +82,7 @@ export class ReportRules extends React.Component<ReportProps> {
group.children.sort((a, b) => UtilIssue.valueToOrder(a.value)-UtilIssue.valueToOrder(b.value));
}
}
console.log("rowData = ",rowData);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
console.log("rowData = ",rowData);

@@ -845,6 +861,7 @@ export class ReportTreeGrid<RowType extends IRowGroup> extends React.Component<R
ReportTreeGrid.bgcontroller.setIgnore(url, this.state.checkedIssues, ignoreAction !== "Show");
this.setState({checkedIssues: []});
this.props.onFilterToolbar(true);
this.props.onResetFilters();
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we want to do this

tombrunet
tombrunet previously approved these changes Dec 12, 2023
@drjoho drjoho requested a review from tombrunet January 3, 2024 22:27
@drjoho
Copy link
Contributor Author

drjoho commented Jan 3, 2024

Ready for review. Show / hide regular, Keyboard mode, and Summary.

tombrunet
tombrunet previously approved these changes Jan 4, 2024
@drjoho
Copy link
Contributor Author

drjoho commented Jan 5, 2024

@ErickRenteria you can do the review all I did was comment out some content that Design did not want.

@ErickRenteria
Copy link
Contributor

Tested on Chrome, FF, and Edge browser in the macOS. No major issue found
Tested on Chrome and FF in the windows env and it looks good. Feature ready to go.
Validated

@ErickRenteria ErickRenteria merged commit cfa7949 into master Jan 8, 2024
15 checks passed
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.

None yet

3 participants