Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Entries in Bookmarks menu and History menu don't have favicons #3050

Closed
bsclifton opened this issue Aug 9, 2016 · 7 comments
Closed

Entries in Bookmarks menu and History menu don't have favicons #3050

bsclifton opened this issue Aug 9, 2016 · 7 comments
Labels
feature/bookmarks feature/history fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. misc/favicon polish Nice to have — usually related to front-end/visual tasks. wontfix

Comments

@bsclifton
Copy link
Member

bsclifton commented Aug 9, 2016

Did you search for similar issues before submitting this one?
Yes

Describe the issue you encountered:
Links inside the Bookmarks menu and History menu don't have favicons

Favicons are not an easy win unfortunately. Because they go into the native menubar, they have to be loaded as a nativeImage object. This means we'd have to fetch each icon, render it using canvas, and then create a nativeImage object from the base64 (or something similar).

If we had an async favicon loader (which cached the icons) this might be easier. Once the favicon gets loaded, it could update the application state (which would then automatically trigger the menus to re-render).

Expected behavior:
Links inside the Bookmarks menu and History menu should have favicons. Here's a picture that @bradleyrichter had created for this issue:
image

@bsclifton bsclifton added design A design change, especially one which needs input from the design team. polish Nice to have — usually related to front-end/visual tasks. labels Aug 9, 2016
@bsclifton
Copy link
Member Author

+1 from support (captured in #5983)

@bsclifton bsclifton removed the design A design change, especially one which needs input from the design team. label Dec 2, 2016
@alexwykoff
Copy link
Contributor

+1 from support @bradleyrichter my user in particular asked for icons on the bookmarks toolbar as well to denote folders as the '>' was too subtle.

@cndouglas
Copy link

@alexwykoff Don't we already have favicons for the bookmarks toolbar? Maybe favicons are turned off in the user's preferences.
image
image

@bradleyrichter
Copy link
Contributor

@alexwykoff We can increase the visual weight of the down-carrot, and otherwise send them to prefs as @liunkae points out..... : )

@cndouglas
Copy link

@bradleyrichter By the way, do you think favicons in the bookmarks bar should be turned on by default? I think the default right now is text only.

@bradleyrichter
Copy link
Contributor

I was inspired by the clean look of the Safari BM bar.

If we find out that most users prefer the clutter of favicons everywhere, we can change the default, and I will enjoy my personal preference of purity, under the tree on a grass hill, with a nice Chianti. (and maybe some fava beans)

@ColinMcKay004
Copy link

Thanks gents, Liunkae correct - Mr Luddite & new Brave user here was unaware of Preferences option for Favicons.

@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton bsclifton added wontfix fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. labels Aug 26, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Aug 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/bookmarks feature/history fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. misc/favicon polish Nice to have — usually related to front-end/visual tasks. wontfix
Projects
None yet
Development

No branches or pull requests

6 participants