Skip to content

Feature/issue 588 dashboard build settings panel for#678

Merged
Ceejaytech25 merged 2 commits into
ceejaylaboratory:mainfrom
heymide:feature/issue-588-dashboard-build-settings-panel-for
Jul 4, 2026
Merged

Feature/issue 588 dashboard build settings panel for#678
Ceejaytech25 merged 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
Contributor

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
Contributor 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

@Ceejaytech25

Copy link
Copy Markdown
Contributor

Nice implementation, LGTM!

@Ceejaytech25 Ceejaytech25 merged commit 13c61a7 into ceejaylaboratory:main Jul 4, 2026
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

2 participants