Allow paging through My Stories
This commit is contained in:
parent
70bdbe33d5
commit
6f7094bc19
14 changed files with 166 additions and 122 deletions
|
@ -7,6 +7,7 @@ import React from 'react';
|
|||
import type { PropsType } from './StoryViewer';
|
||||
import enMessages from '../../_locales/en/messages.json';
|
||||
import { SendStatus } from '../messages/MessageSendState';
|
||||
import { StoryViewModeType } from '../types/Stories';
|
||||
import { StoryViewer } from './StoryViewer';
|
||||
import { VIDEO_MP4 } from '../types/MIME';
|
||||
import { fakeAttachment } from '../test-both/helpers/fakeAttachment';
|
||||
|
@ -57,6 +58,9 @@ export default {
|
|||
story: {
|
||||
defaultValue: getFakeStoryView(),
|
||||
},
|
||||
storyViewMode: {
|
||||
defaultValue: StoryViewModeType.All,
|
||||
},
|
||||
toggleHasAllStoriesMuted: { action: true },
|
||||
viewStory: { action: true },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue