Bug 1481559 - Add search filter, search pref and bug fixes to Activity Stream r=ursula

MozReview-Commit-ID: ANMt3NGC8HY

Differential Revision: https://phabricator.services.mozilla.com/D2878
This commit is contained in:
Ed Lee
2018-08-07 18:55:31 +00:00
parent 009efce202
commit b4ba4c052a
31 changed files with 267 additions and 133 deletions

View File

@@ -169,7 +169,7 @@ export const LinkMenuOptions = {
}),
SaveToPocket: (site, index, eventSource) => ({
id: "menu_action_save_to_pocket",
icon: "pocket",
icon: "pocket-save",
action: ac.AlsoToMain({
type: at.SAVE_TO_POCKET,
data: {site: {url: site.url, title: site.title}}