Fix/journey editor sticky note markup run button#204
Open
Fix/journey editor sticky note markup run button#204
Conversation
jeroenrinzema
requested changes
Mar 16, 2026
Chore: updated react to 19 (I saw no bugs)
… rendering - Removed custom regex-based text parsing and inline formatting. - Integrated ReactMarkdown with remark-gfm and remark-breaks for enhanced Markdown support. - Added custom styles for headings, code, blockquotes, lists, and links. - Implemented a preprocessing function to convert plain domains into links.
…thub.com:lunogram/platform into fix/journey-editor-sticky-note-markup-run-button
90c05ab to
cf02f74
Compare
f1f4c61 to
734e288
Compare
jeroenrinzema
previously approved these changes
Mar 25, 2026
…editor-sticky-note-markup-run-button
This file contains hidden or 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
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.
This pull request introduces resizable "sticky" info steps in the journey editor, allowing users to adjust their size dynamically. It also ensures that node actions are consistently passed throughout persistence and publishing operations. The changes improve usability for info steps and streamline how node actions are handled in the codebase.
Resizable info steps and sticky node improvements:
sticky) via theNodeResizercomponent, storing width and height in node data and style, and updating the CSS for resize handles. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Node actions propagation and persistence:
setViewUsersStep,skipDelay,openUserModal) explicitly tosaveSteps,publishJourney, andstepsToNodes, ensuring consistent handling of actions across draft saving and publishing. [1] [2] [3] [4] [5] [6] [7] [8]General improvements:
KeyIconcomponent to accept a customizableclassNameprop for flexible styling.These changes collectively enhance the journey editor's flexibility and maintainability.
closes #203