Skip to content

Issue #18 - Changement de Storybook pour Histoire#20

Merged
MrAnyx merged 3 commits intodevfrom
feature/18-storybook-to-histoire
Oct 12, 2022
Merged

Issue #18 - Changement de Storybook pour Histoire#20
MrAnyx merged 3 commits intodevfrom
feature/18-storybook-to-histoire

Conversation

@MrAnyx
Copy link
Copy Markdown
Member

@MrAnyx MrAnyx commented Oct 12, 2022

Description

  • Suppression de Storybook
  • Installation de Histoire
  • Configuration de Histoire
  • Mogration des stories

Type of changes

  • Bug fix
  • New feature
  • Major update
  • Minor update

Screenshots

image

Checklist

Check that each item in the following list is respected before performing a merge

  • The description of the change is correctly filled in
  • Screenshots are attached in the corresponding section if a page has been visually modified or added
  • No conflicts between branches
  • The merge request is created from the right branch and targets the right branch
  • Code is correctly factored (no code duplication)
  • Variable and function names make sense
  • There are enough comments when the code is complicated
  • The indentation of the code is correct
  • Unit and function tests (JS and PHP) have been updated
  • Unit and function tests (JS and PHP) are always valid
  • Code style is still respected (JS and PHP)
  • In case of new components, the associated stories have been created

<div class="container">
<timeline-thread :icon="ThreadIcon[event.type].icon" :icon-color="ThreadIcon[event.type].color">
<div class="event-content">
<span v-html="event.preview"></span>

Check failure

Code scanning / nodejsscan

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS).

The Vue.js template has an unescaped variable. Untrusted user input passed to this variable results in Cross Site Scripting (XSS).
@MrAnyx MrAnyx merged commit a3fa369 into dev Oct 12, 2022
@MrAnyx MrAnyx deleted the feature/18-storybook-to-histoire branch October 12, 2022 18:19
@MrAnyx MrAnyx linked an issue Oct 12, 2022 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat: Abandonner Storybook pour Histoire

2 participants