orion icon indicating copy to clipboard operation
orion copied to clipboard

Incognia component library, based on React Semantic UI.

Results 18 orion issues
Sort by recently updated
recently updated
newest added

No produto `inloco`, encontramos alguns problemas na utilização deste componente, e acabamos por motivo de urgência, utilizar o o `react-dates` diretamente, porque encontramos os seguintes problemas: 1. Ao selecionar Data...

bug

If one of the dropdown's items is another dropdown, it's currently looking very weird. That's because we haven't styled this use case yet, so it's probably missing some CSS classes.

enhancement

If a **Dropdown**, for example, is included in a **Card**'s header, it will end up inheriting the header's `font-family` and `letter-spacing` CSS rules, which looks really weird. We should find...

bug

When the user uses the keyboard to navigate the multiple dropdown items, and hits enter to select one of them, the selection goes back to the first item: ![2019-08-14 10...

bug
minor

A idéia aqui é fazer um cheat sheet dinâmico do Atomic bomb baseado nos nossos arquivos de configuração. Como base, podemos utilizar este cheat sheet: https://nerdcave.com/tailwind-cheat-sheet Talvez seja necessário usar...

documentation
dev enhancement

Hoje a gente exporta classes pelo Tailwind para alguns valores z-index, e o nome da classe é o nome do valor. É importante a gente definir bem nossos z-index, talvez...

dev enhancement

O componente [List](https://react.semantic-ui.com/elements/list/#types-icon-shorthand) do semantic não traz nenhuma funcionalidade em si, mas é bem útil pra evitar repetições de estilo em elementos simples de lista.

new component

We depend on `react-lottie` and it's using a deprecated lifecycle function, causing warnings like this to show up for us: The other packages we depend are fixing this on the...

dev enhancement