Improve Themes & Extensions dashboard and licensing flows#2932
Open
RabbiIslamRony wants to merge 5 commits into
Open
Improve Themes & Extensions dashboard and licensing flows#2932RabbiIslamRony wants to merge 5 commits into
RabbiIslamRony wants to merge 5 commits into
Conversation
Redesign the Themes & Extensions admin surface with the new connected and disconnected page shell while preserving the existing page slug, AJAX action names, product filters, and subscription/user-meta contracts. Add page-scoped CSS/JS for dashboard/add-ons view switching, account dropdown behavior, searchable/highlighted product rows, compact badges, responsive bulk actions, and safer connected/disconnected product actions. Add local fallback entries and images for Directorist Notifications Pro and Directorist Divi Integration, plus badge normalization support for scalar and structured API badge data. Document the architecture, API, licensing, badge, safety, and current implementation decisions in the repo-local Themes & Extensions skill references. Generated assets/build files are intentionally excluded from this commit.
Redesign the account-connected dashboard and add-ons catalog with responsive product rows, filters, bulk actions, required-extension routing, account controls, access-key authentication, and dynamic licensing-owner plan data. Add real activity feeds, directory-aware quick actions and recommendations, WordPress theme labeling, update notifications, and compatible builder deep links while preserving existing AJAX actions, nonces, legacy user meta, install/update flows, and disconnected behavior. Document the cross-repository licensing boundaries, API normalization, local cache, security requirements, QA matrix, and implementation decisions without storing customer credentials or runtime account data.
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.
PR Type
What kind of change does this PR introduce?
Description
How to reproduce the issue or how to test the changes
Problem
The legacy Themes & Extensions page mixes account authentication, subscription data, product discovery, plugin and theme lifecycle actions, and required-extension notices in a reload-heavy interface. Its connected and disconnected states are difficult to scan, several controls expose inconsistent behavior, and the page does not provide a useful connected-account dashboard.
This change rebuilds that admin experience while preserving the existing page slug, licensing metadata, filters, selectors, and
wp_ajax_atbdp_*contracts used by existing Directorist installations.What changed
Admin shell and navigation
DashboardandAdd-onsviews inside the existing Themes & Extensions admin page.edit.php?post_type=at_biz_dir&page=atbdp-extensionas the canonical page URL.Account connection and licensing
atbdp_authenticate_the_customerAJAX action.Dashboard
Add-ons catalog
Selection and product actions
Required extensions
Documentation
Compatibility and safety
_atbdp_has_subscriptions_sassionuser meta.How to test
wp-admin/edit.php?post_type=at_biz_dir&page=atbdp-extensionon a disposable Directorist test site.Verification performed
includes/classes/class-extension.phpincludes/classes/class-extension-activity.phpincludes/classes/class-extension-recommendations.phpincludes/classes/class-metabox.phpviews/admin-templates/theme-extensions/theme-extension.phpnpm run build-legacycompleted successfully with only existing Sass, flex-support, and bundle-size warnings.git diff --checkpassed for the committed source set.Any linked issues
N/A
Checklist
Full PHPCS remains pending because the upstream
pull_request_targetworkflow rejects fork checkout before dependencies are installed or PHPCS starts. This is a workflow-policy failure rather than a PHPCS result; the PHP syntax checks listed above passed locally.