[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:
parent
2be2498940
commit
7ee7d968e5
3 changed files with 37 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue