Jonathan Garbee
Jonathan Garbee
It would be nice to use the page [visibility API](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API) to control whether to show a snackbar or not. We can at least check this _before_ showing new snackbars, and...
The other part that I forgot with deploy. We run on Node 22 by the `.nvmrc` version, which uses npm@10 as the default version. To use OIDC publishing at all,...
This adds a workflow to alert when PRs are targeting the production branch. Closes:
The packages seem to have the exports defined in an improper order. The types for example are last, which means they won't get imported by a consumer. ## Acceptance Criteria...