farmOS / field-kit

A modular, offline-first companion app to farmOS.
https://farmOS.org
GNU General Public License v3.0
59 stars 38 forks source link

Fix Storybook #483

Closed jgaehring closed 1 year ago

jgaehring commented 2 years ago

As I mentioned in #481, I need to upgrade Storybook, to resolve storybookjs/storybook#12634, and b/c I think it's a key part of documenting the Field Module API.

jgaehring commented 2 years ago

Oh, I also need to reactivate Netlify build for https://storybook.farmos.app, as noted in #457.

jgaehring commented 2 years ago

Just thinking it might be worth running npx sb init again, after #420:

https://storybook.js.org/docs/vue/get-started/install

jgaehring commented 2 years ago

I went ahead and removed these 4 storybook packages (59ce4d8) because they were causing a lot of noise over conflicting peer dependencies with Vue 3:

As I mentioned in the previous comment, it's probably worth re-initializing the project now with Vite and Vue 3, but I'm not prioritizing that at the moment.