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

On a company show page I can see the list of related opportunities: If I click on All it takes me to this URL: https://app.twenty.com/objects/opportunities?filter%5Bcompany%5D%5Bis%5D%5B0%5D=278e671a-1632-40a7-9ad9-eaffcffaf2e6&view=7dfcdeaf-c74c-4546-afcf-b293ed1856e2 But the filter on company...

scope: front

## Scope & Context I think the menu items in the slash menu are to big, icon sizes are different and the usability is not great with many objects. I...

scope: front
ready
size: hours

We need to setup rate limiting to improve security. It's well documented here: https://docs.nestjs.com/security/rate-limiting We want to do the async configuration to allow each self-hosted instance to set their own...

scope: backend
ready

Not sure how this would best be solved cleanly, but it's a bit annoying from a UI perspective. https://github.com/twentyhq/twenty/assets/6399865/31ce34ac-1491-450b-bc99-57d445e6602f

type: bug
scope: front

## Scope & Context When a synchronous React error is caught. ## Current behavior We have a very rough error fallback component : ## Expected behavior We'd like to have...

scope: front
size: minutes

## Bug Description While a filter is active, adding a company/person is possible. But, when removing the filter, the added company disappears and reappears only after a refresh. https://github.com/twentyhq/twenty/assets/71827178/0f15d904-900d-4d4e-a4d7-14cffea8ce7b ##...

type: bug
good first issue
scope: front

If I create a card from the new button, then it should be created at the bottom and not at the top - otherwise we don't realize it's been created....

good first issue
scope: front
type: design improvement

# Scope & Context The project aims to enable users to incorporate diverse field types into any Standard or Custom object. Field types: - Text - Number - Link -...

Postgres has an `interval` field type. We will probably need to introduce something similar to display durations (e.g. 1 day 2 hours and 3 seconds).

blocked: design needed
scope: backend

We should either add 2 new field types DATE and TIME. Or keep the current DATE_TIME but split it into a composite fields and add option to indicate if we...