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

The first version of the chrome extension. This project uses DOM scraping to extract data from the page. There are three parts to this application. - Background. - Content Script....

PR: awaiting review

## Current Behavior The user's name is displayed twice on the "Members" page. ![CleanShot 2024-01-19 at 14 46 29@2x](https://github.com/twentyhq/twenty/assets/19412894/3ddd2335-e979-4843-a882-2d81501de68d) ## Desired Behavior Display the user's email below their name. ![CleanShot...

good first issue
scope: front
size: minutes

# Desired Behavior When the relationship displayed on the show is either `One to One` or `Many to One` (The record has only one parent but some "siblings."), we should...

scope: front
type: feature
size: hours

useOpenCreateActivityDrawerV2 uses client.writeQuery to inject data before the read queries are mounted. The problem is that write and read are in separated files and there's nothing that keeps one's filtering...

Refactor addRecordInCache and modifyRecordInCache.

## Scope & Context Following Optimistic Effect implementation v2 (https://github.com/twentyhq/twenty/issues/3509). ## Current behavior When a new record is added from the Record table, if a filter is set, the empty...

scope: front