Tejas Kumar
Tejas Kumar
This PR adds a next-auth adapter for [Xata](https://xata.io), a new database. Xata is currently private beta, but we're already using it internally with next-auth and we'd love to contribute this...
## What/Why/How? The `join` command assumes all paths have _only_ operations that are expected to be objects, but paths can also have `string` fields like `summary` and `description`. This PR...
HOW LAME Our dev server shows a bunch of errors that make PRs hard to review:  Who can save us by ensuring there are no errors in the console...
Sometimes, you'd want to be able to double-click on [tree items](https://github.com/contiamo/operational-ui/blob/master/src/Tree/TreeItem.tsx) and have something happen. Let's implement this!
Follow up to #1163, let’s improve the typings of the datatable and remove the typeof check to make it a little more robust.
It's interesting because `max-height` goes below the viewport on `Modal`.

**File in Question** https://github.com/contiamo/operational-ui/blob/a432c8e90277345b31e11ec30fb02599ddaf7e77/scripts/start.ts#L1-L137 Currently, `yarn start` doesn't really output errors (probably because styleguidist reports errors on something other than `stderr`). As a result, errors are swallowed and we just...
So I'm wondering if it makes sense to add `Breadcrumbs` inside page such that when `Page` is given a `breadcrumb` prop, it uses `Breadcrumbs` and `Breadcrumb` internally like so: ```jsx...
The scrollbar on a `Page`'s content looks weird right now. [See example](http://operational-ui.netlify.com/#!/Page/7). Let's improve this to have the scrollbar where you would expect it to be (far edge of the...