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

## Scope, Context & implementation ### Current implementation The backend only stores the sender (using the header "from" value inside the message) in the MessageRecipient table. (Note: This is a...

type: chore

## Scope & Context To sync messages with the gmail API, we need to use the method `users.history.list` which takes the historyId as an argument. ## Technical inputs Add lastSyncHistoryId...

type: chore

## Scope & Context We need to do a full sync the first time we import emails. ## Technical inputs Create a custom Nest.js resolver to call do a full...

type: chore

## Scope & Context After doing the full sync when creating a connected account, we need to call a cron job regularly to sync all the emails. ## Technical inputs...

type: chore

# Current behavior When creating a new record on an object index, the bottom part of the floating cell is cropped underneath the cell below. ![CleanShot 2024-01-03 at 12 41...

type: bug
good first issue
scope: front
size: minutes

I created a new object called "Project" and added a one-to-many relationship between projects and opportunities. But that field is not visible in the kanban view:

type: bug
scope: front

I was doing a demo to someone and saw the following bug: - I added a new column on the opportunity model (settings > data model) - I switched back...

type: bug
scope: front

## Scope & Context It seems we don't receive exceptions affecting metadata resolvers on Sentry and it was probably never implemented to make it work ## Technical inputs Look at...

type: chore

# Summary This pull request closes #3241 and introduces changes to the `RecordTable.tsx` file to adapt the visual appearance of table cells based on Figma ([Link](https://www.figma.com/file/xt8O9mFeLl46C5InWwoMrN/Twenty?type=design&node-id=15958-80931&mode=design&t=BFCEpNNScuH0kXRo-11)). ## Changes 1. Deleted...

PR: awaiting author

# Current behavior ![CleanShot 2024-01-05 at 10 36 06](https://github.com/twentyhq/twenty/assets/19412894/21807d4f-a444-436a-a539-5192b9b6f512) # Desired behavior The button should take the full width as a regular menu item

good first issue
scope: front
size: minutes