Skip to content

[CFE-840] - refactor: Remove BillingCard and related components from billing views for improved structure and maintainability#1095

Merged
Aldemylla merged 1 commit intomainfrom
refactor/remove-dead-billing-components
Feb 23, 2026
Merged

[CFE-840] - refactor: Remove BillingCard and related components from billing views for improved structure and maintainability#1095
Aldemylla merged 1 commit intomainfrom
refactor/remove-dead-billing-components

Conversation

@Aldemylla
Copy link
Collaborator

@Aldemylla Aldemylla commented Feb 4, 2026

Description

Type of Change

  • Refactoring (no functional changes, no api changes)

Motivation and Context

Removed unused billing card components and simplified the billing flow by removing the plans selection page.

Summary of Changes

  • Removed Card.vue component which was used for displaying different billing plan options
  • Removed ModalAddCreditCard.vue component which was used for adding credit card information
  • Removed PlansSelector.vue component which was used for selecting billing plans
  • Removed Plans.vue form from the register flow
  • Updated router.js to remove the billing plans route and related aliases
  • Simplified the BillingPlans.vue view by removing plan selection functionality
  • Removed related actions from the billing store
  • Removed tests for the Card component

@Aldemylla Aldemylla changed the title refactor: remove BillingCard and related components from billing views for improved structure and maintainability [CFE-840] - refactor: Remove BillingCard and related components from billing views for improved structure and maintainability Feb 4, 2026
@codecov-commenter
Copy link

codecov-commenter commented Feb 4, 2026

Codecov Report

❌ Patch coverage is 54.54545% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.65%. Comparing base (8189e1a) to head (67e7d2c).

Files with missing lines Patch % Lines
src/views/billing/plans/BillingPlans.vue 44.44% 5 Missing ⚠️
Additional details and impacted files
@@                               Coverage Diff                                @@
##           refactor/remove-deprecated-unnnic-components    #1095      +/-   ##
================================================================================
- Coverage                                         50.78%   50.65%   -0.13%     
================================================================================
  Files                                               188      184       -4     
  Lines                                             22144    21075    -1069     
  Branches                                            707      678      -29     
================================================================================
- Hits                                              11245    10675     -570     
+ Misses                                            10899    10400     -499     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aldemylla Aldemylla force-pushed the refactor/remove-dead-billing-components branch from cabe879 to f01ef92 Compare February 4, 2026 21:10
@Aldemylla Aldemylla force-pushed the refactor/remove-dead-billing-components branch from f01ef92 to 0231ebe Compare February 4, 2026 21:30
@Aldemylla Aldemylla force-pushed the refactor/remove-deprecated-unnnic-components branch from e3ce624 to 162ff3d Compare February 4, 2026 21:30
@Aldemylla Aldemylla force-pushed the refactor/remove-dead-billing-components branch from 0231ebe to f01fc8a Compare February 4, 2026 21:56
@Aldemylla Aldemylla force-pushed the refactor/remove-deprecated-unnnic-components branch from e048726 to 858ca73 Compare February 11, 2026 15:12
@Aldemylla Aldemylla force-pushed the refactor/remove-dead-billing-components branch 2 times, most recently from 13dc212 to 32ce3ac Compare February 12, 2026 13:17
@Aldemylla Aldemylla force-pushed the refactor/remove-deprecated-unnnic-components branch from e43f7a9 to f4780f2 Compare February 12, 2026 13:18
@Aldemylla Aldemylla force-pushed the refactor/remove-dead-billing-components branch 2 times, most recently from eb07f25 to 730e2f4 Compare February 12, 2026 13:45
@Aldemylla Aldemylla force-pushed the refactor/remove-deprecated-unnnic-components branch from f4780f2 to 02fac18 Compare February 12, 2026 13:45
@Aldemylla Aldemylla marked this pull request as ready for review February 12, 2026 13:47
…s for improved structure and maintainability
Base automatically changed from refactor/remove-deprecated-unnnic-components to main February 23, 2026 20:30
@Aldemylla Aldemylla merged commit f2434ea into main Feb 23, 2026
2 of 3 checks passed
@Aldemylla Aldemylla deleted the refactor/remove-dead-billing-components branch February 23, 2026 20:30
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.

3 participants