-
Notifications
You must be signed in to change notification settings - Fork 7
Fix for issue 317 #240
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
Fix for issue 317 #240
Conversation
| <IconButton | ||
| disabled={!selectedRectId || ignoreAreas.length === 0} | ||
| onClick={() => applyIgnoreArea()} | ||
| onClick={() => setApplyIgnoreDialogOpen(!applyIgnoreDialogOpen)} |
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.
could reuse toggleApplyIgnoreDialogOpen?
| /> | ||
| <BaseModal | ||
| open={applyIgnoreDialogOpen} | ||
| title={''} |
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.
you could reuse text from tooltip
line 362Apply selected ignore area to all images in this build.
| onCancel={toggleApplyIgnoreDialogOpen} | ||
| content={ | ||
| <Typography> | ||
| {`Are you sure you want to apply ignore area to all items in this build?`} |
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.
drop a note that all images gonna be re-compared with new ignore area taken into account
|
Fixed review comments. |
pashidlos
left a comment
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.
LGTM!
Fixes Visual-Regression-Tracker/Visual-Regression-Tracker#317