Chat History, Settings access in Assistant
Categories
(Core :: Machine Learning: Frontend, enhancement)
Tracking
()
People
(Reporter: Mardak, Assigned: chloezhou)
References
(Regressed 1 open bug)
Details
(Whiteboard: [aiasst])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Create an affordance to allow users to access chat history from the Assistant sidebar/full screen view.
https://www.figma.com/design/75Z1LtkCEUJWCxoY2KyNHv/Smart-Window-Q2?node-id=7965-114038
add a new … button next to new chat that opens a menu showing chats and a shortcut to all chats (firefox view) and smart window settings
Updated•2 months ago
|
| Assignee | ||
Comment 2•1 month ago
|
||
Sidebar: a "..." button next to New chat opens a menu that navigates in
place (no fly-out submenu) from a main view - Chat history and Smart Window
settings - to a chat history subview listing recent chats plus a shortcut to
all chats.
Fullpage: a labeled top-actions row - New chat, Chat history, and More.
Chat history opens a dropdown of recent chats and a "View all chats"
shortcut; More holds Smart Window settings.
Recent chats are tab-specific: selecting one switches to its tab if open,
otherwise reopens it in a new tab. "View all chats" opens the Chats section
of Firefox View. Recent-chat rows reuse the Firefox View Chats icon treatment,
so a page_url is now carried on ChatMinimal and returned by the
most-recent-conversations query.
Styling follows the design tokens for both nova and non-nova appearances,
with correct light and dark values.
Comment 4•1 month ago
|
||
| bugherder | ||
Comment 5•1 month ago
|
||
Verified as fixed in our latest Nightly 155.0a1 (2026-07-26)
| Assignee | ||
Comment 6•26 days ago
|
||
Sidebar: a "..." button next to New chat opens a menu that navigates in place from a main view - Chat history and Smart Window settings - to a chat history subview listing recent chats plus a shortcut to all chats.
Fullpage: a labeled top-actions row - New chat, Chat history, and More. Chat history opens a dropdown of recent chats and a "View all chats" shortcut; More holds Smart Window settings.
Recent chats are tab-specific: selecting one switches to its tab if open, otherwise reopens it in a new tab. "View all chats" opens the Chats section of Firefox View.
Original Revision: https://phabricator.services.mozilla.com/D313089
Updated•26 days ago
|
Comment 7•26 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Smart Window users have no in-product affordance to reach their chat history or Smart Window settings from the assistant. Without this patch they can't browse or resume recent chats from the sidebar/fullpage view or jump to the Chats section of Firefox View, and settings access is missing.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing:
- Risk associated with taking this patch: low
- Explanation of risk level: The change is confined to the Smart Window / AI Window component. It adds a new UI entry point and a self-contained history menu component rather than modifying existing shipping surfaces; the only cross-cutting change is carrying page_url on ChatMinimal and returning it from the most-recent-conversations query, which is additive. It landed cleanly in 155, is covered by automated tests, and was verified by QE.
- String changes made/needed?: Yes. New Fluent strings were added to browser/locales/en-US/browser/aiWindow.ftl (the aiwindow-history-menu-* and aiwindow-fullpage-* messages). No existing strings were changed.
- Is Android affected?: no
Updated•26 days ago
|
Updated•26 days ago
|
Comment 9•23 days ago
|
||
Verified as fixed in our latest Beta 154.0b10
Description
•