dashboard/storybook
Giuseppe Leo a822b7a5bf
Some Storybook components do not render correctly after migration (#12594)
* Remove install as storybook start script

* Install Storybook8 with Webpack5

* Correct issue in importing a node style within the SCSS instead of vue config

* Add existing configuration for Webpack

* Convert first component to SFC/MDX new model

* Add remaining plugins, directives and components

* Correct store import in the Rancher Dashboard way

* Complete input migration

* Add buttons

* Correct assets import

* Move foundation

* Fix path for assets import

* Move example assets within the folder

* Migrate Form

* Move first components

* Migrate to proper file naming

* Remove visual tests

* Migrate components

* Remove title for Labeled Select

* Add welcome page

* Bump Storybook to 8.4.2 with auto migration script

* Add MDX support for tables

* Add iframe for rancher icons

* Rename component as modal to avoid confusion

* Enable themes and custom Rancher theme

* Correct  MDX markdown errors

* Correct i18n import

* ESLint fiuxes

* Change import of debounce from lodash

* Code cleanup

* Remove unnecessary import about Code Mirror

* Replace old storybook

* Add decorator for Vue routing and fix hash issues for the tabs

* Change Webpack configuration to declarative format

* Add ToC to the documentation

* Fix linting issue
2024-11-29 09:46:58 +01:00
..
.storybook Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
.vscode Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
public Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
src Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
.gitignore Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
README.md Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
index.html Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
package.json Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
tsconfig.app.json Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
tsconfig.json Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
tsconfig.node.json Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00
yarn.lock Some Storybook components do not render correctly after migration (#12594) 2024-11-29 09:46:58 +01:00

README.md

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.