Skip to content

feat(uiFactory): support developerUiFirstPathSegment#3780

Open
Raubzeug wants to merge 5 commits intomainfrom
dev-ui-prefix
Open

feat(uiFactory): support developerUiFirstPathSegment#3780
Raubzeug wants to merge 5 commits intomainfrom
dev-ui-prefix

Conversation

@Raubzeug
Copy link
Copy Markdown
Contributor

@Raubzeug Raubzeug commented Apr 9, 2026

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
606 602 0 1 3

😟 No changes in tests. 😕

Bundle Size: ✅

Current: 63.40 MB | Main: 63.39 MB
Diff: +1.80 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@Raubzeug Raubzeug marked this pull request as ready for review April 9, 2026 09:57
Copilot AI review requested due to automatic review settings April 9, 2026 09:57
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new UIFactory configuration option to support hosting Developer UI under an additional leading URL path segment, and applies it when generating default Developer UI links.

Changes:

  • Add developerUiFirstPathSegment?: string to UIFactory types.
  • Modify Developer UI link base calculation to include the configured path segment.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/utils/developerUI/developerUI.ts Adjusts default Developer UI host used by link generators to incorporate an optional configured path segment.
src/uiFactory/types.ts Extends UIFactory interface with developerUiFirstPathSegment option.

Raubzeug and others added 4 commits April 9, 2026 13:07
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@Raubzeug Raubzeug linked an issue Apr 10, 2026 that may be closed by this pull request
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.

Developer UI on the separate route

2 participants