Skip to content

Commit

Permalink
Lightweight Activity Log component (#5425)
Browse files Browse the repository at this point in the history
* Lightweight Activity Log component

* WhiteboardIcon = DrawOutlined

---------

Co-authored-by: Valentin Yanakiev <[email protected]>
  • Loading branch information
me-andre and valentinyanakiev authored Jan 23, 2024
1 parent dbef7a0 commit 73ab7c8
Show file tree
Hide file tree
Showing 62 changed files with 1,001 additions and 1,309 deletions.
29 changes: 10 additions & 19 deletions src/core/apollo/generated/apollo-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ export const ActivityLogMemberJoinedFragmentDoc = gql`
profile {
id
displayName
url
visual(type: AVATAR) {
id
uri
Expand Down Expand Up @@ -194,11 +195,10 @@ export const ActivityLogCalloutPostCreatedFragmentDoc = gql`
post {
id
nameID
type
profile {
id
url
displayName
description
}
}
}
Expand All @@ -212,35 +212,26 @@ export const ActivityLogCalloutLinkCreatedFragmentDoc = gql`
profile {
id
displayName
url
}
}
}
reference {
id
name
description
uri
}
}
`;
export const ActivityLogCalloutPostCommentFragmentDoc = gql`
fragment ActivityLogCalloutPostComment on ActivityLogEntryCalloutPostComment {
callout {
id
nameID
framing {
profile {
id
displayName
}
}
}
post {
id
nameID
profile {
id
displayName
url
}
}
}
Expand All @@ -254,6 +245,7 @@ export const ActivityLogCalloutWhiteboardCreatedFragmentDoc = gql`
profile {
id
displayName
url
}
}
}
Expand All @@ -263,6 +255,7 @@ export const ActivityLogCalloutWhiteboardCreatedFragmentDoc = gql`
profile {
id
displayName
url
}
}
}
Expand Down Expand Up @@ -291,7 +284,7 @@ export const ActivityLogChallengeCreatedFragmentDoc = gql`
profile {
id
displayName
tagline
url
}
}
}
Expand All @@ -304,7 +297,7 @@ export const ActivityLogOpportunityCreatedFragmentDoc = gql`
profile {
id
displayName
tagline
url
}
}
}
Expand All @@ -316,16 +309,13 @@ export const ActivityLogUpdateSentFragmentDoc = gql`
`;
export const ActivityLogCalendarEventCreatedFragmentDoc = gql`
fragment ActivityLogCalendarEventCreated on ActivityLogEntryCalendarEventCreated {
calendar {
id
}
calendarEvent {
id
nameID
profile {
id
displayName
description
url
}
}
}
Expand Down Expand Up @@ -582,6 +572,7 @@ export const MessageDetailsFragmentDoc = gql`
profile {
id
displayName
url
avatar: visual(type: AVATAR) {
id
uri
Expand Down
Loading

0 comments on commit 73ab7c8

Please sign in to comment.