Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboard): Trigger page activity panel #7263

Merged
merged 10 commits into from
Dec 12, 2024

Conversation

scopsy
Copy link
Contributor

@scopsy scopsy commented Dec 10, 2024

What changed? Why was the change needed?

  • Adds a new activity panel to the trigger page

Screensh
CleanShot 2024-12-10 at 15 15 10@2x
ots
CleanShot 2024-12-10 at 15 15 05@2x
CleanShot 2024-12-10 at 15 15 13@2x

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

@scopsy scopsy marked this pull request as ready for review December 10, 2024 13:24
@scopsy scopsy requested a review from LetItRock December 10, 2024 13:24
Copy link

pkg-pr-new bot commented Dec 10, 2024

Open in Stackblitz

@novu/client

npm i https://pkg.pr.new/novuhq/novu/@novu/client@7263

@novu/framework

npm i https://pkg.pr.new/novuhq/novu/@novu/framework@7263

@novu/headless

npm i https://pkg.pr.new/novuhq/novu/@novu/headless@7263

@novu/nest

npm i https://pkg.pr.new/novuhq/novu/@novu/nest@7263

@novu/js

npm i https://pkg.pr.new/novuhq/novu/@novu/js@7263

@novu/nextjs

npm i https://pkg.pr.new/novuhq/novu/@novu/nextjs@7263

@novu/node

npm i https://pkg.pr.new/novuhq/novu/@novu/node@7263

@novu/notification-center

npm i https://pkg.pr.new/novuhq/novu/@novu/notification-center@7263

novu

npm i https://pkg.pr.new/novuhq/novu@7263

@novu/providers

npm i https://pkg.pr.new/novuhq/novu/@novu/providers@7263

@novu/react

npm i https://pkg.pr.new/novuhq/novu/@novu/react@7263

@novu/react-native

npm i https://pkg.pr.new/novuhq/novu/@novu/react-native@7263

@novu/shared

npm i https://pkg.pr.new/novuhq/novu/@novu/shared@7263

@novu/stateless

npm i https://pkg.pr.new/novuhq/novu/@novu/stateless@7263

commit: bada7ea

filters: transactionId ? { transactionId } : undefined,
},
{
enabled: transactionId !== undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enabled: transactionId !== undefined,
enabled: currentEnvironment && !!transactionId,

Base automatically changed from activity-feed-page to new-activity-feed-page December 12, 2024 07:46
@scopsy scopsy merged commit 6c5f0bd into new-activity-feed-page Dec 12, 2024
4 checks passed
@scopsy scopsy deleted the workflow-page-activity-integration branch December 12, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants