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

React components and CSS styles for Cozy apps

Results 117 cozy-ui issues
Sort by recently updated
recently updated
newest added

Avec le sujet des connecteurs, on commence à utiliser des versions animées de nos icones. Est-ce qu'on ne prévoirait pas une section dans CozyUI pour les référencer ? Contrairement au...

:sparkles: enhancement
:clipboard: documentation

## Env - Linux 4.19.10-300.fc29.x86_64 GNU/Linux - node v10.15.0 - yarn 1.12.3 ## Command `$ yarn test` ## Output https://gist.github.com/kane-thornwyrd/9c3adcdd3a8fe71166db414cceda725f

:gear: tests

I am trying to use `` on the date filter component in Banks. For that, I need to use a custom Control component. I looked at the example on [the...

:sparkles: enhancement
:clipboard: documentation

Nos icones par défaut font 16px, contrairement aux icones MUI qui sont en 24px. Cela pose un souci de cohérence sur des composants dont la taille varie selon la taille...

:sparkles: enhancement

The goal of this issue, is to list whatever needs to be moved in other repo : - [ ] helpers/trackers.jsx -> cozy-libs - [ ] I18n -> cozy-libs Is...

:sparkles: enhancement
:coffee: discussion

All cozyDialogs are implementing the same logic for buttons ```jsx {!fullScreen && onClose && ( )} {!fullScreen && onBack && ( )} {fullScreen && onBackOrClose && ( )} ``` We...

:sparkles: enhancement

Je décris ici une vision long terme pour nos Selectbox (https://docs.cozy.io/cozy-ui/react/#/Forms?id=selectbox) Aujourd'hui, que l'on soit en desktop ou en mobile, les options d'un SelectBox s'affichent de cette façon : ![image](https://user-images.githubusercontent.com/36403934/95179243-aba89700-07c0-11eb-85b2-2835876220f5.png)...

:sparkles: enhancement

In our code we have *many* possible breakpoints (see the image below), but we only use a few on a day-to-day basis. We should remove all the breakpoints that we...

:sparkles: enhancement

We have some components that can be hovered on, but weo not take any screenshots of them. I am thinking of the Sidebar for example. puppeeter has an API to...

:sparkles: enhancement
:clipboard: documentation

In #1135 I used csslint to detect errors in the use of variables. There were many more errors and warnings. I think it would be good to do a pass...

:sparkles: enhancement
:hammer_and_wrench: build