storybook-addon-material-ui icon indicating copy to clipboard operation
storybook-addon-material-ui copied to clipboard

Cannot download theme

Open thealjey opened this issue 4 years ago • 2 comments

For some reason the "Clone Theme", "Clear Theme", "Download Theme" and "Help" buttons do nothing at all. I can edit the theme, but I cannot download it. Running on localhost. Latest versions of everything. There are no errors in the browser console.

thealjey avatar Dec 03 '19 13:12 thealjey

I've also noticed this.

TPOborne avatar Dec 04 '19 12:12 TPOborne

Just quickly poking around and I found here that the UI components don't have an onclick on them.

By the looks of it, the necessary functions are already defined here.

I'm not too familar too familiar with this kind of project structure yet, but I think the AddonPannel in components was supposed to magically work with the UI AddonPanel? A quick and dirty fix (locally) would probably be to copy over that logic to the UI component, need to read up on React to see what the author meant to do.

khinshankhan avatar Jan 20 '21 02:01 khinshankhan