twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
## 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...
#3610 Dark Mode  Light Mode 
# Current Behavior The gap between `No companies` and the companies list is too big:  # Desired Behavior The gap should be `2px`  # Desired Behavior The menu background color should be transparent and have...
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
# 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...
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...
**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...
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....