Conversation
Collaborator
There was a problem hiding this comment.
Pull Request Overview
This PR adds functionality to manage and activate Orbit Fox modules from the Neve dashboard. The key changes enable users to install/activate the Orbit Fox plugin and toggle individual modules through a new REST API endpoint and UI components.
- New REST API endpoints for plugin and module activation
- UI components for displaying and managing available modules
- Redux store updates to track module status
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| phpstan.neon | Adds PHPStan error suppressions for file inclusion checks |
| inc/core/admin.php | Adds REST API endpoints and methods for plugin/module activation |
| inc/admin/dashboard/main.php | Provides module data and Orbit Fox metadata to the dashboard |
| assets/apps/dashboard/src/utils/constants.js | Defines icon mappings for available modules |
| assets/apps/dashboard/src/store/selectors.js | Adds selector for Orbit Fox module status |
| assets/apps/dashboard/src/store/reducer.js | Adds reducer case for module status updates |
| assets/apps/dashboard/src/store/actions.js | Adds action creator for module status updates |
| assets/apps/dashboard/src/Components/Content/Settings/ManageModulesTabContent.js | Integrates AvailableModule component into settings tab |
| assets/apps/dashboard/src/Components/Content/AvailableModule.js | New component for displaying and managing Orbit Fox modules |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
Soare-Robert-Daniel
requested changes
Nov 4, 2025
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
Soare-Robert-Daniel
approved these changes
Nov 5, 2025
Collaborator
|
🎉 This PR is included in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Add OBFX module.
Screenshots
When Orbit Fox is not active:


When Orbit Fox is active:
Check before Pull Request is ready:
Closes https://github.com/Codeinwp/neve-pro-addon/issues/3086