Open
Bug 2059759
Opened 1 month ago
Updated 28 days ago
Add view more to the Smart Window mentions panel
Categories
(Core :: Machine Learning: Frontend, enhancement, P2)
Core
Machine Learning: Frontend
Tracking
()
NEW
People
(Reporter: flozia, Unassigned)
References
(Depends on 1 open bug)
Details
(Whiteboard: [aiasst])
Summary
The mentions panel truncates its list of items with no way to reach the rest. Split out of bug 2014499, which is scoped to the Groups section only.
Add a way to “View more” so tabs and tab groups beyond the display cap are reachable.
Acceptance Criteria
- A “View more” button is shown when the number of available items exceeds the display cap.
- Selecting it shows the remaining matching items.
- It is not displayed when nothing is truncated.
Notes
getMentionSuggestions()applies the current cap inbrowser/components/urlbar/content/SmartbarInputUtils.mjs:101.- Design: https://www.figma.com/design/75Z1LtkCEUJWCxoY2KyNHv/Smart-Window-Q2?node-id=10068-123803
Updated•1 month ago
|
| Reporter | ||
Updated•28 days ago
|
Points: --- → 2
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•