mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-23 20:22:00 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -0,0 +1,16 @@
|
|||
import { registry } from "@web/core/registry";
|
||||
|
||||
registry.category("web_tour.tours").add("im_livechat.basic_tour", {
|
||||
steps: () => [
|
||||
{
|
||||
trigger: ".channel_name:contains(Support Channel)",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-livechat-LivechatButton",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-ChatWindow",
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
import { registry } from "@web/core/registry";
|
||||
|
||||
registry.category("web_tour.tours").add("im_livechat.meeting_view_tour", {
|
||||
steps: () => [
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-livechat-LivechatButton",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-Thread[data-transient]",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-Composer-input",
|
||||
run: "edit Hello!",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-Composer-input",
|
||||
run: "press Enter",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow [title='Join Call']",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-discuss-Call [title='Fullscreen']",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-Meeting",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow .o-mail-MeetingSideActions [name^='more-action:'] ",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger: ".o-livechat-root:shadow [name='call-settings']",
|
||||
run: "click",
|
||||
},
|
||||
{
|
||||
trigger:
|
||||
".o-livechat-root:shadow .o-mail-DiscussContent-panelContainer .o-mail-ActionPanel-header:contains('voice settings')",
|
||||
},
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue