[APP-708] Onboarding revamp (#939)
* Move Discover New Feeds button to the top of the MultiFeed * add discover custom feeds to empty following page
This commit is contained in:
@@ -19,7 +19,7 @@ export class FoafsModel {
|
||||
isLoading = false
|
||||
hasData = false
|
||||
sources: string[] = []
|
||||
foafs: Map<string, ProfileViewFollows> = new Map()
|
||||
foafs: Map<string, ProfileViewFollows> = new Map() // FOAF stands for Friend of a Friend
|
||||
popular: RefWithInfoAndFollowers[] = []
|
||||
|
||||
constructor(public rootStore: RootStoreModel) {
|
||||
|
||||
Reference in New Issue
Block a user