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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-pdf](https://togithub.com/wojtekmaj/react-pdf) ([source](https://togithub.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf)) | [`^5.7.2` -> `^7.0.0`](https://renovatebot.com/diffs/npm/react-pdf/5.7.2/7.7.3) |...

dependencies

Without specifying color textPrimary, the listitem text will use "primaryFont" variable and appear black instead of white

The MobileStepper was already exported but I customized it to follow figma specification ([demo](https://cballevre.github.io/cozy-ui/react/#!/Core/MobileStepper)) ![Capture d’écran 2024-08-13 à 17 27 17](https://github.com/user-attachments/assets/1fa35ae1-efb7-4a4e-beff-f6dc726b6b4c)

Flagship app does not handle a redirection with const newWindow = window.open('') and then newWindow.location.href. So let's set the url directly in window.open because we do not know why it...