Add a new home feed-api wrapper and give a header indicating the fallback behavior (#2534)
* Add a new home feed-api wrapper and give a header indicating the fallback behavior * Sneak in a quick fix: use the correct text color in the delete modal * Use imported constant
This commit is contained in:
parent
7df0b7ade1
commit
a7d617c7a6
7 changed files with 152 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ export class MergeFeedAPI implements FeedAPI {
|
|||
|
||||
reset() {
|
||||
this.following = new MergeFeedSource_Following(this.feedTuners)
|
||||
this.customFeeds = [] // just empty the array, they will be captured in _fetchNext()
|
||||
this.customFeeds = []
|
||||
this.feedCursor = 0
|
||||
this.itemCursor = 0
|
||||
this.sampleCursor = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue