-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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): Open step template drawer on Add Step #7406
Merged
+99
−45
Conversation
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
✅ Deploy Preview for dev-web-novu ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for dashboard-v2-novu-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
December 30, 2024 10:11
4eb716f
to
07450dd
Compare
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
December 30, 2024 11:43
07450dd
to
7c4a43e
Compare
scopsy
reviewed
Dec 30, 2024
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
December 31, 2024 09:57
7c4a43e
to
5635caa
Compare
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 7, 2025 10:50
5635caa
to
5fa1330
Compare
SokratisVidros
requested changes
Jan 7, 2025
apps/dashboard/src/components/workflow-editor/workflow-provider.tsx
Outdated
Show resolved
Hide resolved
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 9, 2025 08:18
5fa1330
to
fe9bdbb
Compare
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 9, 2025 08:27
fe9bdbb
to
eb8e049
Compare
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 9, 2025 11:08
eb8e049
to
33caeca
Compare
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 9, 2025 13:31
33caeca
to
08ea66e
Compare
SokratisVidros
approved these changes
Jan 10, 2025
desiprisg
force-pushed
the
nv-4972-open-step-template-drawer-on-add-step
branch
from
January 10, 2025 10:58
08ea66e
to
0207613
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changed? Why was the change needed?
To make sure that the user can focus on modifying the content immediately after adding a step and doesn't get distracted by errors for missing content, we are opening the configure drawer right after the step is added.
Screenshots
Screen.Recording.2024-12-30.at.12.09.33.PM.mov
Expand for optional sections
Related enterprise PR
Special notes for your reviewer