Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Feb 23, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
3 tasks
libs/@hashintel/petrinaut/src/components/sub-view/vertical/proportional-sub-views-container.tsx
Fixed
Show fixed
Hide fixed
| overlay.style.inset = "0"; | ||
| overlay.style.zIndex = "99999"; | ||
| overlay.style.cursor = getCursor(direction); | ||
| overlay.style.userSelect = "none"; |
Check warning
Code scanning / Semgrep PRO
Semgrep Finding: ajinabraham.njsscan.generic.hardcoded_secrets.node_username
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…piler React Compiler handles memoization automatically, making useCallback unnecessary. Also extracts panel transition logic into a useTransientTransition hook and disables react-hooks/exhaustive-deps ESLint rule. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add smooth CSS transitions when toggling LeftSideBar, BottomPanel, and PropertiesPanel. Panels now slide in/out instead of abruptly mounting/ unmounting. Adjacent UI elements (BottomBar, ViewportControls, MiniMap) also transition their positions smoothly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Panels now stay mounted during the exit animation (while isPanelAnimating is true), then unmount once the animation window ends. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Persist panel display settings (sidebar width, open state, bottom panel height/tab, timeline chart type) across sessions via localStorage. Introduce two behavior toggles: showAnimations (skip CSS transitions when false) and keepPanelsMounted (keep closed panels in the DOM). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the placeholder Menu on the viewport Settings button with a proper Dialog built on Ark UI. The Dialog follows the Figma design system (two-layer structure: outer gray frame + inner white card, footer outside the card) and the compound-component pattern established by Popover. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Wire Animations and Keep Panels Mounted switches to UserSettingsContext. Add placeholder Modern Nodes Look switch and Arcs Rendering select. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy the main-branch PlaceNode and TransitionNode as classic variants. Add a compactNodes user setting (persisted to localStorage) and wire it to the "Compact nodes" switch in the Settings dialog. SDCPNView swaps between compact and classic ReactFlow node types based on the setting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…m paths Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

🌟 What is the purpose of this PR?
🔗 Related links
🚫 Blocked by
🔍 What does this change?
Pre-Merge Checklist 🚀
🚢 Has this modified a publishable library?
This PR:
📜 Does this require a change to the docs?
The changes in this PR:
🕸️ Does this require a change to the Turbo Graph?
The changes in this PR:
turbo.json's have been updated to reflect this🐾 Next steps
🛡 What tests cover this?
❓ How to test this?
📹 Demo