-
Notifications
You must be signed in to change notification settings - Fork 86
feat: add obfx modules #4447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add obfx modules #4447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
assets/apps/dashboard/src/Components/Content/AvailableModule.js
Outdated
Show resolved
Hide resolved
|
🎉 This PR is included in version 4.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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