Skip to content

Draft: HeaderMenu without right part

Bertrand MADET requested to merge header-menu-with-legacy into main

This merge request aims to implement a first version of HeaderMenu component.

Contribution

This part has to be filled before reviewing component As a contributer, I:

  • have proposed a component which is in "En attente" state ;
  • have proposed a component in TypeScript and React.js ;
  • have proposed unit tests of the behaviour of this component ;
  • have checked unit tests about the behaviour of this component pass ;
  • have checked the render is close enough to UI in Figma ;
  • have written an MDX story in catalog to explain intent of the component ;
  • have written an MDX story in catalog to explain use of the implementation of the component.

Review

Software review

This is a checklist to review properly the component As a Software reviewer, I:

  • have checked TypeScript and ReactJS code of the component ;
  • have checked unit tests about the behaviour of this component pass ;
  • have checked the render is close enough to UI in Figma ;
  • have checked the MDX story in catalog to explain use of the implementation of the component.

UX review

This is a checklist to review properly the component As a UX reviewer, I:

  • have checked the render is close enough to UI in Figma ;
  • have checked the render is close enough to behavior in Figma ;
  • have checked the MDX story in catalog to explain intent of the component.

Merge request reports