-
Notifications
You must be signed in to change notification settings - Fork 974
about:newtabs - have relevant results shown (implement frecency) #5338
Comments
We need to dedupe. The example above would simply make GitHub the top site and you would have a link to github.com on a single tile.
|
Requirements (please edit this post as needed):
Brad's additions:
|
Also- if we wanted nicer high-res non-favicons, we could consider spriting up like a top 20 sheet |
Moving to 0.12.10. For 0.12.9, the ideal behavior would be to limit folks to only 1 row of icons (until we're able to resolve this issue and the other issues) cc: @cezaraugusto |
Related issue: #5482 (only one row of topSites) |
Moving to 0.12.10 but would consider moving back if a PR is in place. |
Please update to use the same algorithm with frecency as is done for urlbar suggestions. |
Note per our convo: we can use the frecency algorithm from suggestions.js, but we'd need to move the code to the renderer process |
@bsclifton Do we need a separate issue for deduping as a first pass or combine it with frecency? |
@bradleyrichter deduping should be done now (the first pass that is). If you choose to pin a site, then it won't count as a dupe (ex: you'll be shown 1 other result from that domain). You will notice that the duping is based on hostname (which does not remove the subdomain name), which means https://blog.brave.com/ and https://brave.com/ count as two sites.. We could change this logic and instead strip off subdomain? |
google has so many sites/tools with subs so let's go with that. (each sub counts as a sep site) |
With deadline for milestone being tonite, moving to 0.12.11 |
This would be great to get to use Aubrey's frecency, but since we only show 6 tiles currently and they are pretty accurate most of the time as is we can move to backlog for now. The fix here is to use this sorting: But I think suggestion.js has to move to common. |
This should be completely fixed with brave-core |
cc: @bbondy @bradleyrichter
With some favorite sites up in the "Top Sites" area, the items are not easy to identify.
We need to find a better way to represent bookmarks which have the same favicon:
The text was updated successfully, but these errors were encountered: