You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change implements Phase 7 of the UI Modernization 2026 plan.
Key changes:
ExportPanel.tsx: Replaced generic layout with a structured, preview-first interface. Added format selection for Markdown, JSON, SQLite, Graph, and Static Site. Added scope selection (All, Selected, etc.) and integrated live repository stats for entities, claims, and links.
AIHarness.tsx: Refactored the generic chat view into a dedicated lab interface with four panels: Prompt, Context, Run Log, and Artifacts. Added a model status banner to provide truthful feedback on local model availability.
JobMetrics.tsx: Moved inline styles to components.css using design tokens and restricted visibility to development mode (import.meta.env.DEV).
Styling: Extended features.css and components.css to support the new layouts while maintaining the established design system and accessibility standards (e.g., minimum 44px tap targets).
These updates clarify the local-first nature of the application and ensure the 'Lab' features accurately reflect their experimental and local-only status.
- Modernize ExportPanel with preview-first UX, format cards, and scope selection.
- Update AIHarness with a lab-ready four-panel layout and truthful status.
- Refactor JobMetrics to use tokenized CSS and gate to development mode.
- Update styling to align with 2026 UI modernization tokens.
- Ensure compliance with anti-slop rules for local-first messaging.
Co-authored-by: d-oit <6849456+d-oit@users.noreply.github.com>
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.
When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.
I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!
For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!
We reviewed changes in 5df6e1a...7523d45 on this pull request. Below is the summary for the review, and you can see the individual issues we found as inline review comments.
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
The reason will be displayed to describe this comment to others. Learn more.
`AIHarness` has a cyclomatic complexity of 9 with "medium" risk
A function with high cyclomatic complexity can be hard to understand and
maintain. Cyclomatic complexity is a software metric that measures the number of
independent paths through a function. A higher cyclomatic complexity indicates
that the function has more decision points and is more complex.
The reason will be displayed to describe this comment to others. Learn more.
`ExportPanel` has a cyclomatic complexity of 6 with "medium" risk
A function with high cyclomatic complexity can be hard to understand and
maintain. Cyclomatic complexity is a software metric that measures the number of
independent paths through a function. A higher cyclomatic complexity indicates
that the function has more decision points and is more complex.
The reason will be displayed to describe this comment to others. Learn more.
JSX tree is too deeply nested. Found 5 levels of nesting
Nesting JSX elements too deeply can confuse developers reading the code. To make maintenance and refactoring easier, DeepSource recommends limiting the maximum JSX tree depth to 4.
d-oit
deleted the
feat/export-lab-trust-pass-17723910974572926102
branch
May 3, 2026 14:43
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
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 change implements Phase 7 of the UI Modernization 2026 plan.
Key changes:
components.cssusing design tokens and restricted visibility to development mode (import.meta.env.DEV).features.cssandcomponents.cssto support the new layouts while maintaining the established design system and accessibility standards (e.g., minimum 44px tap targets).These updates clarify the local-first nature of the application and ensure the 'Lab' features accurately reflect their experimental and local-only status.
Fixes #81
PR created automatically by Jules for task 17723910974572926102 started by @d-oit