Improve Themes & Extensions dashboard and licensing flows#2931
Closed
RabbiIslamRony wants to merge 5 commits into
Closed
Improve Themes & Extensions dashboard and licensing flows#2931RabbiIslamRony 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.
Member
Author
|
Superseded by #2932 after renaming the branch to |
RabbiIslamRony
deleted the
codex/directorist-themes-extensions-page-skill
branch
July 23, 2026 12:00
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.
Summary
This PR completes the Themes & Extensions admin redesign while preserving the existing account, subscription, install, update, activation, and theme-management contracts used by current Directorist customers.
It introduces a responsive connected Dashboard and Add-ons experience, improves the disconnected marketplace and account-connect flow, adds optional access-key authentication, and documents the cross-repository licensing architecture required to maintain the page safely.
What Changed
Themes & Extensions shell
atbdp-extensionas the registered page slug.Account connection and licensing
atbdp_authenticate_the_customerAJAX action.Disconnected experience
Add-ons catalog
Selection and bulk actions
Required extensions
Connected Dashboard
Builder integration
Notifications and account menu
Compatibility And Safety
_atbdp_has_subscriptions_sassion.assets/build/**output.Documentation
Adds a repo-local Themes & Extensions skill with:
The public documentation contains compatibility contracts and defensive requirements only. It does not expose credentials, secret values, private customer data, or a concentrated list of private-service weaknesses.
Verification
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.git diff --checkpassed for the committed source set.CI note
The upstream PHPCS workflow currently fails before installing dependencies or running PHPCS because its
pull_request_targetcheckout refuses fork PR code unlessallow-unsafe-pr-checkoutis explicitly enabled. This is a repository workflow policy/error for fork PRs, not a PHPCS result from this branch. The source-level PHP syntax, JavaScript syntax, legacy production build, and whitespace checks listed above were run locally.Deployment Notes