twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
fixes #3201. I assumed that the flow would look like this; you start with the signup being enabled (which is the default value if the environment variable is not set),...
## refactor: improve generateEmptyFieldValue function - Optimize handling of MultiSelect and Select cases - Provide a default value for Select based on FieldSelectValue - Enhance code readability and maintainability
# Scope & goals Enable users to add People & Companies records to Twenty from LinkedIn's `People` or `Company` pages. This requires a Chrome Extension, which adds a button on...
Closes https://github.com/twentyhq/twenty/issues/3125 ⚠️ For now, only fields in which the relation object's field corresponds to a "TO_ONE_OBJECT" relation type can display the "All" link. "TO_MANY_OBJECTS", "FROM_MANY_OBJECTS" and "FROM_ONE_OBJECT" cannot be...
This PR is a suggestion to simplify some aspects of optimistic effect registration. `optimisticEffectWriter` always does the same thing: - read data from Apollo cache - compute updated data with...
Addresses https://github.com/twentyhq/twenty/issues/3249 by altering the `InternalDatePicker` Clear button to take the full width. Note that `.hoverable-buttons` is now conditionally rendered to prevent issues when centering the items in the button....
## Scope & Context The frontend should only display the recipients that have "from" as a role meaning they've sent at least 1 message in the thread. ### Current behaviour...
URL to settings page: https://localhost/settings/objects/companies I just created the fields "start date" and "end date" and they were randomly added in the middle of the list of fields. Instead, we...
## Scope & Context Create a command to do a partial sync with the gmail API using the historyId ## Technical inputs Create a command with Nest.js Commander which calls...