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

# Current behavior There is an unnecessary 1px border bottom/breakline under the (last) task: ![CleanShot 2024-01-26 at 14 58 43@2x](https://github.com/twentyhq/twenty/assets/19412894/0f971ac4-4fc0-49df-b5b2-a9b3ebf2b608) Zoomed: ![CleanShot 2024-01-26 at 15 01 44@2x](https://github.com/twentyhq/twenty/assets/19412894/fe24ed5e-28b2-410c-95df-62f72edad8de) # How to...

good first issue
scope: front
size: minutes

We have built a rest wrapper for the `/graphql` endpoint (company, person, opportunities, views) But we have not built a wrapper for the `/metadata` graphql endpoint so it is not...

scope: backend
good for experienced contributor

# Current behavior After clicking on `new task` or `new note` a note is created and saved even if it's empty: ![CleanShot 2024-01-26 at 17 04 47@2x](https://github.com/twentyhq/twenty/assets/19412894/c237e1a0-252c-4ab1-ad31-ab186c483c77) ![CleanShot 2024-01-26 at...

**Objective**: Enhance the reliability and performance of the REST API. ## Technical Context Currently, our REST API (documentation [here](https://twenty.com/developers/rest-api/core#)) is exposed via two dynamic endpoint sets: - `rest/...` - `rest/batch/...`...

scope: backend
type: chore
size: long
for experienced contributor
prio: med

This pull request addresses an issue related to the metadata type of the `RATING` field. It has been identified that the `RATING` field must comply with the GraphQL enum type...

PR: awaiting author

**Current behavior** Currently we have no extensive testing on the potential hotkey scope conflicts that may arise on components like dropdowns or right drawers **Expected behavior** We need to create...

scope: front
type: chore
size: hours

Csv import is using react context, because it was initially used as a component with a provider. We're using it with a recoil state and a hook, so we can...

scope: front
ready
type: chore
size: hours

Closes #3310

PR: awaiting review

#3640 ![image](https://github.com/twentyhq/twenty/assets/52026385/31ae8ecc-214c-476d-8865-2727a45a8cf9)

This PR introduces a comprehensive refactoring of the `workspace:sync-metadata` command, alongside addressing various bug fixes. The refactoring aimed to enhance code modularity, readability, and maintainability. Key changes include the creation...

PR: awaiting review