operational-ui icon indicating copy to clipboard operation
operational-ui copied to clipboard

Building blocks for effective operational interfaces

Results 39 operational-ui issues
Sort by recently updated
recently updated
newest added

So now that we moved to the Monaco Editor (#1036), some examples are invalid. You can see this by navigating through the components and clicking `View Code` here: https://operational-ui.netlify.com/#/Hooks/useInterval and...

good first issue (taken)

Similar to how we have [diff with master](https://deploy-preview-1075--operational-ui.netlify.com/?activeComponent=&search=) on pull request previews, let’s try and have an [“onion mode”](http://firealpaca.com/en/topics/What+is+Onion+Skin+mode%3F) where: - if someone is looking at a PR preview or...

good first issue (taken)

Making a note of this to keep track of it https://github.com/contiamo/operational-ui/issues/1076#issuecomment-504753861

bug
needs investigation

Since we might need to make the steps of the stepper narrower than the actual step content, consider adding `stepsWidth: string` to the API of the `` for that purpose....

discussion

I feel the current style of focus and hover of ContextMenuItem is a little too out of place. It's bright and blue and attracts too much attention. ![image](https://user-images.githubusercontent.com/9947422/59971912-1db08a80-9542-11e9-874b-646c17b4f0c1.png) - [It...

discussion

Design of the DataTableInput Elemet looks odd. ![image](https://user-images.githubusercontent.com/12817839/60051501-6cd9f500-96d3-11e9-880f-76f39d8e9168.png) ![image](https://user-images.githubusercontent.com/12817839/60051524-7a8f7a80-96d3-11e9-94a1-c9fb14bebfa6.png) There is a small gap in the bottom corners of the borders

[React Hooks has been merged](https://github.com/facebook/react/pull/14679) and so it's time to rewrite our entire library in hooks to: 1. Be cool, but also 1. To more effectively reuse stateful logic between...

Since this [pull request](https://github.com/contiamo/operational-ui/pull/951) Node version for Travis CI was locked to "11.10.1" toi make builds pass. https://github.com/contiamo/operational-ui/blob/7efc7ee76972ee7772d311f64d7a9c7d6ee991bc/.travis.yml#L3 It should be set back to `- stable ` as soon as...

After realizing i couldn't use some components without having them wrapped in OperationalUI and then reading over [useOperationalContext Feature](https://github.com/contiamo/operational-ui/pull/911), Whenever you choose to refactor some of the components like (Button,...

How can we best support CardColumns / Sections that are not of equal width?