import MutedBox from 'sentry/components/mutedBox'; import ResolutionBox from 'sentry/components/resolutionBox'; const actor = { email: 'uhoh@example.com', name: 'Uhoh', }; const RESOLVED_IN_COMMIT = { actor, inCommit: { id: 'deadbeefdeadface', repository: { name: 'getsentry/sentry', provider: { id: 'github', }, }, dateCreated: '2020-07-01 12:13:14', }, }; export default { title: 'Features/Issues/Resolution Box & Muted Box', }; export const ResolvedStates = () => (

Basic resolution

Commit resolution

Release resolution

Next Release resolution

); ResolvedStates.storyName = 'Resolved States'; export const MutedStates = () => (

Basic mute

Mute Until

Mute count

Mute count with window

Mute user count

Mute user count with window

); MutedStates.storyName = 'Muted States';