Félix Malfait
Félix Malfait
Hi, Opening an issue to leave a trace for anyone who would have the same problem. Our users in France could use the date filter but a strange issue came...
We used to have a nice box shadow on header/first column. We disabled it because it was affecting performance, we need to bring it back
We've worked on a feature to protect our forms: https://github.com/twentyhq/twenty/pull/4626 We should now setup the env variables to add this protection on prod and on next. Also in prod we...
We have many tickets in the backlog related to field migration. But we don't have a clear strategy/doc we can point to. I think the easiest strategy would be to:...
Env-config.js is render-blocking and takes 250ms to load on average! By simply moving it within index.html we could probably save 250ms of every initial page/new tab load! We should replace...
I created a remote object. I was able to deactivate it. But I was not able to delete it.
We've started introducing field options, for example on the currency field type: We should provide formatting options for the date fields. For example this isn't very nice and it would...
We currently have createMany endpoints on the GraphQL api but don't have a similar endpoint on the REST version. We're currently building an "import from CRM X" feature and it...
Just noticed that if you disable an object, the relationships to that object are still visible. It doesn't really make sense to keep them... We should either check that when...
I just noticed that, within settings > account, if your connection failed you see an arrow ">" that takes you to the email tab (where the thing can be succesful)....