POC timeline activity (#5697)

TODO: 
- remove WorkspaceIsNotAuditLogged decorators on activity/activityTarget
to log task/note creations
- handle attachments
-  fix css and remove unnecessary styled components or duplicates
This commit is contained in:
Weiko
2024-06-11 18:53:28 +02:00
committed by GitHub
parent 64b8e4ec4d
commit be96c68416
60 changed files with 2134 additions and 443 deletions

View File

@ -33,7 +33,7 @@ export const seedFeatureFlags = async (
{
key: FeatureFlagKeys.IsEventObjectEnabled,
workspaceId: workspaceId,
value: true,
value: false,
},
{
key: FeatureFlagKeys.IsStripeIntegrationEnabled,