Skip to content

Implement single editor mode for Manage Solution UI and text editor#218

Draft
arneschmid wants to merge 2 commits into
mainfrom
fix/close-editor-on-preview-switch
Draft

Implement single editor mode for Manage Solution UI and text editor#218
arneschmid wants to merge 2 commits into
mainfrom
fix/close-editor-on-preview-switch

Conversation

@arneschmid
Copy link
Copy Markdown
Collaborator

@arneschmid arneschmid commented Apr 23, 2026

Fixes

#221

Changes

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 Apr 23, 2026

Dependency Review

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

Scanned Files

None

@qltysh
Copy link
Copy Markdown

qltysh Bot commented Apr 23, 2026

Qlty


Coverage Impact

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

Modified Files with Diff Coverage (2)

RatingFile% DiffUncovered Line #s
Coverage rating: A Coverage rating: A
src/manifest.ts100.0%
Coverage rating: F Coverage rating: F
src/views/manage-solution/manage-solution-custom-editor.ts92.5%257, 270, 314, 344, 372
Total92.6%
🤖 Increase coverage with AI coding...
In the `fix/close-editor-on-preview-switch` branch, add test coverage for this new code:

- `src/views/manage-solution/manage-solution-custom-editor.ts` -- Lines 257, 270, 314, 344, and 372

🚦 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.

Editing the csolution.yml file concurrently as file and via "Manage Solution" graphical view leads to confusion

1 participant