Reorganize custom feeds in the view layer
This commit is contained in:
parent
b672006f7e
commit
3d09008bfd
9 changed files with 11 additions and 15 deletions
|
@ -1,5 +1,4 @@
|
|||
import {makeAutoObservable} from 'mobx'
|
||||
import {AppBskyFeedDefs} from '@atproto/api'
|
||||
import {RootStoreModel} from '../root-store'
|
||||
import {ProfileModel} from '../content/profile'
|
||||
import {PostsFeedModel} from '../feeds/posts'
|
||||
|
@ -90,9 +89,6 @@ export class ProfileUiModel {
|
|||
get selectedView() {
|
||||
return this.selectorItems[this.selectedViewIndex]
|
||||
}
|
||||
isGeneratorView(v: any) {
|
||||
return AppBskyFeedDefs.isGeneratorView(v)
|
||||
}
|
||||
|
||||
get uiItems() {
|
||||
let arr: any[] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue