refactor: consolidate Radix imports in the GitHub agent example - #388
Draft
lilienblum wants to merge 4 commits into
Draft
refactor: consolidate Radix imports in the GitHub agent example#388lilienblum wants to merge 4 commits into
lilienblum wants to merge 4 commits into
Conversation
lilienblum
marked this pull request as ready for review
August 10, 2026 15:49
Greptile SummaryThe PR migrates the GitHub agent dashboard’s two UI component sets from individual Radix packages to the consolidated
Confidence Score: 4/5The PR is not yet safe to merge because fresh dashboard installations can still resolve an unvalidated The documented installation runs Files Needing Attention: examples/github-agent/packages/dashboard/package.json and examples/github-agent/packages/dashboard/pnpm-lock.yaml
|
| Filename | Overview |
|---|---|
| examples/github-agent/packages/dashboard/package.json | Consolidates the Radix dependencies, but the compatible range and unresolved lockfile leave the previously reported reproducibility problem outstanding. |
| examples/github-agent/packages/dashboard/components/ui/form.tsx | Migrates the Label and Slot imports to the corresponding consolidated-package namespaces while preserving component usage. |
| examples/github-agent/packages/dashboard/components/ui/sidebar.tsx | Replaces direct primitive imports with consolidated Radix namespace imports without changing sidebar behavior. |
| examples/github-agent/packages/dashboard/ui/sidebar.tsx | Applies the same consolidated import migration to the second dashboard UI component directory. |
Reviews (3): Last reviewed commit: "fix(example): use compatible dependency ..." | Re-trigger Greptile
lilienblum
marked this pull request as draft
August 11, 2026 01:16
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.
Summary
radix-uipackageradix-uidependencyValidation
tsccheck for the migrated UI component setsgit diff --checkThe example's full typecheck still reports unrelated existing chart, API, and remote-agent dependency errors.
Linear: ALIEN-480