Skip to content

Feature/issue 588 dashboard build settings panel for#678

Open
heymide wants to merge 2 commits into
ceejaylaboratory:mainfrom
heymide:feature/issue-588-dashboard-build-settings-panel-for
Open

Feature/issue 588 dashboard build settings panel for#678
heymide wants to merge 2 commits into
ceejaylaboratory:mainfrom
heymide:feature/issue-588-dashboard-build-settings-panel-for

Conversation

@heymide

@heymide heymide commented Jun 27, 2026

Copy link
Copy Markdown

Close: #588
Here's what we did:

  1. Updated AdminControls.tsx :
    • Added webhook config state and interface
    • Added fetchWebhookConfig() function to retrieve current webhook settings from backend
    • Added saveWebhookConfig() function to save webhook settings
    • Added UI components for:
      • Webhook URL (with input type url)
      • Webhook Secret (password input)
      • Timeout (ms)
      • Max Retries
      • Retry Delay (ms)
      • Save button with loading state
        The backend already has all the necessary endpoints (from config.route.ts ) to handle saving and retrieving webhook configuration!

@heymide

heymide commented Jun 27, 2026

Copy link
Copy Markdown
Author

Done, Close: #678

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@heymide Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Dashboard] Build Settings Panel for Updating Webhook URLs

1 participant