Andrew Duthie

Results 89 issues of Andrew Duthie

`react-click-outside`'s use of `findDOMNode` triggers a warning when used with `React.StrictMode`. https://reactjs.org/docs/strict-mode.html >Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of PopoverDetectOutside which is inside StrictMode. Instead,...

**Why**: - Consistency between application and email typography - Avoid ad-hoc overrides in specific email templates (see included IPP template simplifications) - Reduce confusion on "lead" paragraph styling (TIL the...

**Why**: Since apparently table cell background colors are made transparent in default printing behavior, whereas cell border coloring is not. **Testing instructions:** 1. Go to http://localhost:3000 2. Sign in 3....

**Why**: So that it creates contrast to be legible on screens which apply default dark mode background color. Preview: http://localhost:3000/rails/mailers/user_mailer/in_person_ready_to_verify **Screenshot:** (TBD -- Testing with real emails in sandbox environment)

**Why**: Because it should occur as a separate migration from the introduction of the relationship, as a follow-up task to https://github.com/18F/identity-idp/pull/6707#discussion_r940644111 (see https://github.com/ankane/strong_migrations#good-9).

**Why**: So that a user can learn more about how to complete the in-person proofing process. Related: https://github.com/18F/identity-site/pull/920 **Screenshots:** Screen|Before|After ---|---|--- Prepare|![7130-prepare-before](https://user-images.githubusercontent.com/1779930/184144544-3fb17001-c885-4513-a2b7-642f4b77d1c5.png)|![7130-prepare-after](https://user-images.githubusercontent.com/1779930/184144542-7c0ad976-9db3-4406-9401-f3305a5f35f2.png) Address|![7130-address-before](https://user-images.githubusercontent.com/1779930/184144531-75c42fbe-fecb-41ec-8ddf-0246c53d79f5.png)|![7130-address-after](https://user-images.githubusercontent.com/1779930/184144525-9fc05159-8696-4734-9bd0-04a99ec492cd.png) Ready to Verify|![7130-ready-before](https://user-images.githubusercontent.com/1779930/184144551-7f46de38-c344-4d2f-87b9-970eabaa45ad.png)|![7130-ready-after](https://user-images.githubusercontent.com/1779930/184144547-9739296f-16c7-4673-8186-9d8ddd49e758.png) Ready to Verify Email|![7130-mailer-before](https://user-images.githubusercontent.com/1779930/184144538-b5964e3d-1c5f-45b9-9f40-057f0c30f696.png)|![7130-mailer-after](https://user-images.githubusercontent.com/1779930/184144533-9f300e40-c7d0-4eb5-8f1e-a90456126ea0.png)

Having used `compressed-size-action` for some time in the [WordPress/gutenberg](https://github.com/WordPress/gutenberg) project, I've come to the realization that more-often-than-not, I subconsciously ignore the bot's comments. This got me to thinking: What do...

## Description When I visit the documentation for a component, it would be useful to know which version of USWDS added the component, so that I can assess the feasibility...

Type: Feature Request
Status: Accepted
Role: Visual

**[type]**: Bug report ## What The `URL` polyfill constructor should throw an error if passed an invalid URL. ```js new URL( 'invalid' ); // Expected: Uncaught TypeError: Failed to construct...

bug
library

This pull request seeks to change the behavior of passing a markup string, setting as the base for sourcing the root node of the markup string passed. This improves consistency...