Skip to content

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Nov 7, 2025

Enhanced UI Layout and Component Documentation

  • Redesigned the demo app layout with a dedicated header section containing logo and input controls
  • Improved the two-column layout with code/event stream on left and DAG/details on right
  • Made event stream collapsible to optimize vertical space usage
  • Added detailed "What it does" explanations for each workflow step
  • Enhanced the ExplanationPanel with reliability features and configuration details
  • Ensured selected nodes in DAG visualization are never dimmed with opacity: 1
  • Added a comprehensive welcome guide with exploration instructions
  • Improved responsive behavior for desktop, tablet, and mobile views
  • Created better visual hierarchy with card styling and section organization

@changeset-bot
Copy link

changeset-bot bot commented Nov 7, 2025

⚠️ No Changeset found

Latest commit: a53e76a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

jumski commented Nov 7, 2025

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.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge:queue - adds this PR to the back of the merge queue
  • hotfix:queue - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nx-cloud
Copy link

nx-cloud bot commented Nov 7, 2025

View your CI Pipeline Execution ↗ for commit a53e76a

Command Status Duration Result
nx test:types:health dsl ✅ Succeeded 15s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-11 14:47:49 UTC

<span>🛡️</span> Reliability Configuration
</div>
<div class="space-y-2">
{#each flowInfo.reliabilityFeatures as feature}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a unique key to the each block to satisfy the svelte/require-each-key ESLint rule. Change '{#each flowInfo.reliabilityFeatures as feature}' to '{#each flowInfo.reliabilityFeatures as feature (feature.setting)}' to use the setting property as a unique identifier.

Spotted by Graphite Agent (based on CI logs)

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@jumski jumski force-pushed the feat-demo-update-landing-testimonials branch from 26238c3 to 8ce8480 Compare November 10, 2025 23:37
Refactored layout styles for desktop and mobile views, including flexbox adjustments,
spacing, and responsive behavior.
Enhanced ExplanationPanel with detailed step descriptions.
Added reliability features and "what it does" explanations to flow components.
Updated DAG visualization and event stream sections for better usability and clarity.
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 11, 2025

Merge activity

  • Nov 11, 8:50 PM UTC: jumski added this pull request to the Graphite merge queue.
  • Nov 11, 8:53 PM UTC: The Graphite merge queue removed this pull request due to downstack failures on PR #289.
  • Nov 11, 8:54 PM UTC: The Graphite merge queue removed this pull request due to downstack failures on PR #289.
  • Nov 11, 9:05 PM UTC: jumski added this pull request to the Graphite merge queue.
  • Nov 11, 9:06 PM UTC: CI is running for this pull request on a draft pull request (#362) due to your merge queue CI optimization settings.
  • Nov 11, 9:07 PM UTC: Merged by the Graphite merge queue via draft PR: #362.

graphite-app bot pushed a commit that referenced this pull request Nov 11, 2025
#323)

# Enhanced UI Layout and Component Documentation

- Redesigned the demo app layout with a dedicated header section containing logo and input controls
- Improved the two-column layout with code/event stream on left and DAG/details on right
- Made event stream collapsible to optimize vertical space usage
- Added detailed "What it does" explanations for each workflow step
- Enhanced the ExplanationPanel with reliability features and configuration details
- Ensured selected nodes in DAG visualization are never dimmed with `opacity: 1`
- Added a comprehensive welcome guide with exploration instructions
- Improved responsive behavior for desktop, tablet, and mobile views
- Created better visual hierarchy with card styling and section organization
@graphite-app graphite-app bot closed this Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants