Skip to content

Fix/replace deprecated UI toolkit#134

Draft
arneschmid wants to merge 4 commits intomainfrom
fix/replace-deprecated-ui-toolkit
Draft

Fix/replace deprecated UI toolkit#134
arneschmid wants to merge 4 commits intomainfrom
fix/replace-deprecated-ui-toolkit

Conversation

@arneschmid
Copy link
Copy Markdown
Collaborator

@arneschmid arneschmid commented Mar 27, 2026

Fixes

Changes

  • Removing vscode/webview-ui-toolkit and all it's dependencies
  • Replacing UI controls with ant controls
  • Enhancing CompactDropdown
  • Updating test cases with handling dynamic creation of option list in CompactDropdown

Affected areas which require a deeper look:

  • Create Solution View (Dropdowns, Project Configuration Row)
  • Configure Layers View (Opened by Create Solution Dialog)
  • Config Wizard View (UI Editor of .dbgconf files)

Screenshots

Checklist

  • 🤖 This change is covered by unit tests (if applicable).
  • 🤹 Manual testing has been performed (if necessary).
  • 🛡️ Security impacts have been considered (if relevant).
  • 📖 Documentation updates are complete (if required).
  • 🧠 Third-party dependencies and TPIP updated (if required).

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 27, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA ea94774.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

Scanned Files

  • package-lock.json

@qltysh
Copy link
Copy Markdown

qltysh bot commented Mar 27, 2026

Qlty

Coverage Impact

⬆️ Merging this pull request will increase total coverage on main by 0.02%.

Modified Files with Diff Coverage (7)

RatingFile% DiffUncovered Line #s
Coverage rating: F Coverage rating: F
src/views/manage-layers/view/components/create-layer.tsx0.0%10-108
Coverage rating: F Coverage rating: F
src/views/manage-layers/view/components/manage-layers.tsx0.0%15-190
Coverage rating: B Coverage rating: B
src/views/create-solutions/view/components/create-solution.tsx20.0%207-295
Coverage rating: A Coverage rating: A
src/views/common/components/file-path-picker.tsx100.0%
Coverage rating: A Coverage rating: A
src/views/create-solutions/view/components/hardware-panel.tsx100.0%
Coverage rating: A Coverage rating: A
...ews/create-solutions/view/components/project-configuration.tsx100.0%
Coverage rating: D Coverage rating: D
src/views/config-wizard/confwiz-webview-view-component.tsx51.7%414-425, 515-521
Total50.0%
🤖 Increase coverage with AI coding...

In the `fix/replace-deprecated-ui-toolkit` branch, add test coverage for this new code:

- `src/views/config-wizard/confwiz-webview-view-component.tsx` -- Lines 414-425 and 515-521
- `src/views/create-solutions/view/components/create-solution.tsx` -- Line 207-295
- `src/views/manage-layers/view/components/create-layer.tsx` -- Line 10-108
- `src/views/manage-layers/view/components/manage-layers.tsx` -- Line 15-190

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

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.

1 participant