[CFE-840] - refactor: Updates the modal component to use the UnnnicDialog #1100
Open
Aldemylla wants to merge 6 commits intorefactor/migrate-billing-intern-modalfrom
Open
[CFE-840] - refactor: Updates the modal component to use the UnnnicDialog #1100Aldemylla wants to merge 6 commits intorefactor/migrate-billing-intern-modalfrom
Aldemylla wants to merge 6 commits intorefactor/migrate-billing-intern-modalfrom
Conversation
…odal.vue for improved clarity
… remove unused icon properties from modal data across multiple components for improved consistency
…on name and remove unused alert modal methods for improved clarity and maintainability
…d clarity in Modal.vue
…l.vue for future improvements
This was referenced Feb 12, 2026
Merged
1 task
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1 task
paulobernardoaf
approved these changes
Feb 13, 2026
…proved clarity and maintainability
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## refactor/migrate-billing-intern-modal #1100 +/- ##
=========================================================================
+ Coverage 50.18% 50.38% +0.20%
=========================================================================
Files 180 180
Lines 20492 20387 -105
Branches 668 668
=========================================================================
- Hits 10283 10272 -11
+ Misses 10209 10115 -94 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.

CFE-840## Description
Type of Change
Motivation and Context
This change updates the modal component to use the UnnnicDialog component from the design system, providing a more consistent UI experience across the application.
Summary of Changes
Description
This PR refactors the Modal component to leverage the UnnnicDialog component from our design system. The change maintains all existing functionality while providing a more consistent look and feel with the rest of the application. The refactoring removes redundant icon specifications since the dialog component now determines the appropriate icon based on the scheme type.