Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Draw.io XML to ReactFlow converter with manifest-driven navigation. Parses .drawio files into interactive node graphs with zoom-to-node transitions, cross-fade between diagrams, and back navigation. Components: NavigableDiagram (orchestrator), ClickableNode (interactive nodes with zoom), SubgraphNode (group containers), ImageNode (embedded SVG/base64). Utilities: drawioToReactFlow (XML parser), parseManifest (transition config). Adds reactflow, dagre, and motion dependencies.
Draw.io source files for transaction lifecycle and ticket submission flows. Manifest XML for multi-diagram story navigation with zoom and transition config. Background SVG with Arbitrum circuit-board pattern. Includes Mermaid diagram sources for Stylus learning paths.
Diagram node styles using translucent glass fills with backdrop blur, sharp corners (border-radius: 0), and Arbitrum brand colors. Includes shape-specific colors, subgraph containers with navy/teal labels, glass blue back button, dark mode support, animated edge flow, blink animation, and accessibility media queries.
Replace static PNG/SVG images with DrawioReactFlow components on transaction lifecycle and Inside Arbitrum Nitro pages. Add test page for diagram development. Include design spec and implementation plan for the manifest system.
Updated and removed static images brought in from master branch merges during development.
06b02cc to
d004f5b
Compare
Delete 20 .mmd files from the original Mermaid-based approach, fully replaced by Draw.io interactive diagrams.
Delete 3 .md files containing embedded Mermaid diagrams, unreferenced anywhere in the codebase.
Use !important to override theme-specific .react-flow__node box-shadow that was bleeding onto image nodes (person icon, envelope icons).
Use border-width: 1px 3px instead of separate border-left/right to properly inherit border-style and border-color from base node.
Remove thicker left/right borders from process shapes — they created a visible gap. Uniform 1px border from base node style.
Strip fillColor, strokeColor, and fontColor from converter output. CSS now owns all visual styling via shape classes. Remove colors from NodeData type and ClickableNode inline styles. Remove unused extractFontColor helper.
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.
No description provided.