Yannick Chiron

Results 19 issues of Yannick Chiron

As reseting user's password makes its Cozy Pass vault impossible to be decrypted, then we should alert the user on password reset instructions email

In `cozy-pass-wab` manifest I had two different rules using the same ID : ```json "permissions": { ... "contacts": { "description": "Required to share passwords with other people", "type": "com.bitwarden.contacts", "verbs":...

enhancement

**Description** Hi, This is not really a feature request nor a bug report but just some feedback from my current experience. I'm currently reviewing some proposals. Multiple times I wanted...

⭐️ good first issue
UX

**What is the issue?** In the [Installation page](https://contribute-conference-hall.netlify.com/installation) Google APIs are declared `optional`, but they seems to be mandatory. If Google APIs are not configured then we cannot create an...

:bug: bug

**Description** Hi, In the `Proposal` list there is now way to open a submission in a new tab (right click -> open in new tab, or middle click). This feature...

:sparkles: feature

### Description Hi, > **Note** > I found this issue that is also about interaction problem #1663. But i'm not sure if it is related or not My project is...

Platform: iOS
Repro provided

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage

I just encountered a bug on NestedSelect documentation : https://docs.cozy.io/cozy-ui/react/#!/NestedSelect When selecting option `E` (with "very long option"), then we get two selected items: ![image](https://user-images.githubusercontent.com/1884255/144227660-1183fccc-693a-4495-a74e-1402598d99d2.png) I did not investigate if...

:clipboard: documentation

All cozyDialogs are implementing the same logic for buttons ```jsx {!fullScreen && onClose && ( )} {!fullScreen && onBack && ( )} {fullScreen && onBackOrClose && ( )} ``` We...

:sparkles: enhancement

When a chip is set as clickable (i.e ``) then a double click on it will trigger a text selection on following text https://user-images.githubusercontent.com/1884255/129900067-4843b322-df50-46c2-8ad9-f9a9a10e92b4.mp4 This behaviour seems not to be...