Célestin Ballèvre
Célestin Ballèvre
* Fix link translation for README.fr.md.
``` ### 🔧 Tech * Remove bar context ``` We are using the second version of `` now **Related PRs:** - https://github.com/cozy/cozy-bar/pull/833
Lately we have trouble with the CI because of a flaky test. I put it in quarantine until I can fix it (cf: [commit](https://github.com/cozy/cozy-drive/pull/2909/commits/b968e7e3dfcdc0440df4e67acdf572888ff000de)). This issue aims to follow the...
Since cozy-ui version 34.0.0, ActionMenu has been deprecated for the benefit of ActionsMenu. The component launches a console.warn which breaks the tests. For the moment, I have mocked up this...
**Related PRs:** - https://github.com/cozy/cozy-libs/pull/2406
There is a conflict between the general case and the specific case. I don't know if it's really a problem, but it's good to know if you want to get...
One of the problems encountered in applications with a snackbar or fab button is managing the margin at the bottom if the flagship application is in immersive mode. Example into...
The selection bar has new design requirements that we need to implement soon 🙂 **Notes :** When implementing them, we need to find a better way of managing the space...
With @Ldoppea, we convert withLocales to Typescript. We keep the Proptypes used for overloads in applications. To make them work with Typescript we infer the type with `InferProps`. This PR...