Add optional webhook for summary submission data after survey is submitted#18
Open
iisystems wants to merge 4 commits intoEqualExperts:mainfrom
Open
Add optional webhook for summary submission data after survey is submitted#18iisystems wants to merge 4 commits intoEqualExperts:mainfrom
iisystems wants to merge 4 commits intoEqualExperts:mainfrom
Conversation
… toggle Add comprehensive dark mode support to the survey application with the following features: - Theme toggle component with sun/moon icons for manual switching - Automatic system preference detection on first visit - Persistent theme preference via localStorage - Flash prevention script in HTML head for instant theme loading - Theme toggle integrated across all pages (Survey, Thank You, Admin Dashboard) - Updated Mantine theme configuration for dark mode compatibility - Full keyboard accessibility and ARIA labels for screen readers The implementation follows STORY-047 requirements and meets WCAG AA contrast standards. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
feat: implement dark mode with system preference detection and manual…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements webhook HTTP POST notifications when surveys are submitted. Enables external integrations to receive real-time survey completion events.
Changes
WEBHOOK_URLTest Plan
.env.exampleto.envWEBHOOK_URLto a webhook.site URL