You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Currently, with 0.12.9 (dev-channel), you'll see up to 6 icons in the top sites area of about:newtab. For the 0.12.9 release, we need to ensure there is only one per domain.
A long term fix will be developed with #5338, but we need a simple rev1 before this new feature can be released.
Expected behavior:
Only one link per domain should show.
Platform (Win7, 8, 10? macOS? Linux distro?):
all
Brave Version:
0.12.9
Steps to reproduce:
Launch Brave and open a new tab
open another tab and visit two pages on the same website
Switch back to the new tab and notice there are two entries (which have the same favicon)
Bookmarking items does not affect position
Fixes#5413
Sites are ordered by most visited (count) DESC
Fixes#5322
Groundwork laid for #5565,
but the task is unfinished as-is.
-----
These commits moving existing logic from newtab.js into the session helper.
Tests were then added and I manually tested each scenario and tried to make
sure tests cover those. Things which are not covered are marked with TODO(bsclifton)
The important thing:
appState.about.newtab.sites no longer persists a separate copy of the sites array.
It instead uses the location/partion of items saved to lookup the real object from appState.sites.
-----
Auditors: @cezaraugusto, @bbondy
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Currently, with 0.12.9 (dev-channel), you'll see up to 6 icons in the top sites area of about:newtab. For the 0.12.9 release, we need to ensure there is only one per domain.
A long term fix will be developed with #5338, but we need a simple rev1 before this new feature can be released.
Expected behavior:
Only one link per domain should show.
Platform (Win7, 8, 10? macOS? Linux distro?):
all
Brave Version:
0.12.9
Steps to reproduce:
Screenshot if needed:
Any related issues:
about:newtabs - have relevant results shown (implement frecency) #5338
The text was updated successfully, but these errors were encountered: