feat: proactive chat teaser - #202
Merged
Merged
Conversation
# Conflicts: # tests/e2e/specs/dashboard.spec.js
Show a configurable invite bubble next to the closed launcher when a trigger fires: time on page, exit intent (desktop only), or scroll depth. The teaser is UI only, so no thread or API call happens until the visitor sends a message. It shows at most once per session, never returns after dismissal, and is suppressed for open windows, active conversations, inline placements, and the admin preview. It follows the assistant background color with is-dark contrast, plays the chat sound where autoplay allows, and announces itself via role=status without moving focus. The Chat Behavior screen gets a pro-gated Proactive message card: trigger select (Disabled by default), per-trigger setting, and an invite message field with a preview button that drives the floating admin preview widget through the new previewTeaser method.
Soare-Robert-Daniel
approved these changes
Jul 13, 2026
Co-authored-by: HardeepAsrani <2649903+HardeepAsrani@users.noreply.github.com>
Co-authored-by: HardeepAsrani <2649903+HardeepAsrani@users.noreply.github.com>
HardeepAsrani
force-pushed
the
feat/new-ui
branch
from
July 18, 2026 08:07
d89b9cd to
955e5f0
Compare
# Conflicts: # src/backend/screens/Integrations.js
Member
Author
|
@copilot resolve the merge conflicts in this pull request |
# Conflicts: # src/backend/screens/ChatBehavior.js # tests/e2e/specs/settings.spec.js Co-authored-by: HardeepAsrani <2649903+HardeepAsrani@users.noreply.github.com>
Merge conflicts resolved in commit |
Contributor
🌍 i18n String Review Report📊 Summary
➕ Added Strings (18) - Click to expand
|
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.
Base implementation of the proactive chat teaser for Codeinwp/hyve#185.
All details and the Manual QA checklist are in the pro PR: Codeinwp/hyve#264