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

# What Today we throw an error when the name already exists locally. We should: - create the table with a new name (user2...) - offers the possibility to update...

scope: back+front
type: chore

# What When creating/deleting a connection, redirection is made but the connections list is not updated in production

scope: front

# What Based on status fetched or second call made, we should warn the user that the table structure is out of sync ![Image](https://github.com/twentyhq/twenty/assets/22936103/83563d77-523b-43da-aa29-1ac0cf0b9983) # How - in `useGetDatabaseConnectionTables`, also...

scope: front

# This PR - Fix #5021 - Migrates `passwordResetToken` and `passwordResetTokenExpiresAt` fields from `core.users` to `core.appToken` - Marks those fields as `deprecated` so we can remove them later if we...

PR: awaiting review

# What Add the possibility to edit the connection. ![Image](https://github.com/twentyhq/twenty/assets/22936103/96ce0bfa-c9f0-466f-b8b4-d53506beb798) ![Image](https://github.com/twentyhq/twenty/assets/22936103/1f41bfd6-d8da-4042-b0bf-d8e31e0ad844) Opens a new page with the creation form pre-filled **Should we warn the user that it will unsync all...

scope: front

- Modified CSS: font-size, colors, margins... - Added an ArticleContent Component that will be used for the changelog and user guide articles, which contains the styles for each titles, paragraphs,...

PR: awaiting author
website

I extracted the init database logic into its own file. You can now run it with yarn database:init. Added database entry for GitHub stars. Do you want me to remove...

PR: awaiting review
website

## Scope and context When the remote schema change, we should return informations to the user so he knows the table is out of sync. ## Technical inputs - add...

scope: backend

# What Server connection should be editable. We need to add a new endpoint. See how this is done to remove a server. # How - Rename `CreateRemoteServerInput` into `RemoteServerInput`...

scope: backend