-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into refactor-action-menu
- Loading branch information
Showing
171 changed files
with
1,791 additions
and
3,505 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
**Side Quest**: Create a bug report. Use the Twenty bug issue template to report a bug in detail, including steps to reproduce it. | ||
**Points**: 50-150 Points | ||
**Proof**: Add a link to your bug report in the list below. | ||
|
||
Please follow the following schema: | ||
|
||
--- | ||
|
||
» 05-April-2024 by YOUR NAME | ||
» Link to bug report: https://github.com/twentyhq/twenty/issues/... | ||
|
||
--- | ||
|
||
//////////////////////////// | ||
|
||
Your turn 👇 | ||
|
||
//////////////////////////// | ||
|
||
» 10-October-2024 by Devansh Baghel | ||
» Link to bug report: https://github.com/twentyhq/twenty/issues/7560 | ||
|
||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
**Side Quest**: Meme Magic: Craft a meme where the number twenty plays a role. Tweet it, and tag @twentycrm. | ||
**Points**: 150 Points | ||
**Proof**: Add a screenshot of meme to the PR description. Add a link to your tweet in the list below. | ||
|
||
Please follow the following schema: | ||
|
||
--- | ||
|
||
» 05-April-2024 by YOUR NAME | ||
» Link to Tweet: https://x.com/... | ||
|
||
--- | ||
|
||
//////////////////////////// | ||
|
||
Your turn 👇 | ||
|
||
//////////////////////////// | ||
|
||
» 10-October-2024 by Teddy ASSIH | ||
» Link to Tweet: https://x.com/ion_finisher/status/1844389252253299173 | ||
|
||
» 11-October-2024 by Bhavesh Mishra | ||
» Link to Tweet: https://x.com/thefool1135/status/1844458836402503931 | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
**Side Quest**: Gif Magic: Create a gif related to Twenty. Tweet it, and tag @twentycrm. | ||
**Points**: 150 Points | ||
**Proof**: Add a screenshot of GIF on Giphy to the PR description. Add a link to your GIPHY in the list below. | ||
|
||
Please follow the following schema: | ||
|
||
--- | ||
|
||
» 05-April-2024 by YOUR NAME | ||
» Link to gif: https://giphy.com/... | ||
|
||
--- | ||
|
||
//////////////////////////// | ||
|
||
Your turn 👇 | ||
|
||
//////////////////////////// | ||
|
||
» 10-October-2024 by Teddy ASSIH | ||
» Link to gif: https://giphy.com/gifs/oss-crm-twenty-VWDHAIlGTbc6Nqdza9 | ||
|
||
» 11-October-2024 by Bhavesh Mishra | ||
» Link to gif: https://shorturl.at/yln9H | ||
|
||
--- |
2 changes: 1 addition & 1 deletion
2
oss-gg/twenty-side-quest/5-quest-wizard.md → oss-gg/twenty-side-quest/6-quest-wizard.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
packages/twenty-front/src/modules/object-metadata/hooks/useObjectIsRemote.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
packages/twenty-front/src/modules/object-metadata/utils/isObjectMetadataReadOnly.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { ObjectMetadataItem } from '@/object-metadata/types/ObjectMetadataItem'; | ||
import { isWorkflowSubObjectMetadata } from '@/object-metadata/utils/isWorkflowSubObjectMetadata'; | ||
|
||
export const isObjectMetadataReadOnly = ( | ||
objectMetadataItem: Pick<ObjectMetadataItem, 'isRemote' | 'nameSingular'>, | ||
) => | ||
objectMetadataItem.isRemote || | ||
isWorkflowSubObjectMetadata(objectMetadataItem.nameSingular); |
7 changes: 7 additions & 0 deletions
7
packages/twenty-front/src/modules/object-metadata/utils/isWorkflowSubObjectMetadata.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { CoreObjectNameSingular } from '@/object-metadata/types/CoreObjectNameSingular'; | ||
|
||
export const isWorkflowSubObjectMetadata = ( | ||
objectMetadataNameSingular?: string, | ||
) => | ||
objectMetadataNameSingular === CoreObjectNameSingular.WorkflowVersion || | ||
objectMetadataNameSingular === CoreObjectNameSingular.WorkflowRun; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.