-
Notifications
You must be signed in to change notification settings - Fork 27
feat: added helper notice for headers and proxy #1128
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
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 helpful contextual information to the headers and proxy configuration sections in the Feedzy RSS Feeds plugin settings. The changes provide users with clear guidance on when and why to use these advanced features.
- Added informational notices with explanations for headers and proxy configurations
- Included "Learn more" links to external documentation
- Conditionally hid the generic "Need help?" button when viewing headers or proxy tabs
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
includes/layouts/settings.php | Added helper notices with contextual information for headers and proxy sections, and conditionally hide generic help button |
css/settings.css | Added styling for the new helper notice components with blue theme styling |
Plugin build for 33535e5 is ready 🛎️!
Note You can preview the changes in the Playground |
cd56402
to
e62dfe3
Compare
css/settings.css
Outdated
@@ -2573,4 +2573,18 @@ li.draggable-item .components-panel__body-toggle.components-button{ | |||
.support-box-list > ul{ | |||
grid-template-columns: repeat(2, 1fr); | |||
} | |||
} | |||
|
|||
.feedzy_helper_notice { |
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.
Use feedzy-helper-notice
12b1abd
to
33535e5
Compare
Summary
Added helper information on proxy & user-agent.
Will affect visual aspect of the product
YES
Screenshots
Headers
Proxy
Other
Closes https://github.com/Codeinwp/feedzy-rss-feeds-pro/issues/871