Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update storiebook and some fix #934

Merged
merged 5 commits into from
Mar 4, 2025
Merged

Update storiebook and some fix #934

merged 5 commits into from
Mar 4, 2025

Conversation

pplancq
Copy link
Contributor

@pplancq pplancq commented Mar 3, 2025

Dans cette PR:

  • maj de storybook
  • fix des import css custom
  • correction des configurations.

Pour les import de css custom suite à la monter de version vers vite 6 les imports de css comme ceci:

import "component.stories.css";

ne fonctionne plus et génère une erreur dans le storybook.
Pour fix l'erreur il faut sufixer l'import par "?inline"

import "component.stories.css?iniline";

@pplancq pplancq added bug Something isn't working agent-slash Component for the agent theme chore Issue link to publishing, etc look'n feel (Espace Client) labels Mar 3, 2025
@pplancq pplancq self-assigned this Mar 3, 2025
fffan64
fffan64 previously approved these changes Mar 4, 2025
MartinWeb
MartinWeb previously approved these changes Mar 4, 2025
Copy link

sonarqubecloud bot commented Mar 4, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
56.7% Coverage on New Code (required ≥ 80%)
7.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@pplancq pplancq merged commit bb160e8 into main Mar 4, 2025
8 of 13 checks passed
@pplancq pplancq deleted the feature/update-storiebook branch March 4, 2025 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent-slash Component for the agent theme bug Something isn't working chore Issue link to publishing, etc look'n feel (Espace Client)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants