feat: add Doctorina Chat Widget with multilingual support and placeholder animation#5
Merged
Conversation
…lder animation - Introduced a new chat widget in the `pages/chat` directory with HTML, TypeScript, and CSS files. - Implemented multilingual support for English, Spanish, and Russian in the chat widget. - Added configuration options for target URL, placeholder text, phrases for typing animation, and additional query parameters. - Enhanced the widget's UI with a responsive design and auto-resizing textarea. - Integrated clipboard functionality for copying code snippets. - Updated package.json to include new build scripts and dependencies for the widget. - Refactored existing code in `pages/ads` and `pages/stripe-success` for consistency and improved type safety. - Added new utility functions for managing widget configuration and opening target URLs. - Created a new Vite configuration file for building the widget. - Updated tests to reflect changes in the legal HTML and legal.js functionality.
|
Visit the preview URL for this PR (updated for commit e11c5fb): https://doctorina-pages--pr-5-7bjnefm2.web.app (expires Tue, 07 Apr 2026 14:57:35 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 9cce88f2a7a5916aaad58a2b37340f46f15c32e8 |
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.
pages/chatdirectory with HTML, TypeScript, and CSS files.pages/adsandpages/stripe-successfor consistency and improved type safety.