[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:
Ansh
2023-07-02 19:30:02 +01:00
committed by GitHub
parent 2be2498940
commit 7ee7d968e5
3 changed files with 37 additions and 4 deletions
+1 -1
View File
@@ -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) {