twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
Closes #2413 - Building a chrome extension for twenty to store person/company data into a workspace.
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....
## Current Behavior The user's name is displayed twice on the "Members" page.  ## Desired Behavior Display the user's email below their name. ![CleanShot...
# 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...
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...