Open
Bug 1943208
Opened 15 days ago
Updated 15 days ago
Allow callout primary CTA to flip multiple prefs and open the chatbot panel
Categories
(Core :: Machine Learning, task)
Tracking
()
NEW
People
(Reporter: asafko, Unassigned)
References
Details
(Whiteboard: [genai])
For the contextual chatbot recommendation experiment, we would like to be able to:
- flip the sidebar.revamp to true,
- flip browser.ml.chat.enabled to true
- open sidebar panel on the provider choice screen,
- optionally expand a box with the detailed description of a specific provider.
Summary: Allow callout primary CTA to flip multiple prefs → Allow callout primary CTA to flip multiple prefs and open the chatbot panel
Comment 1•15 days ago
|
||
there's a specific sidebar race condition where changing sidebar.revamp bug 1920806 hides any open sidebar panels bug 1906140, so a multi_action opening the chatbot bug 1919867 ends up getting closed
"action": {
"data": {
"actions": [
{
"type": "SET_PREF",
"data": {
"pref": {
"name": "sidebar.revamp",
"value": true
}
}
},
{
"type": "OPEN_SIDEBAR",
"data": "viewGenaiChatSidebar"
}
]
},
"type": "MULTI_ACTION",
"navigate": true
}
Updated•15 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•