Skip to content

Commit

Permalink
Replace old storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
cnotv committed Nov 13, 2024
1 parent 03fa6f9 commit c884c61
Show file tree
Hide file tree
Showing 149 changed files with 2,007 additions and 18,481 deletions.
File renamed without changes.
128 changes: 0 additions & 128 deletions storybook/.storybook/main.js

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions storybook/.storybook/manager-head.html

This file was deleted.

39 changes: 0 additions & 39 deletions storybook/.storybook/manager.js

This file was deleted.

File renamed without changes.
83 changes: 0 additions & 83 deletions storybook/.storybook/preview.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { floatingVueOptions } from '@shell/plugins/floating-vue';
import cleanTooltipDirective from '@shell/directives/clean-tooltip';
import ShortKey from '@shell/plugins/shortkey';
import cleanHtmlDirective from '@shell/directives/clean-html';
import trimWhitespaceDirective from '@shell/directives/trim-whitespace';
import store from './store'

// i18n
Expand All @@ -19,6 +20,8 @@ setup((vueApp) => {
vueApp.use(FloatingVue, floatingVueOptions);
vueApp.directive('clean-html', cleanHtmlDirective);
vueApp.directive('clean-tooltip', cleanTooltipDirective);
vueApp.directive('trim-whitespace', trimWhitespaceDirective);

vueApp.component('v-select', vSelect);
vueApp.use(ShortKey, { prevent: ['input', 'textarea', 'select'] });
vueApp.component('router-link', {
Expand Down
Binary file removed storybook/.storybook/public/storybook.ico
Binary file not shown.
Binary file removed storybook/.storybook/public/storybook.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 0 additions & 34 deletions storybook/.storybook/store/index.js

This file was deleted.

File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions storybook/.storybook/test-runner.js

This file was deleted.

File renamed without changes.
15 changes: 0 additions & 15 deletions storybook/.storybook/theme-shortcut.js

This file was deleted.

7 changes: 0 additions & 7 deletions storybook/.storybook/theme.js

This file was deleted.

File renamed without changes.
Loading

0 comments on commit c884c61

Please sign in to comment.