Add isNewUntil to the URL schema in the search config
Categories
(Firefox :: Search, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
We need to implement the logic that shows the "New" badge for the Google Lens context menu item, and after some discussion we think it makes sense to use the same approach we used for Perplexity, where the search config has an isNewUntil property that tells the client how long it should show the badge (bug 1973636). The problem is, isNewUntil is a property on engines and variants, while Lens is represented as a URL.
I talked with Mark and we think it makes sense to add isNewUntil to the URL schema in the config. We'll keep the existing isNewUntil defined on engines and variants.
| Assignee | ||
Updated•6 months ago
|
Updated•6 months ago
|
Comment 1•6 months ago
|
||
Comment 2•6 months ago
|
||
Authored by https://github.com/0c0w3
https://github.com/mozilla/application-services/commit/d2e1e26a14babaab0a02c442ea81f953dd8ac5c0
[main] Bug 1979962 - Add isNewUntil to the URL schema in the search config
Updated•6 months ago
|
| Assignee | ||
Comment 3•6 months ago
|
||
This was vendored in bug 1980537.
Description
•