mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
feat: Add an extended bubble design for the widget (#1123)
* feat: Add a new design for chat bubble Signed-off-by: Pranav Raj Sreepuram <pranavrajs@gmail.com> * Add i18n * Fix stye issues * Set fixed font-size * Update docs for bubble
This commit is contained in:
BIN
docs/channels/images/sdk/expanded-bubble.gif
Normal file
BIN
docs/channels/images/sdk/expanded-bubble.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
docs/channels/images/sdk/standard-bubble.gif
Normal file
BIN
docs/channels/images/sdk/standard-bubble.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -23,9 +23,20 @@ window.chatwootSettings = {
|
||||
hideMessageBubble: false,
|
||||
position: 'left', // This can be left or right
|
||||
locale: 'en', // Language to be set
|
||||
type: 'standard', // [standard, expanded_bubble]
|
||||
};
|
||||
```
|
||||
|
||||
Chatwoot support 2 designs for for the widget
|
||||
|
||||
1. Standard (default)
|
||||
|
||||

|
||||
|
||||
2. Expanded bubble
|
||||
|
||||

|
||||
|
||||
### To trigger widget without displaying bubble
|
||||
|
||||
```js
|
||||
|
||||
Reference in New Issue
Block a user