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 The current implementation of the sync compares objects and their fields in the DB with the standard object defined in the code. To do that and...

type: chore

#3610 Dark Mode ![image](https://github.com/twentyhq/twenty/assets/52026385/29a34163-7053-4564-bd20-58f0801ba028) Light Mode ![image](https://github.com/twentyhq/twenty/assets/52026385/564e3825-47a3-48c3-81f0-74c00d86591f)

PR: awaiting review

# Current Behavior The gap between `No companies` and the companies list is too big: ![CleanShot 2024-01-25 at 10 28 43](https://github.com/twentyhq/twenty/assets/19412894/ee561a92-f9cb-4bfc-840a-c6c314eb2035) # Desired Behavior The gap should be `2px` ![CleanShot...

good first issue
scope: front
size: minutes
type: design improvement

# Current Behavior Today, the menu background color is `rgb(252, 252, 252)` ![CleanShot 2024-01-25 at 10 35 01](https://github.com/twentyhq/twenty/assets/19412894/98c792fa-31be-4db3-b9c6-4c7f0aa60147) # Desired Behavior The menu background color should be transparent and have...

good first issue
scope: front
size: minutes
size: hours
good for experienced contributor

I added a select field with multiple options as a custom column. It's displayed in the table but doesn't show up as an option in filter/sort menus

scope: front
type: feature

# Current Behavior After clicking the sign-up button, the loading time is notably long without any progress indication: https://github.com/twentyhq/twenty/assets/19412894/17f3c650-c7fc-460f-8939-7086e7fd6232 # Desired Behavior Add a throbber to indicate loading. Make sure...

good first issue
scope: front
size: minutes
size: hours
type: design improvement

We should introduce an invisible Captcha on the login/signup form. As always we try to have a driver-driven instance to allow each self-hosted instance to pick their provider of choice...

scope: back+front
ready
good for experienced contributor

**feat**: add sanitizeLinkRecordInput for link normalization **Addresses issue #2546** - Introduce a new utility function, **sanitizeLinkRecordInput**, to normalize link input specifically for the companies tab. - This function is added...

PR: awaiting author

Related to https://github.com/twentyhq/twenty/issues/3509 I had to move `useFilteredSearchEntityQuery` inside the `SingleEntitySelectMenuItemsWithSearch` component, because it was triggering `findManyRecords` queries in the `RecordShowPage` even when the entity picker dropdown was not open....

PR: awaiting review