karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
427 stars 178 forks source link

Fix storybook #2669

Closed nicksellen closed 11 months ago

nicksellen commented 11 months ago

What does this PR do?

Storybook config has been broken with the switch to vite, etc...

This is an attempt to bring it back again!

Things to still resolve:

Links to related issues

Checklist

codecov[bot] commented 11 months ago

Codecov Report

Merging #2669 (c9e5ea0) into master (57b942b) will increase coverage by 0.05%. The diff coverage is 19.54%.

@@            Coverage Diff             @@
##           master    #2669      +/-   ##
==========================================
+ Coverage   75.84%   75.90%   +0.05%     
==========================================
  Files         382      382              
  Lines       40952    40929      -23     
  Branches     2343     2340       -3     
==========================================
+ Hits        31060    31067       +7     
+ Misses       9892     9862      -30     
Files Changed Coverage Δ
src/activities/components/ActivityEdit.stories.js 0.00% <0.00%> (ø)
src/activities/components/ActivityItem.stories.js 0.00% <0.00%> (ø)
src/authuser/components/Login.vue 0.00% <0.00%> (ø)
src/boot/cordova.js 0.00% <0.00%> (ø)
src/boot/loglevel.js 0.00% <0.00%> (ø)
src/boot/performance.js 39.62% <0.00%> (ø)
src/notifications/Notifications.stories.js 0.00% <0.00%> (ø)
src/notifications/components/NotificationItem.vue 0.00% <ø> (ø)
src/utils/components/markdownRenderer.js 88.29% <ø> (+1.69%) :arrow_up:
src/utils/errors.js 21.42% <0.00%> (ø)
... and 8 more

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

nicksellen commented 11 months ago

Merging, as it's better than the current state.