Alexis G

Results 13 issues of Alexis G

Lorsque que l'on veut déqualifier un document, choix `indéfini`, ce dernier est bien déqualifié mais si l'on ouvre à nouveau la modale de qualification, sa dernière qualification est encore sélectionnée....

La migration sur `cozy-scripts` semble avoir été oublié dans le fichier https://github.com/cozy/cozy-banks/blob/master/scripts/visualizer/webpack.config.js Je ne suis pas convaincu que le Visualizer fonctionnait avant, mais il serait intéressant de le remettre sur...

bug
enhancement

Si des options changent de manière asynchrone, elles ne sont pas prisent en compte. Par exemple si l'on conditionne une option sur un "isLoading" d'une requête. Ce comportement est dû...

:sparkles: enhancement

L'utilisation du composant `ListItemSecondaryAction` au sein de `ListItem` requière obligatoirement le composant `List` en parent. Sans quoi nous nous retrouvons avec le résultat suivant : Code : ![image](https://github.com/cozy/cozy-ui/assets/14182143/e13c1758-e81b-485a-8593-d1680b777fcb) Résultat :...

:bug: bug

It could be interesting to see the beginning and end of the file name using the Filename component (via MidEllipsis component). Possibly via a prop, for more flexibility in some...

:bug: bug
:sparkles: enhancement

Following the update of some subdependencies, the `baseDir` parameter of the bundlemon configuration no longer works if it is not filled in or simply with `"."` or `"./"`. The `transpiled/react`...

Move or merge the `createMockClientForDoc` & `fillQueryInsideClient` functions shown here: https://github.com/cozy/cozy-ui/blob/master/react/FilePicker/docs/DemoProvider.jsx to [cozy-client](https://github.com/cozy/cozy-client/blob/master/packages/cozy-client/src/mock.js)

:sparkles: enhancement

In FilePicker component, replace Icon component to FileImageLoader component (for all Files)

:sparkles: enhancement

Suite à ce commit https://github.com/cozy/create-cozy-app/commit/fa07a25, nous dupliquons les fichiers css sur toutes les applications utilisant la version `>=6.3.1` de `cozy-scripts` ![Capture d’écran 2022-10-21 à 10 10 43](https://user-images.githubusercontent.com/14182143/197147549-230c4990-e9f3-4a2d-acb2-22e4a2059102.png)

tag: bug
cozy-scripts

Afin d'éviter toutes surprises malheureuses, il faudrait mettre à jour les deps Babel et si nécessaire ajouter un polyfill pour la méthode `replaceAll`, qui par exemple **n'est pas supporté** sur...

tag: bug
tag: chore