cozy-ui
cozy-ui copied to clipboard
React components and CSS styles for Cozy apps
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...
## 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
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...
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...
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...
All cozyDialogs are implementing the same logic for buttons ```jsx {!fullScreen && onClose && ( )} {!fullScreen && onBack && ( )} {fullScreen && onBackOrClose && ( )} ``` We...
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 : ...
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...
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...
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...