mlogclub
cf1c081aee
feat(kefu): adapt chat controls by launch mode
2026-05-06 17:36:32 +08:00
mlogclub
5ccee6f714
fix(ticket): align lightweight frontend API
2026-05-02 19:53:18 +08:00
mlogclub
08fa232fe3
refactor(ticket): simplify frontend ticket API and components
2026-05-02 19:40:42 +08:00
mlogclub
6a579e50ed
fix(conversation): update dependency on conversation ID for effect hooks
2026-05-02 13:16:42 +08:00
mlogclub
1f36717d17
feat(conversation): send welcome message on new chat
2026-05-02 12:30:27 +08:00
mlogclub
880148d679
fix(web): sync auth expiry state
2026-04-30 18:10:01 +08:00
mlogclub
d300e0f00e
refactor(web): remove admin token refresh flow
2026-04-30 18:06:46 +08:00
mlogclub
9e88ecd8eb
fix(nav-user): move change password menu item to a new position in the dropdown
2026-04-28 23:13:57 +08:00
mlogclub
7592203f77
feat(widget-demo): add copy functionality for widget snippet with visual feedback
2026-04-28 23:13:49 +08:00
mlogclub
55d55101df
feat(widget-demo): add direct chat URL generation and copy functionality
2026-04-28 23:00:22 +08:00
mlogclub
909854cd03
feat(notification): add dashboard notification center
2026-04-28 19:20:38 +08:00
mlogclub
f287727c59
feat: add JWT authentication support to KefuWidgetDemo
2026-04-28 18:31:47 +08:00
mlogclub
4e4eac752a
refactor: remove padding from change password form for consistency
2026-04-28 17:26:51 +08:00
mlogclub
15d0d81fa1
refactor KefuChatShell component by removing unused host actions state and simplifying button rendering
2026-04-27 14:52:14 +08:00
mlogclub
b4e26d2359
refactor KefuChatShell button layout to use ButtonGroup and update styles for better consistency
2026-04-27 14:31:16 +08:00
mlogclub
603b8ff593
update logo
2026-04-26 20:22:09 +08:00
mlogclub
8dff6450b2
update wxwork.svg path
2026-04-26 20:13:16 +08:00
mlogclub
a3cd67f80f
update
2026-04-26 20:04:54 +08:00
mlogclub
67900d9849
feat: replace ImMessageEditor with AgentMessageEditor and CustomerMessageEditor, refactor shared message editor logic
...
- Introduced AgentMessageEditor component for agent message handling.
- Created CustomerMessageEditor component to handle customer messages.
- Refactored shared message editor logic into SharedMessageEditor.
- Removed the old KefuMessageEditor component.
- Updated chat panel to use the new AgentMessageEditor.
- Updated KefuChatShell to use CustomerMessageEditor instead of KefuMessageEditor.
- Added quick reply fetching and handling in AgentMessageEditor.
2026-04-25 18:33:32 +08:00
mlogclub
9a2ae5c505
refactor: implement MessageImageExtension for enhanced image handling in message editors
2026-04-25 18:17:08 +08:00
mlogclub
7945fc32f6
refactor: enhance image uploading feedback in message editors with new class handling
2026-04-25 18:15:46 +08:00
mlogclub
65d8a9267c
refactor: enhance image upload handling in message editors with centralized logic
2026-04-25 17:38:07 +08:00
mlogclub
2af8d831a7
refactor: enhance image handling in message editor with centralized functions
2026-04-25 17:37:34 +08:00
mlogclub
e109d19ea9
refactor: replace custom message merging logic with centralized mergeImMessagesByIdAsc function
2026-04-25 12:26:45 +08:00
mlogclub
b48aa901d6
refactor: add resize observer to KefuMessageList for improved responsiveness
2026-04-25 11:37:33 +08:00
mlogclub
87e033c70e
refactor: update styling in KefuMessageEditor for improved consistency and clarity
2026-04-25 11:35:50 +08:00
mlogclub
9d9c83a72c
refactor: update styling for chat components to enhance visual consistency and accessibility
2026-04-25 11:31:16 +08:00
mlogclub
4da7e168fa
refactor: enhance UI components and improve styling consistency across chat interface
2026-04-25 11:26:53 +08:00
mlogclub
c1ab26ed71
feat: add origin state to KefuWidgetDemo for dynamic script source
2026-04-24 22:42:59 +08:00
mlogclub
14f220619f
feat: add host actions visibility control in KefuChatShell
2026-04-24 22:40:34 +08:00
mlogclub
ea94837db2
feat: add web channel configuration support and update widget response structure
2026-04-24 22:24:19 +08:00
mlogclub
4f633b3794
fix(nav-main): improve path normalization in isActive function
2026-04-24 21:31:17 +08:00
mlogclub
c945f1e73d
feat: add minified SDK build script and update widget script references
2026-04-24 19:43:59 +08:00
mlogclub
197631b4db
fix: update import paths and enhance scrollbar styles in layout and main.scss
2026-04-24 19:26:10 +08:00
mlogclub
92fd571f28
feat: add Kefu widget and related components for customer service integration
2026-04-24 19:17:07 +08:00
mlogclub
4bcfd36620
feat: implement Kefu message list component and related functionality
...
- Add KefuMessageList component for displaying chat messages with support for loading older messages and scrolling behavior.
- Introduce ImWidgetConfig type and fetchImWidgetConfig function for retrieving widget configuration.
- Create im-realtime module for managing WebSocket connections and handling real-time events.
- Implement kefu-host-bridge for communication between the chat widget and the host application.
- Establish kefu-chat store using Zustand for managing chat state, including message handling, socket connection, and notifications.
- Enhance message handling with support for image uploads and attachments.
2026-04-24 14:34:21 +08:00
mlogclub
a9275c2d4a
调整目录
2026-04-24 12:01:30 +08:00
mlogclub
c07e588030
update web to dashboard
2026-04-15 17:20:57 +08:00
mlogclub
3d98cf1e27
feat: add user management features including user creation, editing, and password reset dialogs
...
- Implemented CreateUserDrawer for adding new users with validation.
- Added EditDrawer for editing existing user details.
- Created InitialPasswordDialog to display generated passwords after user creation.
- Developed ResetPasswordDialogs for resetting user passwords with copy functionality.
- Enhanced user listing page with filtering, pagination, and role assignment capabilities.
- Updated company picker import path to reflect new directory structure.
2026-04-15 17:19:36 +08:00
mlogclub
3742140ecc
feat: add JsonTreeViewer component and refactor AgentRunLogDetailDialog to use it for JSON display
2026-04-15 16:48:15 +08:00
mlogclub
2d5f229828
feat: add realtime connection status handling and display in conversations page
2026-04-14 20:19:16 +08:00
mlogclub
d30cf5f234
feat: integrate MarkdownIt for rendering messages and update styles in message components
2026-04-14 15:11:00 +08:00
mlogclub
a46103c00d
feat: enhance message editor layout for improved responsiveness
2026-04-11 14:29:16 +08:00
mlogclub
efe801b8bf
Init
2026-04-09 10:01:23 +08:00