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

chore(dashboard): revert trigger success toast #6987

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

LetItRock
Copy link
Contributor

What changed? Why was the change needed?

Reverted the changes we did for the success trigger workflow toast, because navigate doesn't support full page reload.

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

actionLabel="View activity feed"
onAction={() => {
close();
navigate(buildRoute(LEGACY_ROUTES.ACTIVITY_FEED, { transactionId }));
Copy link
Contributor Author

@LetItRock LetItRock Nov 13, 2024

Choose a reason for hiding this comment

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

The navigate here works like an internal routing, there is no option to do a full page reload on navigate, which is something we want because we navigate to a different "app" served by "legacy" folder.

Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit 8a95011
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6734aab587c35000087f5a96
😎 Deploy Preview https://deploy-preview-6987--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@LetItRock LetItRock merged commit 20ff94c into next Nov 13, 2024
31 checks passed
@LetItRock LetItRock deleted the revert-trigger-toast branch November 13, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants