twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Building a modern alternative to Salesforce, powered by the community.

Results 2448 twenty issues
Sort by recently updated
recently updated
newest added

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),...

PR: awaiting review

## 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

PR: awaiting review

# 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...

scope: back+front
blocked: tech spec needed
size: days
good for experienced contributor

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...

PR: awaiting review

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...

PR: awaiting review

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...

scope: front
type: chore

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...

good first issue
scope: front
size: minutes

## 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...

type: chore