Nate Kohari

Results 10 issues of Nate Kohari

The color of the Success label is `#eb5424`, but should be `#7ed321` to match `$bg-color-success`: ![screen shot 2017-10-06 at 11 10 12 am](https://user-images.githubusercontent.com/1576/31284977-14e315d6-aa88-11e7-945c-ff4cafa3cb9c.png) See also: http://styleguide.auth0.com/#/components/labels

(See discussion in #156.) We want to standardize the signature of all callback functions that are triggered when values change within our components. This will make it more convenient to...

🖥️api / dx

There should be a prop to support alignment of column data to the left, center, or right. This should not affect the table header.

✨enhancement
👨‍🎨design needed

We need to add support to display a `PaginationToolbar` component beneath a `Table`. For example: ![screen shot 2018-07-19 at 1 02 59 pm](https://user-images.githubusercontent.com/1576/42958640-1be6baa6-8b54-11e8-8809-0b7a811f47bf.png)

✨enhancement

Make sure the button component is accessible. This issue will not cover color contrast or font size, that's will be a separate effort. At this time we should consider code...

♿ accessibility
💻mob candidate

Depends on #702. We should add a `dropdown` prop to `Button`. When present, clicking the button will toggle the display of the specified `Dropdown`. Here's an example API: ```jsx const...

👨‍🎨design needed

This will likely result in the creation of a `Pagination` component which we can also export from Cosmos.

✨enhancement

We need to add support to display a `PaginationToolbar` component beneath a `ResourceList`. For example: ![screen shot 2018-07-19 at 1 02 59 pm](https://user-images.githubusercontent.com/1576/42958640-1be6baa6-8b54-11e8-8809-0b7a811f47bf.png)

🙋‍♀️ user-request
📄 needs spec/RFC

The disabled state on `Button` isn't always very apparent: ![](https://user-images.githubusercontent.com/302314/42138554-5fbdf2c4-7d55-11e8-8470-b617a9eef0a8.png) We should improve this. One suggestion is to add `cursor: not-allowed`, but maybe there are other visual things we can...

🖼️design / ux
♿ accessibility
💻mob candidate

This patch just fixes a minor grammatical error that I noticed on the homepage. (Thanks so much for creating Inter!)