Skip to content

Refactor: Subscription from Vue to React (recover #1824)#1878

Open
arifulhoque7 wants to merge 48 commits into
weDevsOfficial:developfrom
arifulhoque7:recover/pr-1824
Open

Refactor: Subscription from Vue to React (recover #1824)#1878
arifulhoque7 wants to merge 48 commits into
weDevsOfficial:developfrom
arifulhoque7:recover/pr-1824

Conversation

@arifulhoque7

Copy link
Copy Markdown
Contributor

Recovered from #1824 (originally by @sapayth), rebased onto develop with merge conflicts resolved. Functionality preserved.

Supersedes #1824.

arifulhoque7 and others added 30 commits October 23, 2025 10:33
Changed the font size utility from wpuf-text-md to wpuf-text-base for the active account navigation item to ensure consistent typography.
Added 'account' CSS to the registered styles in Assets.php and updated Frontend.php to enqueue it by handle instead of direct path. This improves consistency and leverages the style registration system.
Refined styles in account.css and updated dashboard templates for edit-profile and subscription. Improved layout and appearance for user account and subscription management pages.
@coderabbitai

coderabbitai Bot commented Jun 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@arifulhoque7, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 15 minutes and 56 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7a57ed93-4069-4947-96ff-a1330d5f9b20

📥 Commits

Reviewing files that changed from the base of the PR and between 9a241d2 and 1c69078.

⛔ Files ignored due to path filters (1)
  • assets/css/subscriptions.css.map is excluded by !**/*.map
📒 Files selected for processing (108)
  • assets/css/admin/subscriptions.css
  • assets/css/subscriptions-rtl.css
  • assets/css/subscriptions.css
  • assets/js/account.js
  • assets/js/components/Subscriptions.vue
  • assets/js/components/subscriptions/ContentHeader.vue
  • assets/js/components/subscriptions/Edit.vue
  • assets/js/components/subscriptions/Empty.vue
  • assets/js/components/subscriptions/InfoCard.vue
  • assets/js/components/subscriptions/List.vue
  • assets/js/components/subscriptions/ListHeader.vue
  • assets/js/components/subscriptions/New.vue
  • assets/js/components/subscriptions/Notice.vue
  • assets/js/components/subscriptions/Pagination.vue
  • assets/js/components/subscriptions/Popup.vue
  • assets/js/components/subscriptions/Preferences.vue
  • assets/js/components/subscriptions/QuickEdit.vue
  • assets/js/components/subscriptions/SectionInnerField.vue
  • assets/js/components/subscriptions/SectionInputField.vue
  • assets/js/components/subscriptions/SidebarMenu.vue
  • assets/js/components/subscriptions/SubscriptionBox.vue
  • assets/js/components/subscriptions/SubscriptionsDetails.vue
  • assets/js/components/subscriptions/Subsection.vue
  • assets/js/components/subscriptions/Unsaved.vue
  • assets/js/components/subscriptions/UpdateButton.vue
  • assets/js/stores/component.js
  • assets/js/stores/fieldDependency.js
  • assets/js/stores/notice.js
  • assets/js/stores/quickEdit.js
  • assets/js/stores/subscription.js
  • assets/js/subscriptions.js
  • assets/js/subscriptions.min.asset.php
  • includes/Admin.php
  • includes/Admin/Admin_Subscription.php
  • includes/Admin/Menu.php
  • includes/Admin/views/subscriptions-react.php
  • includes/Api/Subscription.php
  • package.json
  • postcss.config.react.js
  • src/css/frontend/account.css
  • src/css/subscriptions.css
  • src/js/api/subscription.js
  • src/js/components/Header.jsx
  • src/js/components/subscriptions/ContentHeader.jsx
  • src/js/components/subscriptions/Empty.jsx
  • src/js/components/subscriptions/ListHeader.jsx
  • src/js/components/subscriptions/LoadingSpinner.jsx
  • src/js/components/subscriptions/MultiSelect.jsx
  • src/js/components/subscriptions/Pagination.jsx
  • src/js/components/subscriptions/Preferences.jsx
  • src/js/components/subscriptions/ProBadge.jsx
  • src/js/components/subscriptions/ProTooltip.jsx
  • src/js/components/subscriptions/QuickEdit.jsx
  • src/js/components/subscriptions/SidebarMenu.jsx
  • src/js/components/subscriptions/SubscriptionBox.jsx
  • src/js/components/subscriptions/SubscriptionDetails.jsx
  • src/js/components/subscriptions/SubscriptionField.jsx
  • src/js/components/subscriptions/SubscriptionForm.jsx
  • src/js/components/subscriptions/SubscriptionList.jsx
  • src/js/components/subscriptions/SubscriptionSubsection.jsx
  • src/js/components/subscriptions/UnsavedChanges.jsx
  • src/js/components/subscriptions/UpdateButton.jsx
  • src/js/components/subscriptions/containers/SubscriptionFormContainer.jsx
  • src/js/components/subscriptions/containers/SubscriptionListContainer.jsx
  • src/js/hooks/index.js
  • src/js/hooks/useRouterParams.js
  • src/js/hooks/useSubscriptionActions.js
  • src/js/hooks/useSubscriptionData.js
  • src/js/hooks/useSubscriptionListData.js
  • src/js/hooks/useSubscriptionNavigation.js
  • src/js/slots/index.js
  • src/js/slots/subscription-slots.js
  • src/js/stores-react/component/actions.js
  • src/js/stores-react/component/constants.js
  • src/js/stores-react/component/index.js
  • src/js/stores-react/component/reducer.js
  • src/js/stores-react/component/selectors.js
  • src/js/stores-react/fieldDependency/actions.js
  • src/js/stores-react/fieldDependency/constants.js
  • src/js/stores-react/fieldDependency/index.js
  • src/js/stores-react/fieldDependency/reducer.js
  • src/js/stores-react/fieldDependency/selectors.js
  • src/js/stores-react/notice/actions.js
  • src/js/stores-react/notice/constants.js
  • src/js/stores-react/notice/index.js
  • src/js/stores-react/notice/reducer.js
  • src/js/stores-react/notice/selectors.js
  • src/js/stores-react/quickEdit/actions.js
  • src/js/stores-react/quickEdit/constants.js
  • src/js/stores-react/quickEdit/index.js
  • src/js/stores-react/quickEdit/reducer.js
  • src/js/stores-react/quickEdit/selectors.js
  • src/js/stores-react/router/index.js
  • src/js/stores-react/subscription/actions.js
  • src/js/stores-react/subscription/constants.js
  • src/js/stores-react/subscription/index.js
  • src/js/stores-react/subscription/reducer.js
  • src/js/stores-react/subscription/resolvers.js
  • src/js/stores-react/subscription/selectors.js
  • src/js/subscriptions.jsx
  • tailwind.config.js
  • templates/account.php
  • templates/dashboard/dashboard.php
  • templates/dashboard/posts.php
  • templates/dashboard/subscription.php
  • vite.config.mjs
  • webpack.config.js
  • wpuf.php
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants