-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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
Added webhooks to admin search keywords #21984
base: main
Are you sure you want to change the base?
Conversation
no issue - Webhooks are advanced and powerful feature Ghost offers, but they are quite hidden in the settings - This change adds 'webhooks' keyword to the search in the sidebar to point users in the right direction
@sagzy i'll review the changes in your pr that adds webhooks to the admin search keywords. ✅ Actions performedReview triggered.
|
Warning There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure. 🔧 eslint
apps/admin-x-settings/src/components/settings/advanced/AdvancedSettings.tsxOops! Something went wrong! :( ESLint: 8.44.0 ESLint couldn't find the plugin "eslint-plugin-react-hooks". (The package "eslint-plugin-react-hooks" was not found when loaded as a Node module from the directory "/apps/admin-x-settings".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
The plugin "eslint-plugin-react-hooks" was referenced from the config file in "apps/admin-x-settings/.eslintrc.cjs". If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. WalkthroughThe pull request introduces a minor update to the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
apps/admin-x-settings/src/components/settings/advanced/AdvancedSettings.tsx (1)
11-11
: LGTM! Consider adding related webhook keywords.The addition of 'webhooks' to the search keywords aligns well with the PR objective of improving webhook discoverability in the admin interface.
Consider adding related terms like 'webhook', 'hooks', or 'automation' to further improve discoverability, as users might search using these variations:
- integrations: ['advanced', 'integrations', 'zapier', 'slack', 'unsplash', 'first promoter', 'firstpromoter', 'pintura', 'disqus', 'analytics', 'ulysses', 'typeform', 'buffer', 'plausible', 'github', 'webhooks'], + integrations: ['advanced', 'integrations', 'zapier', 'slack', 'unsplash', 'first promoter', 'firstpromoter', 'pintura', 'disqus', 'analytics', 'ulysses', 'typeform', 'buffer', 'plausible', 'github', 'webhooks', 'webhook', 'hooks', 'automation'],
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
apps/admin-x-settings/src/components/settings/advanced/AdvancedSettings.tsx
(1 hunks)
Webhooks are advanced and powerful feature Ghost offers, but they are quite hidden in the settings. This change adds 'webhooks' keyword to the search in the admin sidebar to point users in the right direction.
Summary by CodeRabbit