Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Amélioration de l'UI de notre design system (storybook) #72

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 26, 2023

  1. 🎨 style(.storybook): add meta tags and styles to improve design syste…

    …m documentation
    
    ✨ feat(.storybook): add custom theme to Storybook manager UI
    📦 chore(package.json): add @storybook/theming package as a dependency
    The meta tags and styles added to the manager-head.html file improve the design system documentation by providing a more complete and consistent experience for users. The custom theme added to the Storybook manager UI improves the branding and visual consistency of the design system. The @storybook/theming package is added as a dependency to enable the use of custom themes in Storybook.
    RomainSav committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b198bae View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. 📝 docs(storybook): update meta tags and theme configuration

    The meta tags in the `.storybook/manager-head.html` file have been updated to reflect the correct name of the design system, which is "Design system du Royaume" in French. The `theme.ts` file has been updated to improve the readability of the comments by removing unnecessary spaces and adding a colon after the section titles. No functional changes have been made.
    RomainSav committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    70f8523 View commit details
    Browse the repository at this point in the history
  2. 🔥 chore(.gitignore): remove storybook-static from gitignore

    🚚 chore(.storybook/theme.ts): import create from @storybook/theming instead of @storybook/theming/create
    The storybook-static directory is no longer being ignored as it is now required to be tracked in the repository. The import statement in the theme.ts file has been updated to import the create function from the @storybook/theming package instead of @storybook/theming/create. This is because the create function has been moved to the root of the package.
    RomainSav committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3b66efe View commit details
    Browse the repository at this point in the history