Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Story Actions API #29101

Closed
Tracked by #29529 ...
ghengeveld opened this issue Sep 11, 2024 · 0 comments · Fixed by #29557
Closed
Tracked by #29529 ...

Story Actions API #29101

ghengeveld opened this issue Sep 11, 2024 · 0 comments · Fixed by #29557
Assignees

Comments

@ghengeveld
Copy link
Member

ghengeveld commented Sep 11, 2024

Revive #28739

Implement new Story Actions API:

experimental_updateActions(actionId, {
  'component--story-a': {
    id: 'run-component-tests',
    icon: PlayIcon,
    title: 'Run component tests',
    event: PROVIDER_ID + '_RUN'
  },
  'component--story-b': {
    id: 'run-component-tests',
    icon: PlayIcon,
    title: 'Run component tests',
    event: PROVIDER_ID + '_RUN'
  }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants