Skip to content

WIP: Featured carousel implementation

Juliette Beaudet requested to merge feature/featured-carousel into develop

Final MR related to issue https://gitlab.com/JOGL/JOGL/-/issues/953 .
Resource: style inspired from the featured objects on website (hero.js).

  • hard-code featured objects object
  • create carousel logic and rendering
  • add chip to tag which type of jogl object in each card
  • adapt style so each card is similar (direct use of ObjectCard + solve minor discrepancies btw object types)
  • decide and implement carousel scrolling action type (same as website, see hero.js model)

Merge request reports