Brittany

Results 28 comments of Brittany

some notes about accessibility I found: A screen reader should notify a user if an application is loading, busy, gets stuck, or if a process fails. https://www.w3.org/WAI/GL/wiki/Notification_of_Loading/Busy When the loading...

## Listing all of the components in which we need to improve event handler typing's **AccordionProps** - [x] onActive **AnchorProps** - [ ] onClick **Button** - [ ] onClick **Calendar**...

@g4rry420 feel free to put up a PR!

This PR is now cleaned up with the extra files that were included 👍

@AntoineDuComptoirDesPharmacies can you run `yarn jest -u` to update the snapshot?

looking into the jest test now and seeing what going on.. for the bundle size error can you go [here](https://github.com/grommet/grommet/blob/master/package.json#L208) and change `bundle size` to 162 and that at least...

@AntoineDuComptoirDesPharmacies I beleive your `yarn.lock` is not in sync with master if you can `git pull upstream master` then run `yarn` and then ` yarn jest -u` it should work....

@jim-king-2000 We dont have any updates yet but would still like to keep tracking this.

@undeletable thank you looking forward to your PR

> > It looks like the PageHeader is showing an extra Paragraph skeleton even though the PageHeader has no `subtitle`. Not sure why but it doesn't look right. > >...