Loading
Merge #6866
6866: Close #6836: Refactor feature-syncedtabs to use interactor-presenter pattern r=csadilek a=jonalmeida
We've renamed the original `SyncedTabsFeature` to `SyncedTabsStorage` since it breaks some of our conventions of how we use "feature" components.
A new `SyncedTabsFeature` moves the logic placed in Reference Browser into an interactor/presenter architecture to make it easier for other consumers to get this for free.
Co-authored-by:
Jonathan Almeida <jalmeida@mozilla.com>