86ff71596d
- Implemented SupportWidgetDemo component for configuring and mounting the support chat widget. - Introduced Zustand store for managing support chat state, including message handling and socket connection. - Created support host bridge for communication between the widget and parent window. - Added utility functions for JWT token generation and local storage management. - Enhanced user experience with notifications for new messages and chat status updates.
6 lines
141 B
TypeScript
6 lines
141 B
TypeScript
import { SupportWidgetDemo } from "@/components/support-chat/widget-demo"
|
|
|
|
export default function Page() {
|
|
return <SupportWidgetDemo />
|
|
}
|