Yannick Chiron
Yannick Chiron
This PR is a draft as some questions are still open and those may not be processed in the next few days. This PR fixe the usage of `data-cozy` to...
The cozy-ui documentation uses `build/main.css` for its styles while the transpiled files uses `transpiled/react/stylesheet.css`. Those two files should behave the same way. But instead they are compiled using different tools...
In dev environment, both normal and inverted themes are displayed by creating a duplicate of the `normal` samples. This breaks variants' radio buttons because their `name` is not unique anymore...
Hi, Hi just tried your SimpleNeopixelDemo 'as is' with my Arduino MEGA 2560 and I did not succeed to make it work. Your code is using PORTB, bit 4, which...
In cozy/cozy-client#1460 we implemented a new `useSettings` hook This hook can be used in `DefaultRedirectionSnackbar` in order to simplify code and homogenize the way we access cozy-apps settings ``` ###...
Hi, First, thanks for maintaining this project. In my project we'll soon need to handle multiple http servers running on different ports. For now we are using a very naive...
We want cozy-home to be compatible with the new Flagship app's Offline mode When hosted in a Flagship app's WebView we now want to use FlagshipLink instead of StackLink in...
``` ### ✨ Features * ### 🐛 Bug Fixes * ### 🔧 Tech * Migrate our CI from Travis to GithubActions ```