diff --git a/src/frontend/apps/desk/package.json b/src/frontend/apps/desk/package.json index 0ccba3b..bf0a02a 100644 --- a/src/frontend/apps/desk/package.json +++ b/src/frontend/apps/desk/package.json @@ -15,6 +15,7 @@ "test:watch": "jest --watch" }, "dependencies": { + "@gouvfr-lasuite/integration": "0.1.3", "@openfun/cunningham-react": "2.9.0", "@tanstack/react-query": "5.36.0", "i18next": "23.11.4", diff --git a/src/frontend/apps/desk/src/features/header/ApplicationsMenu.tsx b/src/frontend/apps/desk/src/features/header/ApplicationsMenu.tsx deleted file mode 100644 index b8a64fa..0000000 --- a/src/frontend/apps/desk/src/features/header/ApplicationsMenu.tsx +++ /dev/null @@ -1,34 +0,0 @@ -import Script from 'next/script'; -import React from 'react'; - -/** - * ApplicationsMenu Component - * - * This component is a work in progress (WIP) and serves as a proof of concept (POC) to showcase a future advanced feature. - * The purpose of this component is to render an applications menu for La Suite, allowing users to switch between different La Suite apps seamlessly. - * To ensure synchronized content across applications, it utilizes an iframe hosted on Scalingo. - * - * This PoC has been created by @manuhabitela. - * - * It includes external CSS and JavaScript files for styling and functionality. - * - * Style has to be included as well: https://suite-numerique-gaufre.osc-fr1.scalingo.io/public/styles/gaufre-vanilla.css \ - * To respect next.js standards, the css is included using the `_document.ts` component. - * @see https://github.com/numerique-gouv/people/blob/main/src/frontend/apps/desk/src/pages/_document.tsx#L8 - */ -export const ApplicationsMenu = () => ( - <> -