Chore: Web widget Inbox Tech Debts (#738)

* Chore: Webwidget Inbox Tech Debts

* Additional customization options creating Web Widget
* Changes to edit Page for Web Widget
* Remove the WebWidget API end points
* Minor chores

Address: #680, #502

Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
Sojan Jose 2020-04-19 23:40:28 +05:30 committed by GitHub
parent c0ce70e87b
commit 941fbb0d72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 564 additions and 503 deletions

View file

@ -93,7 +93,7 @@ export const IFrameHelper = {
}
},
},
onLoad: ({ widget_color: widgetColor }) => {
onLoad: ({ widgetColor }) => {
const iframe = IFrameHelper.getAppFrame();
iframe.style.visibility = '';
iframe.setAttribute('id', `chatwoot_live_chat_widget`);