Allow paging through My Stories
This commit is contained in:
parent
70bdbe33d5
commit
6f7094bc19
14 changed files with 166 additions and 122 deletions
|
@ -104,10 +104,16 @@ export enum StoryViewDirectionType {
|
|||
Previous = 'Previous',
|
||||
}
|
||||
|
||||
// Type of stories to view before closing the viewer
|
||||
// All = All the stories in order
|
||||
// Single = A single story. Like when clicking on a qouted story
|
||||
// Unread = View only unread stories
|
||||
// User = All of a user's stories
|
||||
export enum StoryViewModeType {
|
||||
Unread = 'Unread',
|
||||
All = 'All',
|
||||
Single = 'Single',
|
||||
Unread = 'Unread',
|
||||
User = 'User',
|
||||
}
|
||||
|
||||
export type StoryDistributionListWithMembersDataType = Omit<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue