Baptiste Devessier

Results 54 comments of Baptiste Devessier

Thanks for your contribution, @rajatsingh23! I made a minor update to prevent persisting fields where specific logic has already been written for JSON fields.

> @Devessier could you take a look at this branch (we actually have the problem on main but let's solve it here to avoid fixing conflicts) > > * we...

I worked on the links field last week. Charles supervised my work. You can see the following PRs that enhanced the frontend and the backend: 1. https://github.com/twentyhq/twenty/pull/12113 1. https://github.com/twentyhq/twenty/pull/12173 1....

Thank you a lot for your contribution, @Vardhaman619. It was a critical bug fix, and I handled the update.

Good job, @Pk9697! 🎉

Thank you a lot for your contribution, @khuddite. We took a step back and found that the problem could be solved more globally. We will work on it.

I would like to discuss the changes with @Bonapara and @charlesBochet. I took a different approach which has ux consequences, and which could be improved technically. I'm happy to discuss...

@muraliSingh7, I created these components. I will give it a look!

> There is `FormDateTimeField` and `FormDateFieldComponent` which has their own input to change datetime. The value from those input is passed to `DateTimePicker` via props called `date`. Without `useEffect` you...