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

[Bug] Published addon metadata not reflected on catalog #214

Closed
rbardini opened this issue Jan 24, 2021 · 2 comments
Closed

[Bug] Published addon metadata not reflected on catalog #214

rbardini opened this issue Jan 24, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rbardini
Copy link
Contributor

Describe the bug

The Paddings addon metadata has been updated in rbardini/storybook-addon-paddings@43382f5, but those changes have not been reflected in the addon catalog a month after.

Steps to reproduce the behavior

  1. Run npm view storybook-addon-paddings description keywords storybook to see the package's current metadata.
  2. Go to Paddings addon catalog page.
  3. See missing icon and outdated description and category.

Expected behavior

The page displays the up-to-date icon, description and category from the package's metadata.

Screenshots and/or logs

$ npm view storybook-addon-paddings description keywords storybook
description = 'Add paddings to view components under different white space settings'
keywords =
[
  'storybook-addons',
  'style',
  'padding',
  'margin',
  'spacing',
  'whitespace'
]
storybook =
{
  displayName: 'Paddings',
  icon: 'https://raw.githubusercontent.com/rbardini/storybook-addon-paddings/HEAD/icon.svg'
}

Screenshot

Environment

N/A

Additional context

Paddings addon was previously added to the old addons page in #89, and I could find it in addons.yml file until removed in #201.

@rbardini rbardini added the bug Something isn't working label Jan 24, 2021
@domyen
Copy link
Member

domyen commented Feb 2, 2021

@shilman Is this a crawler issue?

@shilman
Copy link
Member

shilman commented Feb 2, 2021

addons.yml is not synced with the site, so it was using the stale curated data which takes precedence over the crawled data. I've fixed this by hand and we'll come up with a better way to solve this in the future.

@shilman shilman closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants