Draft
Conversation
- Add `orientation` prop ("horizontal" | "vertical") with appropriate
layout styles for each direction
- Add `hideLabel` option to SegmentOption for icon-only segments
- Show tooltips on all items with tooltips, not just disabled ones
- Hide ItemControl element that added unwanted spacing
- Fix content gap: use 1.5 (6px) instead of 4 (16px) between icon/label
- Replace overflow:hidden with whitespace:nowrap to prevent content clipping
- Add stories: WithIconsOnly, VerticalIconOnly, VerticalIconOnlyMedium,
VerticalWithLabels
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Enable the Simulate option in the mode selector and render a dedicated SimulateView when simulate mode is active. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Introduce scenarios to the SDCPN data model as an optional, backwards-compatible field. Add a reusable Drawer component that shares visual primitives with Dialog via panel-primitives. Build the Scenarios list view and a Create Scenario drawer with four collapsible sections: General, Scenario Parameters, Parameters (net-level overrides), and Initial State. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add an optional boolean to Place that marks it for display in the Create Scenario drawer's Initial State section by default. Add a toggle in PlaceProperties and a "Show all" switch in the drawer to reveal remaining places. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move the four collapsible form sections into a reusable ScenarioFormSections component shared by both CreateScenarioDrawer and the new ViewScenarioDrawer. Add two example scenarios to the SIR model (Seasonal Flu and High Virulence Outbreak). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
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