twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
This PR is a first step for improving the performance on boards and table with groups. It is related to : https://github.com/twentyhq/core-team-issues/issues/1870 Here we implement only a groupBy query for...
Closes #15322 Used `formatToHumanReadableDate` to show absolute dates, rather than only relative dates. When the date is clicked, it flips between relative and absolute. The click on the date, doesn't...
- These actions are displayed in the accent color - Added new context store state `contextStoreIsPageInEditModeComponentState` - Reverted the order in which the actions are displayed (the first action should...
Previously, single-item fields `maxItemCount: 1` didn’t show updated values after pressing `Enter` the UI only refreshed on click outside. This happened because the items list was hidden while `shouldAutoEditSingleItem` remained...
Would love the option to disable the "Welcome" Popup before logging in where you have to enter the email-address before the password. Makes logging in more cumbersome than it needs...
Summary: - Replicated all the fields from users to userWorkspaces entity. - Introduced some helper functions to map the fields from userEntity that we want to write to userWorkspaceEntity. -...
Sentry Issue: [TWENTY-FRONT-4PR](https://twenty-v7.sentry.io/issues/6738216005/?referrer=github_integration) ``` Record not found: Record not found at callback (../../src/modules/apollo/services/apollo.factory.ts:179:29) at (../../src/modules/apollo/services/apollo.factory.ts:178:13) ``` Goal Stop throwing a sentry error when accessing a not existing record detail page...
## Summary - add a regression test that reproduces the workflow "Search Records → ID is " failure (issue #15067 / #15746) - adjust `turnRecordFilterIntoRecordGqlOperationFilter` so UUID filters fall back...
Fixes #14723 ### Summary Fixes a UI while creating a custom CRON ### Changes Made - updated `WorkflowEditTriggerCronForm.tsx` to use the predefined `FormSelectFieldInput.tsx` instead of using `Select.tsx` - added `hint`...
## Bug Description In a workflow with `Record is updated` or `Record is created or updated` with specified field `Boolean`, a single update on the boolean field triggers the workflow...